December, 2007

Posts
  • Prakash's Blog

    Microsoft ASP.NET 3.5 Extensions Preview

    • 1 Comments
    The ASP.NET 3.5 Extensions Preview is a new release that provides new functionality being added to ASP.NET 3.5 and ADO.NET in 2008. This release delivers a set of new features that target: Enabling High Productivity Data Scenarios - including MVC, Entity...
  • Prakash's Blog

    How to check whether the assembly in debug mode

    • 1 Comments
    Assembly assembly = Assembly .LoadFile( @"D:\WCF\WindowsFormsApplication3\WindowsFormsApplication3\bin\Debug\WindowsFormsApplication3.exe" ); object [] attributes = assembly.GetCustomAttributes( typeof (System.Diagnostics. DebuggableAttribute ), true...
  • Prakash's Blog

    How to add work item programmatically

    • 1 Comments
    using System; using System.Collections; using System.Xml; using System.Collections.Generic; using System.Text; using Microsoft.TeamFoundation.Client; using Microsoft.TeamFoundation.WorkItemTracking.Client; class LogBugs { Project proj = null ; public...
Page 1 of 1 (3 items)