net (25,302)

How do I sync the SVN revision number with my ASP.NET web site?
Stack Overflow has a subversion version number at the bottom: svn revision: 679 I want to use such automatic versioning with my.NET Web Site/Application,Windows Forms, WPD projects/solutions. How do I…
c# - Adding scripting functionality to.NET applications
I have a little game written in C#. It uses a database as back-end. It's a trading card game,and I wanted to implement the function of the cards as a script. What I mean is that I essentially have an…
c++ - Should I use nested classes in this case?
I am working on a collection of classes used for video playback and recording. I have one main class which acts like the public interface, with methods like play(), stop(), pause(), record() etc... Th…
Unload a COM control when working in VB6 IDE
Part of my everyday work is maintaining and extending legacy VB6 applications. A common engine is written in C/C++ and VB6 uses these functions in order to improve performance. When it comes to asyn…
c++ - Build for Windows NT 4.0 using Visual Studio 2005?
An MFC application that I'm trying to migrate uses afxext.h, which causes_AFXDLL to get set, which causes this error if I set/MT: Please use the/MD switch for_AFXDLL builds My research to date…
Checklist for IIS 6/ASP.NET Windows Authentication?
I've been having trouble getting my ASP.NET application to automatically log users into the Intranet site I'm building. No matter the googling or the experimentation I applied, there is always a logi…
Embedded Database for.net that can run off a network
I was(and still am) looking for an embedded database to be used in a.net(c#) application. The caveat: The Application(or at least the database) is stored on a Network drive, but only used by 1 us…
c# - .NET Testing Framework Advice
I'm looking to introduce a unit testing framework into the mix at my job. We're using Visual Studio 2005(though we may be moving to 2008 within the next 6 months) and work primarily in C#. If the…
How do I connect to a database and loop over a recordset in C#?
What's the simplest way to connect and query a database for a set of records in C#?…
c# - ViewState invalid only in Safari
One of the sites I maintain relies heavily on use of ViewState(it isn't my code). However, on certain pages where the ViewState is extra-bloated, Safari throws a "Validation of viewstate MAC failed"…