by Rahul Singla | Jun 20, 2011 | .NET 2.0+, Blog, C#
Till the beginning of this month, I was a regular SVN user using SVN as my Version Control System for many projects. But then, somewhere in the second week of this month, I have turned a SVN developer (not writing code for SVN itself, but providing solutions off...
by Rahul Singla | Jun 11, 2011 | .NET 2.0+, ASP.NET, Blog, C#, Coolite, Ext.Net, ExtJs, ExtJs 3.x, ExtJs 4.x, Javascript, PowerShell, PowerShell 2
In this blog post, I present a complete framework for automatic localization in ASP.NET, ability to customize what is produced by this framework and a completely functional ASP.NET app demonstrating the features and process.In February this year, I published my...
by Rahul Singla | May 8, 2011 | .NET 2.0+, ASP.NET, Blog, ExtJs, PHP 5.x
A couple of days ago, I started implementing a rather interesting piece of code. It was late into the night, and I was not feeling like doing my regular work and neither was I sleepy. At that time, I was reminded of another project where we needed to provide users the...
by Rahul Singla | Apr 24, 2011 | .NET 2.0+, ASP.NET, Blog, C#, VB.NET
Okay, here’s the second consecutive blog post on serializing/deserializing RSA public/private keys, this time generated by the native RSACryptoServiceProvider available in .Net (the previous post available here related to serializing keys generated by...
by Rahul Singla | Apr 24, 2011 | .NET 2.0+, Blog, C#, VB.NET
.Net provides a good Cryptographic framework in the System.Security.Cryptography namepsace. But I have sometimes found it lacking for my needs (and non-intuitive at some other times). Yesterday I needed to generate a RSA Public-Private key pair in a client-server...
by Rahul Singla | Apr 9, 2011 | .NET 2.0+, Blog, C#, VB.NET
A couple of days ago, I needed to find all calls to a specific method in a large number of javascript files. The exact method call looked something like following:Rahul.t(‘String to be translated.’);If you have been following my blog posts, or have...
Recent Comments