Tag: Development

Community

Visual Basic .NET for Beginners

To this point, I’ve tried hard to stick with examples and code that can be run as a Console Application so you could use a simple and free text editor to create your VB.NET programs and compile them with the free compiler in the .NET Framework SDK. It’s a great way to learn .NET. But after a while,

Community

.NET Smart Client Applications

In this episode of MSDN TV, Tim and Shawn discuss the buzz around the .NET Smart Client Application Revolution. They discuss what a smart client application is by defining its attributes, business & ROI impacts, and Tim shows some powerful tools and technologies that are used to build them.

Community

Metadata and Reflection in .NET

(Scott) Metadata is the life blood of the .NET platform. Many of the features we use everyday during design time, during compile time, and during execution time, rely on the presence of metadata. Metadata allows an assembly, and the types inside an assembly, to be self-describing. In this article, w