MSMVPS.COM
The Ultimate Destination for Blogs by Current and Former Microsoft Most Valuable Professionals.
Sign in
|
Help
Home
Blogs
Media
Blue Blip
»
All Tags
»
.NET
(
RSS
)
Browse by Tags
Blogs
Blue Blip
Home
About
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
Server-side Automation of MS Office Applications
XML Utility Method in .NET BCL
Microsoft Enterprise Library 4.0 - Here Comes!
.NET Training Kits - Free Download
.NET Framework 3.5 Common Namespaces and Types Poster
Tags
.NET
ASP.NET
ASP.NET MVC
C#
Design
Internet Explorer
JavaScript
MSDN
Networking
Office
Office 2007
SharePoint
Uncategorized
Vista
Visual Studio
WCF
WPF
View more
News
The information in this blog is provided "as is" without any warranties and confers no rights. Use the information provided here at your own risk. Everything expressed here is solely mine. Please refrain from posting inappropriate comments!
Archives
October 2009 (1)
June 2009 (2)
May 2009 (1)
April 2009 (2)
March 2009 (6)
August 2008 (2)
May 2008 (3)
April 2008 (2)
March 2008 (2)
February 2008 (2)
January 2008 (2)
July 2007 (1)
June 2007 (2)
May 2007 (2)
April 2007 (3)
March 2007 (1)
January 2007 (1)
December 2006 (1)
November 2006 (2)
October 2006 (4)
September 2006 (1)
August 2006 (8)
July 2006 (2)
ASP.NET
C#
Design
Networking
Office
Office 2007
Visual Studio
WPF
Server-side Automation of MS Office Applications
I usually don't talk too much about or discuss things that are commonly known to everyone. Why add noise unnecessarily when something has already been discussed overwhelmingly by the internet community and all it takes is an internet search to find...
Published
Sun, Mar 22 2009 5:35
by
Siva M
Filed under:
.NET
,
Office 2007
,
Office
XML Utility Method in .NET BCL
XML has a set of special characters that cannot appear in element/attribute names and values: &, <, >, " and '. For example, <entityText>Mark & Spencer's</entityText> is not valid. The valid equivalent is <companyName>Mark...
Published
Wed, Aug 6 2008 4:23
by
Siva M
Filed under:
.NET
Microsoft Enterprise Library 4.0 - Here Comes!
The latest version of Microsoft Enterprise Library, v4.0, is finally here for download ! The most important additions in this release for me are VS 2008 support and integration of Unity dependency injection container (Unity Application Block). Go grab...
Published
Fri, May 16 2008 9:51
by
Siva M
Filed under:
.NET
,
Design
,
Visual Studio
.NET Training Kits - Free Download
Couple of training kits available for download from Microsoft: .NET 3.5 Enhancements Training Kit Visual Studio 2008 and .NET Framework 3.5 Training Kit
Published
Tue, Apr 22 2008 8:12
by
Siva M
Filed under:
.NET
.NET Framework 3.5 Common Namespaces and Types Poster
Came across this recently: http://www.microsoft.com/downloads/details.aspx?familyid=7b645f3a-6d22-4548-a0d8-c2a27e1917f8&displaylang=en&tm Available in both XPS and PDF forms, each with one large size and split/tiled format.
Published
Fri, Mar 14 2008 12:49
by
Siva M
Filed under:
.NET
Sending Emails with Delivery Receipt Notification
Of late, I was getting few queries on how to get email delivery notification and email read notifications when sending emails programmatically using the .NET Framework classes ( System.Net.Mail ). Getting email read notification option is done by adding...
Published
Fri, Mar 14 2008 6:33
by
Siva M
Filed under:
.NET
Enumerating Computers in a Domain
I saw a question in a forum asking how to enumerate computers available in a domain. Though it might seem little difficult, it can be accomplished in less than 10 line of code. Thought would make it as a post for everyone's benefit. Here we go: using...
Published
Fri, Jan 25 2008 0:43
by
Siva M
Filed under:
.NET
,
Networking
.NET Framework Source Code for Debugging Support
As announced earlier by Scott Gu , the source code for most of the namespaces in the .NET framework is available . This means that you can now step into the framework source code while debugging your applications and see its actual implementation. I had...
Published
Fri, Jan 18 2008 3:28
by
Siva M
Filed under:
.NET
Visual Studio 2008 Beta-2 Out
Get the VS 2008 Team Suite beta-2 from http://www.microsoft.com/downloads/details.aspx?FamilyID=428c076f-e3ef-4290-9ff4-f6fd8f180b7d&DisplayLang=en
Published
Fri, Jul 27 2007 13:31
by
Siva M
Filed under:
.NET
Getting the IP Address of the DNS Server(s)
Yesterday, I came across a question in one of the .NET newsgroups asking how to get the IP address of the DNS servers available in the network. Though there is no direct way of getting this information (yet, at least to my knowledge) via .NET 2.0 class...
Published
Mon, Jun 18 2007 5:39
by
Siva M
Filed under:
.NET
,
C#
,
Networking
Storing Application-wide Data in WPF
It is very common in Windows applications to store application-wide data such as database connection strings, application title and folder path,etc that should be available for the duration of the application instance. The general strategy for storing...
Published
Fri, May 11 2007 0:29
by
Siva M
Filed under:
.NET
,
C#
,
WPF
Changing Log On Credentials of Windows Services
There was a question from an internal group asking for a way to programmatically change the log on name (and of course password) of a Windows service - this is the user account, local or domain, under which the service process runs when started. Unfortunately...
Published
Thu, Apr 19 2007 5:19
by
Siva M
Filed under:
.NET
,
C#
Peformance Comparison: WCF Vs. The Rest
Excellent article comparing Windows Communication Foundation (WCF) framework with other Microsoft distributed technologies (ASP.NET Web Services, .NET Enterprise Services and .NET Remoting): http://msdn2.microsoft.com/en-us/library/bb310550.aspx
Published
Wed, Apr 4 2007 1:42
by
Siva M
Filed under:
.NET
Impersonating Network Share (UNC) Path Access
One of the features of the ASP.NET application that I am currently working on requires copying dynamically generated files to a network share path. As guessed(!), the user identity of the ASP.NET worker process (IIS application pool, in case of Windows...
Published
Thu, Mar 1 2007 6:22
by
Siva M
Filed under:
.NET
,
ASP.NET
,
C#
ASP.NET AJAX 1.0 Source Code Available
If you too are interested in looking at the internals of ASP.NET AJAX (Atlas), download the source code at http://www.microsoft.com/downloads/details.aspx?FamilyID=ef2c1acc-051a-4fe6-ad72-f3bed8623b43&DisplayLang=en Great material if you want to see...
Published
Wed, Jan 31 2007 0:38
by
Siva M
Filed under:
.NET
,
ASP.NET
Visual Studio 2005 SP1 Available
The much awaited and the first service pack for VS 2005 Team is here at http://msdn.microsoft.com/vstudio/support/vs2005sp1/default.aspx SP1 is available for Visual Studio 2005 Express and TFS is also available. However, the SP1 for Vista still seems...
Published
Fri, Dec 15 2006 10:27
by
Siva M
Filed under:
.NET
.NET 3.0 RTM'd
The much awaited .NET 3.0 (aka, WinFX) is now available for download in RTM mode! This also means Windows WPF, WCF, WWF & CardSpace all available in RTM too! :-) Go get them: .net 3.0 Runtime alone: http://www.microsoft.com/downloads/details.aspx...
Published
Tue, Nov 7 2006 3:08
by
Siva M
Filed under:
.NET
Profiling .NET Code with StopWatch
One of the new diagnostics tools introduced in .NET 2.0 is the System.Diagnostics.StopWatch class. It lets you time your code with simplest profiling code possible! And I use this class very regularly during my development/desting. I use it especially...
Published
Mon, Oct 9 2006 17:15
by
Siva M
Filed under:
.NET
,
C#
Switch Internet Explorer to Offline Mode
I saw a newsgroup post today asking about programmatically (.NET way) switching Internet Explorer to offline mode (checking IE's File | Work Offline menu item). I posted a small C# code that accomplishes this to the newsgroup. Thought would make a blog...
Published
Wed, Oct 4 2006 21:48
by
Siva M
Filed under:
.NET
,
C#
Getting Windows Process Owner Name
The System.Diagnostics.Process class gives almost every data about a running process. But, the most-wanted information it doesn't give about a process is the process owner name. And I ran across a situation recently that asked for the same thing - here...
Published
Mon, Oct 2 2006 23:24
by
Siva M
Filed under:
.NET
,
C#
1
2
Next >
Questions? Contact Susan at Susan-at-msmvps.com. Each post's copyright held by the original author. All rights reserved. Blog site is an independent site not sponsored by Microsoft.
Our servers would like to thank www.ownwebnow.com and www.exchangedefender.com. We wouldn't be here without the generosity of Vlad Mazek and his companies.
3DZL:andrewbelon.com