Welcome to Bangladesh Microsoft Technology Community Sign in | Join | Help

September 2007 - Posts

Programatically Loading Providers by Avoiding web / app config

BackgroundRecently I was in a situation where I had to expose two of my .NET Libraries as COM, to invoke via VBScript (Late Binding) from one of the Legacy Application. One of the .NET Library uses .NetTiers and the other one uses Subsonic
posted by Shahed | 0 Comments

Visual C# Development Settings

source: http://blogs.msdn.com/karenliu/archive/2006/06/12/628756.aspxVisual C# Development Settings Default KeyBindings Editing Edit.CollapseToDefinitions CTRL + M, O Collapses existing regions to provide a high-level view of the types and members
posted by Shahed | 0 Comments

Tips and Tricks VS2005 and CS2008

source: http://blogs.msdn.com/karenliu/archive/2007/06/21/tips-and-tricks-for-vs20005-and-vs2008.aspxTips and Tricks for VS20005 and VS2008 Tips for Understanding Code 1) [VS 2008] Target Multiple Versions of the Framework Use .NET 3.0 to target Vista
posted by Shahed | 0 Comments

Loading Xps from MemoryStream

A common way of loading XpsDocument is to load it from file:XpsDocument document = new XpsDocument(filename, FileAccess.Read, CompressionOption.NotCompressed);FixedDocumentSequence fixedDocumentSequence = document.GetFixedDocumentSequence();//To view
posted by Shahed | 0 Comments

Redirect to Login page on session expiration (ASP.NET)

ProblemRedirect the user to login page after a period of inactivity or when the session expires.InvestigationA quick search on Google will find many articles which discuss how we can detect session expiration and how to redirect to the login page. However,
posted by Shahed | 0 Comments

September 2007 - Microsoft Technical Rollup Mail

MANAGEABILITY News System Center Configuration Manager 2007 Now Available The next release of Systems Management Server (SMS), entitled System Center Configuration Manager 2007, is now available for download. With major investments in simplicity, configuration,
posted by Shahed | 1 Comments