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

February 2007 - Posts

.Net 2.0 Cryptography Implementation - Scenario 1

I am playing with .Net2.0 Cryptography,  and want to Implement different scenarios. Let me start with this one and please comment if you know of a better solution.Scenario 1: I want to setup a Public Key Interface, where Sender signs a Message
posted by Shahed | 0 Comments

Good Read - Developing Identity aware Asp.Net Application

Executive Summary Organizations today are looking for guidance on how to avoid introducing new directories and authentication schemes that increase complexity and undermine the goals of a successful identity and access management strategy. This paper
posted by Shahed | 0 Comments

Recovery of Community Server / Asp.Net Membership Password

2 days back I installed Community Server 2.1 (SP2) with hosting provider webhost4life. They have a very handy Pre Installed Community Server Thing... Just 2 clicks and you get the Community Server Installed...All was going ok and I was very happy with
posted by Shahed | 0 Comments

List of RPC Ping for Blog

source: http://blog.davestechshop.net/Matt Ridings has a nice list of blog ping services he calls, "Ultimate List of RPC Ping Services For Your Blog". Use this list to get the word out that you have posted something new on your blog.Here is the list.
posted by Shahed | 0 Comments

.Net Cryptography related Resources and Links

Here are some good Cryptography related resources.Cryptography Overviewhttp://msdn2.microsoft.com/en-us/library/92f9ye3s.aspxNew and improved Security in the .Net Framework2.0 http://msdn2.microsoft.com/en-us/library/aa480472.aspx the examples
posted by Shahed | 0 Comments

Published Last week in MSDN - 20 Feb 2007

Development guide .NET development Windows Communication Foundation and Windows Workflow Foundation - Better Together Publishing Date: 02/16/2007 http://go.microsoft.com/?linkid=6256092 Printed Pages: 0 Download details Web development February 2007
posted by Shahed | 0 Comments

SmartCodeGenerator CTP2.6 Uploaded and 2 articles at Code Project

SmartCodeGenerator fans the CTP 2.6.0 has been uploaded to CodePlex. This latest version remembers the entered values on the custom properties and does not require you to retype the property values repeatedly everytime you run the application. I hope
posted by Shahed | 0 Comments

MSMQueuing from .Net for VB(legacy). Use ActiveXMessageFormatter

I was Queuing a Serialized object in MSMQ. But soon realized that VB (legacy) do not like the format. public void QueueJob(Job job, string destinationQueue, string messageLabel) { try { // open
posted by Shahed | 0 Comments

Published Last Week in MSDN Feb12, 2007

Published Last Week on MSDN Online Monday, February 12, 2007 New Content Announcement .NET development; Architecture; Development; Enterprise development; Practices; Smart clients; Web development Just Released: Web Client Software Factory Author:
posted by Shahed | 0 Comments

Asp.Net Caching Resources and Links

Asp.Net Cachinghttp://msdn2.microsoft.com/en-us/library/xsbfdd8c.aspx   Asp.Net Caching Featureshttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconaspcachingfeatures.asp   Asp.Net Quickstart- Caching for performancehttp://quickstarts.asp.net/QuickStartv20/aspnet/doc/caching/default.aspx
posted by Shahed | 0 Comments

Published Last Week on MSDN - Feb 6 2007

Published Last Week on MSDN Online Monday, February 5, 2007 New Content Advertisement Development; Development tools; Office solutions development Test Drive 2007 Microsoft Office System at the MSDN Evaluation Center Publishing Date: 02/02/2007
posted by Shahed | 0 Comments

Design Pattern for P/Invoke Dll from c#

http://www.pinvoke.net comes with handy C# /VB.Net signatures for invoking with core Win32 API.for example if we search for MessageBox in http://www.pinvoke.net we get the following result: C# Signature (Original): [DllImport("user32.dll", CharSet=CharSet.Auto)]public
posted by Shahed | 0 Comments