Carl Prothman's .NET Blog
From the mind of an .NET Developer...
-
Visual Studio .NET's “Clipboard Ring“ tab - Nice feature!
Have you used Visual Studio .NET's “Clipboard Ring“ tab lately? I haven't! I was not aware of it's presence within Visual Studio .NET's Toolbar until I attended a .NET Users Group meeting the other day.
-
Tip for Editing Long String Properties Values within Visual Studio .NET 2003
Have you ever tried to edit a long string value within the Properties window of Visual Studio .NET 2003? It can be very frustrating! Here is a tip that will make it a lot easier for you to edit those long property string values.
-
Move / Drag Tags within Visual Studio .NET 2003
Did you know you can drag file tabs around within Visual Studio .NET 2003? Try this, open up several files, then click and drag one of the tabs for an open file and move it to another position within the set of tabs. Cool huh?
-
President of the .NET Developers Association Users Group!
I got voted in as President of the .NET Developers Association Users Group (http://www.netda.net) last evening. ;-)
-
I'm going to Microsoft's PDC this year!
I'm going to Microsoft's Professional Developers Conference (PDC) this year!
-
Saving a DataView in Session
Most .NET developers store a DataSet in a Session variable, then create a DataView from the DataSet's DataTable on Page_Load in order to get a different sort and/or filter.
-
What is the fastest way to load a Typed DataSet?
You might answer: "Just call the Fill method on a SqlDataAdapter"
-
Life is good!
Okay, I guess I'm past the "Hello Blog World" stage now! ;-)