• .NET Framework 3.5 and Visual Studio 2008 SP1 released!

    Published by jcisneros on August 13th, 2008 9:56 pm under .NET, SP1

    1 Comment
    It’s awesome how fast time goes, a year ago, I was playing with .bat files (like putting messages in the autoexec.bat file), a month ago, I was building applications to do my accounting homework at highschool using C++ Builder, a week ago, I was making simple games with Visual Basic 6 and then working with... read more
  • ASP.Net Dynamic Data (Scaffolding with .net)

    Published by jcisneros on August 5th, 2008 8:40 pm under .NET, SP1

    1 Comment
    When you build data centric web applications, a big part of the code is related to the implementation of CRUD (Create, Read, Updated, Delete) operations. Scaffolding is a mechanism to generate fully functional data driven applications based on metadata inferred from a model, basically, all the CRUD operations are implemented by using the metadata obtained... read more