Use Hangfire with SQLite in ASP.Net 4.5.

I’ll install Hangfire with SQLite, which could be quick and easy solution for small projects, which do not need full blown DB server. Versions of each framework and libraries are as follow. APS.Net MVC 4.5.2 SQLite 1.0.103.0 Hangfire 1.6.7.0 Hangfire SQLite extension 1.1.1.0 Confusion selecting correct SQLite library. When go to http://hangfire.io/extensions.html page, we can see the… Continue reading Use Hangfire with SQLite in ASP.Net 4.5.

How to use bower to manage front-end library in Visual Studio 2015 : for beginners

Background While looking for the JS libary to populate folder as beautiful tree structure and hopefully having modern UI, I found a useful angularjs based open source called, angular file manager(git), which has beautiful and easy-to-use UI, worth to spend some time for my work. The manual of the app said ‘use bower install –save angular-filemanager’ to… Continue reading How to use bower to manage front-end library in Visual Studio 2015 : for beginners

ASP.net : How to Publish

How to publish ASP.Net application to GoDaddy windows web hosing server? There is step by a step guide at the blog of Kenan Bek How to publish SQL DB In case of GoDaddy http://www.salmontraining.com/SqlExpressZone/articles/publish_sql_server_godaddy_shared_hosting.html In general deployment http://www.asp.net/web-forms/tutorials/deployment/deploying-a-database-cs http://kingdango.com/blog/2011/12/a-simple-solution-for-deploying-code-first-model/

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