↧
SQL Server 2008 – Saving changes is not permitted
I recently started using SQL Server 2008, at first it was really nice, but then I started getting a weird error every time I tried modifying a table. Saving changes is not permitted. The changes you...
View ArticleASP.NET MVC Forms Authentication with SqlMembershipProvider
The ASP.NET MVC Website Template comes pre-configured to use SqlMembershipProvider which manages storage of membership information for an ASP.NET application in a SQL Server database. But before you...
View ArticleASP.NET MVC and Localization
I live in Montreal – Canada, and here we have two officials languages, French and English, that’s why every website I build must be available in both languages. Building an ASP.NET MVC Website using...
View Article