Howdy there, Now it’s around a month, that Microsoft released the .NET framework 4 to the public – so I wanted to take the occasion to give you a quick view on two nice new features: 1. Optional parameters: You can specify any parameters to be optional by assigning it a default value directly in [...]
Posts Tagged ‘intellisense’
C# 4.0: Optional and Named Parameters
Posted in c#, Snippet, tips, visual studio, tagged .net framework 4, c# 4.0, intellisense, microsoft, named parameter, omit parameter, optional parameter, parameter ordering, release, Visual Studio 2010 on May 7, 2010 | Leave a Comment »
Add IntelliSense support for nhibernate
Posted in c#, newbie, nhibernate, tips, tagged c#, intellisense, ms_feeds, nhibernate, windows7 on January 14, 2010 | 1 Comment »
Hello all, Want to make your life developing with nhibernate easier? Then, especially if you’re just getting started, you might want to have some IntelliSense support to ease the creation/modification of the .hbm.xml mapping files. It’s quite simple: 1. Find the XML schema directory of your VS2010 Express (Beta 2, at this time) installation Tools->Options [...]

