Programming Haskell in Visual Studio.net 2003
摘要:Simon Marlow, a developer in microsoft research Cambridge, has agreat tool to download Visual Haskell
Just download and install it, then you can develop haskell program in vs.net editor, also they have good features like tootip etc..
we need that because haskell is really hardly understand with their syntax...
阅读全文
C#/VB.Net converter
摘要:There is no need to find any commerical language converter between C# and Vb.net..SharpDevelop can convert the languages in C#,VB.Net and Boo, even a whole projectShould give it a go to see how nice i...
阅读全文
All about codes generation
摘要:I would reckon any one who is interested in the code gneration, goes to www.codegeneration.net first, not check the available tools, but the interview with many code generation tools author...
阅读全文
New tools box for year 2005
摘要:Scott Hanselman's 2005 Ultimate Developer and Power Users Tool List Scott blogged and updated his tools collection. there are some I am very interested and can't wait to try right way Reg...
阅读全文
dynamic proxy how to
摘要:my first article about how to implement a simple dynamic proxy.
阅读全文
My Wishlist for .net development
摘要:First, I would say C# as a language itself is much superior to java.autoboxing, variabe length paramters, meta-data,... all the new features in java1.5,C# has them in the first day born. But .net ope...
阅读全文
some common used tips in web development
摘要:Been working on the post-production phase in a web project recently, and some features can be really nice to have..1. Prevent duplication form post when you insert a new record.http://www.eggheadcafe....
阅读全文
No refresh dropdownlist using xmlhttp callback
摘要:Recenly finish a simple drop down list loading with xmlhttp (or ajax), just post some codes for you use if you interested. the codes mostly from this document: http://dotnethero.com/hero/Selectionlis...
阅读全文
Exception Handling Best Practices in .NET
摘要:This is a must-read article for .net programming. from Daniel Turini's Lair Exception Handling Best Practices in .NET http://dturini.blogspot.com/2005/02/exception-handling-best-practices-in.html
阅读全文
Asp.Net resouce manager
摘要:Recently been working on a multiple languages web site, support French, German, Chinese, English... One thing needs to be aware of, when you try to load the resource manager, be sure to use the follow...
阅读全文
Exception Management using IOC
摘要:In theServerSide.Net, there is an article talking about using Exception Management with IOC That will bea very good design concept, similar to Log. Thinking about the current enterprise library, how ...
阅读全文