Programming,.Net - Hannes's Mind Maze

Browse by Tags

All Tags » Programming » .Net (RSS)

VS2008 IntelliSense for Visual Basic by hannes

Lisa Feigebaum from the VB team recently wrote two posts about VS2008 IntelliSense for Visual Basic. Read it here and here . The VS2008 IDE tools for VB.Net surely makes it the most productive tool for building .Net application today. Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Filed under: ,

VB2008 Gems by hannes

Amanda Silver from The Visual Basic Team recently blogged about Hidden Gems in Visual Basic 2008 . <personal note>Call me a die hard VB developer. You see every time I start a new project I tell myself this one will be in C# but it always ends up as a VB.Net one. </personal note> Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!

Spring.Net and AOP by hannes

One of Spring.Net claims to fame is it's implemetation of AOP (Aspect Oriented Programming). Read about it here and see how they do it here . Spring.NET is an open source application framework that makes building enterprise .NET applications easier. Providing components based on proven design patterns that can be integrated into all tiers of your application architecture, Spring helps increase development productivity and improve application quality and performance. Downloads are available through...
Filed under: , ,

Data Access Tutorials for ASP.Net 2.0 by hannes

Today I discovered a treasure chest of tutorials written by Scott Mitchell for ASP.Net 2.0. Go have a look here . Code samples are provided in VB.Net and C#. Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Filed under: , ,

Classes vs. Structures by hannes

While browsing thru some code of our development team I noticed that nowhere they use structures and always prefers to use classes when creating small data structures that are mostly made up of value type fields. So I went and did some research. In the .Net Framework objects of structures types are created on the stack while objects of class types are created on the heap. Structures can also implement interfaces but there is no inheritance. Structures can obtain fields with accessibility set. Structures...
Filed under: ,

Installing VS2008 Beta 2 by hannes

This is my first post using Windows Life Writer, thanks Neale for his trouble shooting post. Well this morning I installed VS2008 Beta 2 on my laptop. Found no problems with the installation and the IDE fired up nicely for the first time without any visible hickups. For the record my laptop is not the news and greatest and installing from the HDD took less time then I expected. For the next couple of weeks I hope the explore some of VS2008 new features, particular around LINQ. Share this post: email...
Filed under: , , ,

Using LINQ to SQL by hannes

Hi, Scott Guthrie, wrote a series of blog posts titled “ Using LINQ to SQL ”. Go have a look here . To my surprise he also included VB code, viva VB! Also by Scott some of the new language features in the Orcas release of VS.Net Framework. Automatic Properties, Object Initializer and Collection Initializers Extension Methods Lambda Expressions Query Syntax Anonymous Types Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Filed under: , , ,

Naming Standards by hannes

If you’re looking for programming naming standard guidance, go have a look at the . Net Framework General Reference Guidelines here on MSDN. Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Filed under: , ,
Powered by Community Server (Commercial Edition), by Telligent Systems