Sign In
Erudition
Known facts, ideas, and skill that have been imparted
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
.NET
Application Architecture
Design Patterns
MOSS
MSDN MAgazine
Networking
Pex
Security
SOA
TFS 2010
Unit Testing
WCF
XML
Archive
Archives
December 2009
(1)
November 2009
(7)
January 2009
(5)
September 2008
(1)
August 2008
(2)
July 2008
(1)
June 2008
(1)
April 2008
(2)
December 2007
(3)
October 2007
(3)
October, 2007
MSDN Blogs
>
Erudition
>
October, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Erudition
Debugging Web parts in WSS
Posted
over 5 years ago
by
erudition
0
Comments
Although VS 2005 provides awesome support for developing Web parts one of the pain points can be debugging a web part, some tips on how to debug a web part : Two methods: Direct: Attach debugger to the w3wp.exe process that hosts SharePoint...
Erudition
SO Terminology
Posted
over 5 years ago
by
erudition
1
Comments
Some common confusions (terms :)) with respect to SO Business Process It consists of a sequence of activities that produce a valuable result. Business Activities Business activities or tasks are the units that when combined form the business...
Erudition
Implementing Singleton using .NET Framework
Posted
over 5 years ago
by
erudition
0
Comments
Leveraging the .NET Framework features (sealed class and read-only properties) to implement the Singleton pattern in a thread safe manner. The Singleton Class using System; using System.Collections.Generic; using System.Text; namespace...
Page 1 of 1 (3 items)