Thursday, December 17, 2009

URL Encryption in ASP.NET

Security is one of the key concerns in web applications. To maintain state we use many mechanisms and Query String is also one. If Query string holds any sensitive data it may lead to SQL Injection or accessing some other user's data by just updating the Query String

Read more at http://www.dotnetfunda.com/articles/article748-url-encryption-in-aspnet-.aspx

Author: Sudhakarj21

Execute Stored Procedure in SQL Server using nHibernate

I was facing a lot of challenges to execute Stored Procedure through nHibernate. As I was new to nHibernate technology, Googling also did not help me much on this front and I spent a lot of time to get the actual result. Here, I am sharing with you some tips while doing this type of activity.

Read more at http://www.dotnetfunda.com/articles/article749-execute-stored-procedure-in-sql-server-using-nhibernate-.aspx

Author: Ziaulh