Using NHibernate, Sqlite in your ASP.Net MVC project
I used Entity Framework for my personal projects for a while but wanted to try NHibernate. Instead of NUnit, I tried MS Test this time. First problem was tha...
I used Entity Framework for my personal projects for a while but wanted to try NHibernate. Instead of NUnit, I tried MS Test this time. First problem was tha...
Of course, you need to install sqlite or deploy the dll together. Yet I keep forgetting that I need to register ".Net Framework Data Provider for Sqlite" You...
These days, I work on projects that is based on Sitecore CMS. Sitecore caches everything, so if you make any changes to your code, the web page does not refl...
It's a Easter Monday, very quiet everywhere. I have been working with Sqlite and had an weird error. When I try to update a record in sqlite, using Entity Fr...
I work on a few personal projects. Personal projects are fun, because you can choose which technology and tools you are going to use and often you can experi...