This post originated from an RSS feed registered with .NET Buzz
by Sudhakar Sadasivuni.
Original Post: Hmm..MS KB is very good but...
Feed Title: {Sudhakar's .NET Dump Yard;}
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/ssadasivuni/rss.aspx
Feed Description: using Sudhakar.Dotnet.Blog.Main;
I don't know how MS builds it's massive knowledge base (KB), but I found some technical glitches here... This was probably written or narrated by some technical writers but not a true techinician.
"The ICodeGenerator interface is used to generate code in a particular language dynamically."
in the above statement, how an interface can be used to generate code ? It can be implemented to do anything internally except the signatures of the methods...
"To create the code in C#, call the CreateGenerator method of CSharpCodeProvider, and then assign this to the object ofICodeGenerator."
how to assign it to an object of ICodeGenerator? Object of the type ICodeGenerator? or Object of a collection called ICodeGenerator (ignore coding standards )
This article looks like a narration to code given by experts with out having knowledge on technology. I hope KB Team will enhance thier quality of productivity very soon.