I was recently working on implementing a provider based design for a project I'm working on which also happens to make heavy use of generics throughout the provider architecture. The signature of the type to be used in the <providers> section of the config file is MyType<T, V>, however...
Posted to
Jayson's Blog
by
Jayson Knight
on 06-17-2007
Filed under: Technology and Internet, Tools and Resources, .Net, Visual Studio
Via eWeek : Microsoft has released to manufacturing Visual Studio 2005 Service Pack 1, which features fixes for user-reported issues. Service Pack 1 of the development platform also includes more than 70 improvements for common development scenarios, including new processor support for code generation...
Via Gabriel Lozano-Moran ( full post here ): It hasn't been officially announced yet to my knowledge and the download link is not yet live but in the next couple of days Microsoft will release the Visual Studio 2005 SDK - August 2006 V3 RTM. Playing around with download links I was able to get the download...
I came across this post over on CodingHorror.com earlier today, and I must say that the font he mentions (Consolas) is a huge improvement when it comes to readability when working within Visual Studio…download it here (the installer will set consolas as the default font in Visual Studio 2005 during...
Resource management is changing in Visual Studio 2005/.Net 2.0, moving from a string based lookup mechanism (i.e. ResourceManager.GetString([value])) to a strongly typed system. This is a welcome change, and one I’ve been exploring recently (finally getting around to learning VS2005 and all of...
Posted to
Jayson's Blog
by
Jayson Knight
on 07-14-2005
Filed under: Technology and Internet, Tools and Resources, .Net, Visual Studio