Search Results

3
votes
2answers
252 views

Bitwise operations in T-SQL

I have a bitmasked int field in my database. Usually I manage it through c# code, but now I need to flip a bit in the mask using T-SQL How do I accomplish the following: …
2
votes

Free NHibernate helper tools?

NHibernate Query Analyzer is a must for constructing queries. It's not fo …
4
votes

How do you redirect to the calling page in ASP.NET MVC?

You should provide a RedirectToUrl parameter from the posting page. Relying on referrer headers is not a good practice. Instead, do something like this: public Actio …
10
votes

jQuery Forms Authentication with ASP.NET MVC

Yes, it's possible. Just submit the login-form using the method descri …
4
votes

Learning NHibernate

I would suggest that you grab a copy of the excellent book NHibernate in Action Although it covers NHibernate 1.2 it's very good …