February 2007 - Posts

1
Comments

.Net 2.0 Cryptography Implementation - Scenario 1 by shahed

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 using Senders...
0
Comments

Recovery of Community Server / Asp.Net Membership Password by shahed

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...
0
Comments

List of RPC Ping for Blog by shahed

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...
0
Comments

.Net Cryptography related Resources and Links by shahed

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

SmartCodeGenerator CTP2.6 Uploaded and 2 articles at Code Project by shahed

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...
0
Comments

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

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 the queue MessageQueue mq = new MessageQueue(destinationQueue...
0
Comments

Asp.Net Caching Resources and Links by shahed

Asp.Net Caching http://msdn2.microsoft.com/en-us/library/xsbfdd8c.aspx Asp.Net Caching Features http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconaspcachingfeatures.asp Asp.Net Quickstart- Caching for performance http...
10
Comments

Design Pattern for P/Invoke Dll from c# by shahed

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...
Powered by Community Server (Commercial Edition), by Telligent Systems