Posts

ASP.NET Shopping Cart

Image
Today I am going to give you a significant example. ASP.NET Shopping Cart.  I have used SQL stored procedure for retrieving data. Entity framework code first models. I'll explain how to do it. As a usual way, please create the project. I'll explain by example. Here is available user registration user login. Adding new items (this is allowed to admin user). My cart. You can search for any items. You can sort items in ascending order. Let's start example

Windows Application with Stored Procedures

Image
Creating visual studio windows application as Normal way and connect with SQL Server stored procedures. 1. Create a windows application.

MVC Entity Freamwork

Image
Firstly  Create  a new Project >> ASP.NET web application >>  MVC then install Entity Freamwork This application is  Student registration For University 1.------------------------------------------------------ First, Edit the _Layout.cshtml file inside the shared Folder

Windows Form Application with Entity Freamwork

Image
Windows Form Application with Entity Framework, SQL Server Open a Windows form Application. Firstly Create a Model Right Click the Solution >> Add >> Select the class >> type the appropriate Name for the model. Then Go to Menu Select Project >> Manage Nuget Packages >> Online >> Select Entity Framework and Install.

Asp.Net Application

Image
 This is an Asp Application with SQL Server database. This is SQL Server table design

C# Windows Application

Image
C# Windows Application with SQL Server Database. I will explain step by step how to create a  C# windows application. This post will help you to Create, View, Update, Delete operation works.