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

March 2007 - Posts

.Net3.0 Training Kit

The .NET Framework 3.0 training kit for WF, WCF, and CardSpace includes a set of hands-on-labs, demos, and presentations. The content was originally designed as part of the Windows Server Ascend training and has been used several times for training classes.
posted by Shahed | 0 Comments

Published Last week on MSDN- 26 March 2007

New Content Advertisement Office solutions development Try Out SharePoint Server 2007 and SharePoint Designer 2007 Publishing Date: 03/19/2007 http://go.microsoft.com/?linkid=6440212 Printed Pages:  0   Announcement Windows development
posted by Shahed | 0 Comments

SmartCodeGenerator with NAnt and Cassini - Please vote.

I have uploaded SmartCodeGenerator 2.7.0 today. This release ships with scg_console.exe which integrates NAnt and Cassini with SmartCodeGenerator development cycle. I have also uploaded a new article at CodeProject demonstrating "How to use SCG along
posted by Shahed | 0 Comments

Dr Dobbs - 22 March 2007

Windows Workflow Foundation and Web ServicesThe ultimate goal of Windows Workflow is to simplify development of web-service-based business processes in .NET. RAD XAML with Microsoft Expression BlendIn the age of Rich Internet Application (RIA) development,
posted by Shahed | 0 Comments

Published Last week on MSDN, March 19, 2007

Monday, March 19, 2007 New Content Announcement Development; Development tools Widen your horizons with the MSDN Flash newsletter for a chance to win! Publishing Date: 03/12/2007 http://go.microsoft.com/?linkid=6395982 Printed Pages:  0 Be
posted by Shahed | 0 Comments

WebMethod parameter as ref

I came across WebMethods where parameter is passed as ref. But is this a good practice? //Option1 with ref[WebMethod]public void Transaction2(ref Test test ){}As opposed to writing//Option2[WebMethod]public Test Transaction1(Test test ){}But we should
posted by Shahed | 0 Comments

Running SmartCodeGenerator Projects with Cassini

With Cassini SCG Projects can be distributed very easily. Cassini is a mini web server written with 100% managed code C#, moreover Cassini is free. Cassini requires as an operating system either Windows 2000 or Windows XP; furthermore, the .NET Framework
posted by Shahed | 0 Comments

Get X509Certificate2 from a LDAP Server or Remote Machine

In Scenario1 I blogged how to get Certificate using the X509Store Class. Where I used something like this.X509Store store = new X509Store(StoreName.My, StoreLocation.CurrentUser); But after spending a bit of time with the X509Store I realized it has limitations.
posted by Shahed | 0 Comments

Published Last Week on MSDN - 8 March 2007

New Content Book .NET development; Development tools; Web development Beginner Developer Lessons for Visual Studio 2005 Express Editions Author: Rich Tebb, Content Master Ltd Publishing Date: 03/01/2007 http://msdn2.microsoft.com/en-us/library/bb332127(VS.80).aspx
posted by Shahed | 0 Comments