Sign In
Prakash's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ASP.NET
Commerce Server
FxCop
Team Foundation Server
WCF
Archive
Archives
January 2008
(2)
December 2007
(3)
November 2007
(2)
September 2007
(4)
August 2007
(1)
February 2007
(5)
December, 2007
MSDN Blogs
>
Prakash's Blog
>
December, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Prakash's Blog
Microsoft ASP.NET 3.5 Extensions Preview
Posted
over 5 years ago
by
Prakash
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
Posted
over 5 years ago
by
Prakash
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
Posted
over 5 years ago
by
Prakash
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)