Check out this video from Channel 9 about what is coming in the new release in VB.NET 14. Click here to view.
Category: VB.NET
St. Louis Days of .NET – 2013
I hope everyone in the t. Charles, MO area are planning to attend this years St. Louis Days of .NET on November 14th thru 16th. It’s always a great time and lots of free training! I will be presenting the following session and I hope you will attend. Wear your favorite concert t-shirt to my sessions and be … Continue reading St. Louis Days of .NET – 2013
Desert Code Camp 2013
I hope everyone in Arizona is planning to attend this years Desert Code Camp on November 9th. It’s always a great time and lots of free training! I will be presenting the following session and I hope you will attend. Wear your favorite concert t-shirt to my sessions and be in the running to win free software! … Continue reading Desert Code Camp 2013
Silicon Valley Code Camp 2013
I hope everyone in northern California is planning to attend this years Silicon Vally Code Camp on October 4th & 6th in Los Altos Hills, Ca. It’s always a great time and lots of free training! I will be presenting the following session and I hope you will attend. Wear your favorite concert t-shirt to … Continue reading Silicon Valley Code Camp 2013
Windows 8 Release Preview Metro style app samples – C#, VB.NET, C++, JavaScript
Microsoft releases a sample pack includes all the Metro style app code examples developed for Windows 8 Consumer Preview. The samples in this pack are available in in C#, C++, VB.NET, and JavaScript. http://code.msdn.microsoft.com/windowsapps/Windows-8-Modern-Style-App-Samples
SoCal Code Camp – Fullerton 2012
I hope everyone in southern California is planning to attend this years SoCal Code Camp in Fullerton, Ca on 1/28 – 1/29. It’s always a great time and lots of free training! I will be presenting the following sessions and I hope you will attend. .NET Coding Standards For The Real World Revamped for 2012, … Continue reading SoCal Code Camp – Fullerton 2012
Introduction to .NET Code Contracts
This video will introduce developers to the new powerful new feature that is part of the .NET framework called Code Contracts. Code Contracts brings the advantages of design-by-contract programming to .NET programming. Contracts are used to improve testing via runtime checking, enable static contract verification, and documentation generation.