March 2007 - Posts

0
Comments

SmartCodeGenerator with NAnt and Cassini - Please vote. by shahed

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

WebMethod parameter as ref by shahed

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

Running SmartCodeGenerator Projects with Cassini by shahed

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

Get X509Certificate2 from a LDAP Server or Remote Machine by shahed

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