| Thread | Last Post | Replies |
|
| Looking for a tool to manage strings... | 25 Aug 2006 16:17 GMT | 5 |
I am now many months into a project where the powers that be decided to simply throw static strings in the .Net code. Does anyone know of a tool that will pull out the strings, and put them into some type of resource file and ultimately assist us in managing all the strings?
|
| How to run a .net exe from CD | 25 Aug 2006 15:31 GMT | 1 |
I have an assembly created using .net development environment. I want to execute it directly from CD\floppy without installing it on machine. could any one help me out on how to this?
|
| Programming languages article | 25 Aug 2006 15:01 GMT | 3 |
Microsoft looks to accommodate dynamic languages http://www.infoworld.com/article/06/08/18/HNmicrosoftdynamiclang_1.html I'm a little surprised at his comments about VB and how it's different from C#, C++, and Java (he calls these "system programming languages.") Seems to me Java
|
| Saving to data base | 25 Aug 2006 15:01 GMT | 3 |
How can I save data without connecting to data base every time a client's request arrives? If I work on a temporary memory I cannot work with sql queries, but connecting
|
| Calendar Control | 25 Aug 2006 13:51 GMT | 2 |
Any one know of a good calendar control so I can develop a Outlook type app with day/week/month view. A free one would be good, as I am developing an app for a school in my spare time for free.
|
| ConfigurationErrorException when reading protected config section | 25 Aug 2006 12:39 GMT | 10 |
I've created a custom configuration section that inherits (naturally) from System.Configuration.ConfigurationSection. The configuration section is working 99% fine, however I keep coming across a ConfigurationErrorException whenever I do the following:
|
| Stream image as well as text | 25 Aug 2006 12:38 GMT | 4 |
I am displaying thumbnails of images in the way Google does in its Image Search. i.e along with the details on the image height, width, size in KB and file type. I am using a http handler to retreive the image and convert it into a
|
| ADODB Errors in ASP.Net | 25 Aug 2006 12:35 GMT | 5 |
We are intermittantly geting the following errors on our web site and they are always on and ADODB command of some sort. Any ideas? Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
|
| directx august 2006 | 25 Aug 2006 08:41 GMT | 10 |
i just downloaded and installed the directx aug 2006 sdk the machine i installed it on had both vs2003 & vs2005 the visual studio extensions were installed into vs2003 but not into vs2005. does the directx sdk not integrate with vs2005 ?
|
| Best practices accessing data? | 25 Aug 2006 02:22 GMT | 1 |
I'm reading and reading, testing and testing, trying to figure out how to do things, how to do things according to best practises and how to do things in the best object oriented way. So... Best practises, in good object oriented fashion: how do I do it.
|
| Cost of using web.config | 24 Aug 2006 22:26 GMT | 4 |
What's the cost of using a web.config key in a web method? Is the value cached at start up? Or at first run? Or read on each access? Is web.config always "read off the disk" or can the file be cached?
|
| GetType problem | 24 Aug 2006 21:04 GMT | 3 |
I have a certain assembly that needs to create instances of objects where the object class is passed as a string (e.g. "System.Drawing.Bitmap"). I have found that calling "GetType" on this string, returns null. Naturally, I suspect that because the this assembly doesn't reference ...
|
| Unable to get installer types | 24 Aug 2006 19:24 GMT | 1 |
I created a windows service using VS 2005 in VB.NET and it runs on my Windows XP Pro machine just fine, now I'm want to install it on one of my servers which is a Windows 2000 Terminal server running sp4 version 5.00.2195. I also have .NET Framework 1.0, 1.1 and 2.0 installed on
|
| Asynchronous data access in ASP.NET | 24 Aug 2006 19:20 GMT | 3 |
I am lil confused with different ways of asynchronous data access. My understanding is that, asynchronous data access frees up a thread instead of engaging it while a stored proc is being executed. This makes more threads available. Is this correct or are there ay other
|
| Building 64 bit applications using Visual Studio .NET 2003 | 24 Aug 2006 17:41 GMT | 3 |
I have Visual Studio .NET 2003 installed on a x86 64 bit box running Microsoft Windows Server 2003 Standard Edition with Service Pack 1 installed. I am trying to compile my existing 32 bit code into a 64 bit application. How can I do this? I tried to create a new configuration ...
|