SQLite in .Net

After using SQLite for a while, a few conclusions that I had were SQLite is quite stable enough to be used in corporate environment. SQLite is faster than SQLCE. For a SQLite admin, use the Firefox addon –  https://addons.mozilla.org/de/firefox/addon/sqlite-manager/ SQL Server Compact Toolbox will be useful: https://visualstudiogallery.msdn.microsoft.com/0e313dfd-be80-4afb-b5e9-6e74d369f7a1 Both SQLite and SQLCE cannot be used in a… Continue reading SQLite in .Net

Entity Framework vs NHibernate

NHibernate vs EntityFramework – Experience From the Real World This is a really great article, unbiased well developed review between EF4 & NHibernate. NHibernate and Entity Framework essentials using a Model First approach This is brief sample of implementation with comparison BTW, the conclusion is If no special reason, stick to ADO.Net with DataSet If use… Continue reading Entity Framework vs NHibernate

Development Projects since 2011

.Net / C# – Cost Reporting (2011) Tech: ASP.Net 4.0, DataSet, Entity Framework, MS-SQL, n-tier Architecture Context: Group assignment for the subject, .Net Enterprise Development. Learn Two ways of connecting DB, which are DataSet and Entity Framework using LINQ. General use of ASP.Net including Gridview. – XNA game; ‘tank war‘ (2011) Tech: XNA 4.0, Physics engine… Continue reading Development Projects since 2011