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)
MSDN Blogs
>
Prakash's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Prakash's Blog
Working with large lists in Office SharePoint® Server 2007
Posted
over 4 years ago
by
Prakash
1
Comments
http://go.microsoft.com/fwlink/?linkid=95450&clcid-0x409
Prakash's Blog
Internet Explorer Developer Toolbar
Posted
over 4 years ago
by
Prakash
1
Comments
The Microsoft Internet Explorer Developer Toolbar provides a variety of tools for quickly creating, understanding, and troubleshooting Web pages. http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang...
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...
Prakash's Blog
How to detect which control caused postback
Posted
over 5 years ago
by
Prakash
1
Comments
public static Control GetPostBackControl(Page page) { Control control = null; string ctrlname = page.Request.Params.Get("__EVENTTARGET"); if (ctrlname != null && ctrlname != string.Empty) { control = page.FindControl(ctrlname); } else { foreach...
Prakash's Blog
How do I detect a session has expired and redirect it to another page
Posted
over 5 years ago
by
Prakash
2
Comments
override protected void OnInit(EventArgs e) { base.OnInit(e); if (Context.Session != null) { if (Session.IsNewSession) { string szCookieHeader = Request.Headers["Cookie"]; if ((null != szCookieHeader) && (szCookieHeader.IndexOf("ASP.NET_SessionId...
Prakash's Blog
Contract Types
Posted
over 5 years ago
by
Prakash
0
Comments
The different types of message exchange patterns (mep) that contacts can take : Request -reply,One - way or duplex. Request-reply services are the default type of operation contract in Windows Communication Foundation (WCF). Clients make call to service...
Prakash's Blog
System Provided Bindings
Posted
over 5 years ago
by
Prakash
1
Comments
Binding Configuration Element Description BasicHttpBinding <basicHttpBinding> A binding that is suitable for communicating with WS-Basic Profile conformant Web services, for example, ASP.NET Web services (ASMX)-based services. This binding uses...
Prakash's Blog
Binding Features
Posted
over 5 years ago
by
Prakash
1
Comments
The following table shows some of the key features provided by the system-provided binding. Binding Interoperability Mode Of Security Session (Default) Transaction Duplex BasicHttpBinding Basic Profile 1.1 (None), Transport, Message, Mixed None, (None...
Prakash's Blog
Building a Specific Version with Team Build
Posted
over 5 years ago
by
Prakash
1
Comments
Please check out the blog entry by Aaron http://blogs.msdn.com/aaronhallberg/archive/2006/09/19/building-a-specific-version-with-team-build.aspx
Prakash's Blog
Enable FxCop / CodeAnalysis for website projects programatically
Posted
over 5 years ago
by
Prakash
1
Comments
The following macro programatically enables FxCop / CodeAnalysis for website projects only Imports System Imports EnvDTE Imports EnvDTE80 Imports System.Diagnostics Public Module Module1 Sub Macro1() Dim proj As EnvDTE.Project For i As Integer = 1 To...
Prakash's Blog
End Point
Posted
over 5 years ago
by
Prakash
0
Comments
All communication with a WCF service occurs through EndPoint. Each Endpoint consists of four properties 1. Address a. Indicates where the endpoint can be found. Address contains the URI and identity and optional message headers to contains additional...
Prakash's Blog
Web Service Factory Article
Posted
over 5 years ago
by
Prakash
0
Comments
Aaron Skonnard's latest Service Factory article
Prakash's Blog
Commerce Server 2007 Performance Guide
Posted
over 5 years ago
by
Prakash
0
Comments
Link to Download Commerce Server 2007 Performance Guide
Prakash's Blog
Commerce Server 2007 Solution Center
Posted
over 5 years ago
by
Prakash
0
Comments
Link to Commerce Server 2007 Solution Center
Prakash's Blog
Released: Commerce Server 2007 Documentation Update December 2006
Posted
over 5 years ago
by
Prakash
0
Comments
Link to Download details: Commerce Server 2007 Documentation Update December 2006
Page 1 of 1 (17 items)