Browse by Tags

Related Posts

  • Behind the Compiler

    "What will happen behind compiler?" is my favourite questsion when dealing with technical design and coding. There are many cool and powerful things we can use to be more productive, faster and better. We have automatic properties , extension methods , partial classes, generics and so on. If...
    Posted to Gunnar Peipman's ASP.NET blog (Weblog) by DigiMortal on 05-22-2008, 12:00 AM
    Filed under: General Software Development, .NET, Behind the Compiler, C#
  • C# and Partial Classes

    .Net 2.0 provided us with new feature called partial classes . Using partial classes we can use multiple files to keep the code of same class. Yes - we can put some methods to one file and the others to another file. Although partial classes may be extremely useful they can be also used to ruin system...
    Posted to Gunnar Peipman's ASP.NET blog (Weblog) by DigiMortal on 06-08-2008, 12:00 AM
    Filed under: General Software Development, C#, Behind the Compiler
Page 1 of 1 (2 items)
Microsoft Communities