Blog VS 2010 All Tutorials Wordpress Studio
Certification LinksRandom Thoughts

.NET Platform

Windows Presentation Format

Jul 17th, 2010 | By | Category: .NET Platform, Featured Story

Getting ahead with WPF

For those of you who haven’t taken the time to explore WPF, you should definately put this at the top of your “to do” list as it becomes more widely held as a programming standard.

Windows Presentation Foundation (or WPF) is a graphical subsystem for rendering user interfaces in Windows-based applications. WPF, previously known as “Avalon”, was initially released as part of .NET Framework 3.0. Since that time it has become a widely held as a programming standard. Silverlight utilizes WPF to provide embedded web controls similar to Adobe Flash,



Getting Started With Hello World

May 12th, 2010 | By | Category: .NET Platform, Tutorials

In the programming world, regardless of the language, the ‘Hello World’ program is a right of passage. It’s right up there with terms such as ‘foo’ and ‘bar’. If you are complete beginner, it’s best to view Introduction to Visual Studio .NET Environment before going through this tutorial. Okay, so let’s get started. The source [...]



Introduction to the .NET Environment

May 12th, 2010 | By | Category: .NET Platform, Tutorials

Newbies to the Visual Studio .NET Environment will find this tutorial useful. The .NET environment allows for multiple projects to be included in a single solution. Not only that but the ability to add projects with different code types is a special bonus. This capability is referred to as an ‘Integrated Development Environment’ or ‘IDE’ [...]



Mulitple Projects In One Solution

May 12th, 2010 | By | Category: .NET Platform, Tutorials

Adding multiple projects to a single solution is something every developer will need to do sooner or later. Or let’s say that they should do it that way. A good example of this is where you would have a project with custom controls or possibly business rules that you will want to use in other [...]