I’ve added to [FB4] action for VssConnect (a good wrapper for Visual Source Safe that allows working on internet) to public downloads. It contains only Label action for now and has […]
Utf8 and CodeSmith
If you are dealing with non-ASCII fonts in [CodeSmith] templates or their outputs then you probably noticed that non-ASCII chars are replaced with question marks. There is a […]
CodeSmith coupon discount
Scott Hanselman found out a $100 coupon discount for [CodeSmith] ($100 off CodeSmith professional). Go find it here: http://www.hanselman.com/blog/HanselminutesPodcast13.aspx
Creating an Indigo client proxy that references the same service contract type as server does
So, you want to create an Indigo client proxy that references the same types as server does, IOW a client proxy that won’t recreate ServiceContract (let’s say it […]
Chance to vote on DLinq features
Dinesh has put to “vote” the new DLinq features at http://blogs.msdn.com/dinesh.kulkarni/default.aspx
Swiss army knife kind of book about .net2 and C#2
The first thought that came to my mind when I got the book “Practical .Net2 and C#2: Harness the Platform, the Language, the Framework by Patrick Smacchia (MVP, author of […]
Why is Introduce Local (Replace All) allowed in certain circumstances
Yesterday I had a repeat of my whole day presentation “What’s new in Visual Studio 2005/.net 2” and the audience was great. Note: you can find the slides […]
CodeSmith saves me time and money
An interesting feature of CodeSmith is that it tracks the number of lines generated for you. With this information and an fex approximations it calculates the hours and […]
Time to upgrade that WinFX again
New wave of WinFX downloads (Feb CTP): http://msdn.microsoft.com/windowsvista/getthebeta/default.aspx
Building class constructors with ease using CodeRush
Imagine a class with lot of fields.class Person { private string name; private string surname; private int age; private string address; private string city; private string zip; private […]