1.
Know Dot Net - Using the System.IO Namespace - The Path Class
Show the time-saving features of the System.IO Namespace and Path Object.
2.
Know Dot Net - Fun with VB.NET Arrays
One relatively unknown feature of VB.NET is that there's another way to declare .... This is hardly an exhaustive discussion of the powerful Array object, ...
3.
Know Dot Net - Fun with VB.NET Arrays
One relatively unknown feature of VB.NET is that there's another way to declare .... This is hardly an exhaustive discussion of the powerful Array object, ...
4.
Know Dot Net - A Quick Introduction to Boxing
NET without a firm understanding of reference vs. value types and how they ... task could cause a garbage collection to occur depending on the situation. ...
5.
Know Dot Net - Reference and Value Types
One of the most common mistakes developers make when learning .NET is confusing Reference and Value Types with Passing values by Reference or Value.
6.
Know Dot Net - Taking advantage of the DataView's Rowfilter
If you are regular at KnowDotNet and read our Data Access section, you know I'm in love DataViews. Well, after running around evangelizing all the benefits ...
7.
Know Dot Net - Taking advantage of the DataView's Rowfilter
Sure, I could set the DataView's RowFilter to "EmplType = 'A'" if I had a Denormalized ... Since I can't use IS NOT NULL like I can in Standard SQL, ...
8.
Know Dot Net - ADO.NET DataViews
Based on what I see in the various newsgroups, there are a few areas that give new ADO.NET converts a lot of trouble. Finding, Sorting and Filtering Data ...
9.
Know Dot Net - Sort Your Data with the DataView
It's no secret that I think ADO.NET is one of the coolest things about the .NET framework. And the more I play with it, the more I love it.
10.
Know Dot Net - Taking advantage of the DataView's Rowfilter
C Sharp Completer · Visual Class Organizer ... Sure, I could set the DataView's RowFilter to "EmplType = 'A'" if I had a Denormalized database, ...