Posts
  • Babu George's Blog

    Solution Realization Guidance

    • 0 Comments
    It's always a challenge to manage the entire project life cycle by balancing requirements and iterations or milestones based on priority and relevant quality gates. It takes great effort to put in necessary quality initiatives to attain high quality deliverables...
  • Babu George's Blog

    Performance and Caching Platforms

    • 0 Comments
    The areas that I've focused in the past for achieving the desired levels for the key architecture quality attribute for software solutions, performance, include fine tuning of database queries and introduction of caching at various layers. While there...
  • Babu George's Blog

    Visual Studio 2010 and .NET FX 4 Beta 1

    • 1 Comments
    Visual Studio 2010 and .NET FX 4 Beta 1 available for download now ... http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx
  • Babu George's Blog

    Polyglot Programming & DLR

    • 1 Comments
    Using multiple programming languages or paradigms, while implementing software solutions, are not uncommon anymore. For example, many of us definitely have been using C#, SQL and Scripting languages to implement applications. Composing multiple programming...
  • Babu George's Blog

    Domain Model to Code

    • 1 Comments
    Business Modeling and translating the model into analysis and design models have been a practice in the industry for while. Identifying the basic business entities as part of business analysis provides a way to create a candidate model structure for the...
  • Babu George's Blog

    ASP.NET MVC Release Candidate

    • 1 Comments
    ASP.NET MVC RC1 Refresh release is available for download now which provides a new Model-View-Controller (MVC) framework on top of the existing ASP.NET 3.5 runtime. Related URLs: Download ASP.NET MVC RC1 Refresh ASP.NET MVC
  • Babu George's Blog

    Pex (Program EXploration)

    • 1 Comments
    We've been experimenting with Pex (Program EXploration) which produces a traditional unit test suite with high code coverage. These generated unit test cases takes parameters, calls the code under test, and states assertions. Essentially, Pex does a white...
  • Babu George's Blog

    Architecturing Process & VSTS 2010 CTP

    • 1 Comments
    I h ave been playing around VSTS 2010 / TFS 2010 / .NET 4.0 CTP features for a while. It's available for download at the MSDN site in a VPC format with Windows 2008 server as the host. This VPC provides a few sample TFS projects and a few VSTS 2010 solutions...
  • Babu George's Blog

    Code Metrics

    • 1 Comments
    One of the challenges, I always faced was the availability of approaches for quantification of the aspects such as right coupling among classes for better design; less # of lines of code within a class/methods and the complexity measure of the code to...
  • Babu George's Blog

    Distributed Computing Patterns

    • 3 Comments
    The latest Microsoft Architecture Journal (#17) talks about distributed computing and the associated architectural patterns. A few of our colleagues, at Managed Solution team, have put together an excellent article based on patterns harvested from our...
  • Babu George's Blog

    Debugging .NET Framework Source

    • 2 Comments
    I just debugged through the .NET Framework assembly source code like the way I used to do MFC source debugging earlier, except that the symbols and source are downloaded while debugging ...It’s much easier with VS 2008, especially the symbol download...
  • Babu George's Blog

    Models, Views, and Controllers

    • 1 Comments
    A good video on Understanding Models, Views, and Controllers. http://www.asp.net/learn/mvc-videos/video-396.aspx http://www.asp.net/learn/mvc/tutorial-02-cs.aspx
  • Babu George's Blog

    MVC Analysis Approach and ASP.NET MVC

    • 1 Comments
    The ASP.NET MVC team is in the final stages of finishing up a new "Preview 4" release. See Scott Guthrie's Blog: http://weblogs.asp.net/scottgu/archive/tags/MVC/default.aspx . ASP.NET MVC makes it very easy to implement a model-view-controller (MVC...
  • Babu George's Blog

    Taming Tough Cookies ...

    • 1 Comments
    "A Cookie Manager Class for Web Applications" It has been a while since I had written an article, "A Cookie Manager Class for Web Applications" ( http://www.ddj.com/cpp/184401425?pgno=4 ), on handling Internet Cookies. I used primarily C++/STL, WinInet...
Page 1 of 1 (14 items)