Getting Started With Asp.NET MVC 4 And Entity Framework

Asp.net MVC Tutorial

Asp.NET MVC framework has upgraded itself rapidly and a lot of whole features are being added/supported. I lastly worked with Asp.NET MVC 3 With LinQ Based Web Application. While checking out the MVC 4, I got familiar with Entity framework and MVC … [Read more...]

Codeigniter Best Practices And Tips For Efficient Development

codeigniter best practices

A framework can help us to define a set of rules/protocols for our application. However, application source codes can be still messed up if some general best practices aren't followed well. Today, I will try to describe some Codeigniter best … [Read more...]

Working With CodeIgniter Smarty Together

smarty

Before, I have written tutorials about smarty basics as well as codeigniter tutorial for beginners. As the ci framework doesn't include any template engine, many developers love to use smarty with codeigniter based application as the view engine.Tn … [Read more...]

Getting Started With Smarty Template Engine

PHP Smarty Tutorial

"Smarty" is one of the most popular template engine available for php developers. At the beginning level of its development, it was part and sub project pf PHP and its web contents was hosted on "smarty.php.net" sub domain. Later on it itself became … [Read more...]

Asp.NET MVC3 And LinQ Based Sample Web Application

Asp.net MVC Tutorial

In this tutorial, my goal is to assist you through an very simple web application development that utilizes asp.net mvc framework(more specifically version 3.0), linq to sql, and razor template engine, so that you can have complete idea of developing … [Read more...]

Beginning Asp.net MVC 3 And Razor With C# Code Examples

Asp.net MVC 3

The MVC(Model/View/Controller) design pattern became a very popular and reliable software development methodology. To apply this effectively on web applications, microsoft released new framework based on mvc pattern for web application developments, … [Read more...]

Utilizing Config File In C#.NET Application

C#.NET Tutorials

In a software applications, there are sometimes several values, that need to be changed sometimes, like database connection information, API access credential information, directory path etc. I am talking about both desktop and web applications. In … [Read more...]