• Slider Image
  • Slider Image

Difference Between ASP.NET MVC and MVC

ASP.NET MVC is designed to provide a structured, testable, and maintainable way to build web applications. It allows for a clear separation of concerns between the application’s data, business logic, and user interface, making it easier to develop and maintain complex web applications. According to this Wikipedia post, ASP.NET MVC is a web application framework…

How to create a simple Todo list Using Jquery

Yes, you heard it, a simple doto list using Jquery. We all know the famous hello world applications when we’re first learning a language. Now, it’s the todo app. In this post I am going to create a simple web todo application using HTML5, CSS3 and Javascript(jQuery). You can develop this todo application in any…