Tag Archives: ASP.NET

ASP.NET MVC (Models, Views and Controllers)

ASP.NET is helps developers create dynamic web pages and powerful web applications.ASP.NET MVC(Models, Views and Controllers) is the same except that we get some additional featuers for reflecting data from a table easily and enable the client to add/edit/delete content in a database easily. Instance : http://example .com is the target client website. We can… Read More »

Create Facebook Like on a Webpage using Webmatrix

Prerequisites: Microsoft WebMatrix WebMatrix is a free web-dev tool from microsoft which supports not just asp.net, but even php.The speciality of webmatrix is that it’s light weight and if you are looking to create more powerful web application, then you can instantly do that with visual studio. The biggbest plus point that webmatrix has is the support for… Read More »