↧
How To: Programmatically Compile And Use Code Using C# Compiler
It is always better if you could create all your required classes in your project. But, sometimes it becomes very crucial if you could create a class for the specific situation at runtime or if you...
View ArticleExtension Methods In Dot Net, C#
Sometimes we are in need to extend any class but often it is just not possible to use inheritance if you are working with a value type, a sealed class, or an interface. C# 3 introduces the idea of...
View ArticleTypeScript – A Super Set of JavaScript
Microsoft is taking a big leap over JavaScript by introducing TypeScript. Being a JavaScript developer, I know the kind of problems that crop up while developing an enterprise application or any other...
View Article