| Thread | Last Post | Replies |
|
| Good book for an absolute beginner on VB.net or 2005 with databases | 28 Nov 2006 05:41 GMT | 20 |
I'm looking for a very good book for an absolute beginner on VB.net or VB 2005 with emphasis on databases. What would you reccommend? Thanks!
|
| convert stream to string | 27 Nov 2006 23:06 GMT | 1 |
I am getting data from an FTP into a Stream object. Now I need to put this data into a string so I can manipulate it. Can anyone show me some example code? (C# preferably)
|
| is UML usefull? | 27 Nov 2006 21:41 GMT | 1 |
I am learning to develop ASP.NET applications using SQL databases. How do you think: is UML usefull in designing such applications? Thank you! /RAM/
|
| High performance sorting algorithm | 27 Nov 2006 21:07 GMT | 3 |
I've written a C++ program years ago, it's still in use in the company where I work, now its time to port it to .net, preferable managed code. However, I'm a little concerned about a sorting performance. I need to sort a somewhat high number of entries in a list. I think of using ...
|
| C# Short Cut keys please. | 27 Nov 2006 19:56 GMT | 12 |
I am new to C#, i have come from a VB6 backgrouond. What i am looking for is a list of the Short cut keys for C# and what they do. I am in perticulare looking for the keys to jump to a Decleration and then
|
| replacing system.data | 27 Nov 2006 16:06 GMT | 7 |
I would like to add some code to system.data so I can trace calls to SqlConnection class. I used ildasm.exe, got the il code, added some of mine and used the ilasm.exe to get a new assembly. The problem is that I cannot remove the old file using the gacutil.exe
|
| How to Copy/Paste to clipboard ?? | 27 Nov 2006 15:38 GMT | 8 |
I have an treeview control with different node object, I would like to implement the Copy/Paste function of an object . For that I am using the folowing function to copy teh object to clipboard : ====>
|
| I GOT IT! - And it's strange! | 27 Nov 2006 13:59 GMT | 6 |
No project compile time reference is needed to my dynamic assembly DLL... I load an assembly DLL dynamically with a complex path. the assembly DLL is NOT in the exutable folder. I submit the fully qualified name to to the property grid (custom editor
|
| Shared memory - how to implement in .NET 2.0/3.0 | 27 Nov 2006 13:30 GMT | 4 |
I am coding a dozen "background" realtime apps for factory automation in .NET 2.0. The apps need to share a common memory as there are lots of variables to be shared (and synchronized of course).
|
| Suggest a Project | 27 Nov 2006 12:02 GMT | 6 |
Hi can anyone plz suggest me few good topics for project in .net ? Anyone have any idea on artificial intelligence ?
|
| Convert myObject.Parameter to string "myObject.Parameter" | 27 Nov 2006 11:14 GMT | 2 |
Is it possible to pass in an object and parameter into a function and return it as a string. i.e. To make a call to the function i would put the following
|
| naming conventions forced by VS.NET? | 27 Nov 2006 09:10 GMT | 9 |
I thouht that I read somewhere that Visual Studio .NET 2005 is able to force naming conventions for controls etc., but I can't find it anymore :-/ did I dream this or is this real? :-) If it's real: how can I do this? Thanks a lot in advance,
|
| MarqueeControl: MSDN Walkthrough question | 27 Nov 2006 06:23 GMT | 7 |
I have been going through the MSDN Walkthrough: Creating a Windows Forms Control That Takes Advantage of Visual Studio Design-Time Features. Everything was going fine and I was able to create and compile the
|
| How to catch CTRL +C key press | 27 Nov 2006 04:31 GMT | 2 |
What is the best way to catch the user prressig the CTRL- C key combination.. I have try the keypress ans key down event but I am able only to catch one key at a time .. Amy idea ?
|
| IHttpHandler and Caching | 27 Nov 2006 03:00 GMT | 1 |
Ive got a .ashx file which produces an image (useage: <img src="myHandler.ashx" />) What do I need to do to make it cache? Every time my page reloads it recreates the image (a slow process), and i have a lot of these per page.
|