Manual CRUD Operation in MVC With Entity Framework Code First Approach part 1

Manual CRUD Operation in MVC With Entity Framework Code First Approach part 1
This is continuation part to CRUD Operation in MVC With Entity Framework Code First Approach If you have read my last article you may notice, while creating front view we have used automated process for creating the front end. but in real time...

CRUD Operation in MVC With Entity Framework Code First Approach

CRUD Operation in MVC With Entity Framework Code First Approach
This is continution part to Code First Approcach startUp with MVC Let's assume that we want to create a simple application for Banking Apllication. Admin of this Banking application should be able to add or update User, add account and add money....

Code First Approcach startUp with MVC

Code First Approcach startUp with MVC
Prerequisite: you should be aware of basic working experience with visual studio Souce: CodeProject In this Article I am going to set up environment MVC project with EF Entity Framework introduced Code-First approach from Entity Framework...

Send Email using c# with proccessing bar

Send Email using c# with proccessing bar
In this,post i will explain how to send email using c# with proccessing bar. To do this,you have to follow few below given step. step 1. first of all create a form as shown below:- step 2. After making a form,drag a openfiledailog tool so...

How to send email using c# with attachment

How to send email using c# with attachment
In this post, I will tell how to send email using c#. There are few steps that must be followed to make email client that can send email from gmail account to any of other email address. For this we will use a new class System.Net.Mail and use...

How to transfer data from one form to another form by passing values to form object ?

How to transfer data from one form to another form by passing values to form object ?
There are basically three steps to send the data to transfer data from one form to another:- Step 1 ) a ).   Firstly open the visual studio. b). Now select file and open project ...

How to add captcha to web form in asp.net .

How to add captcha to web form in asp.net .
The Capcha is stand for "Completely Automated Public Turing test to tell Computers and Humans Apart". The basic use of Capcha is to safe his/her site from automated programs that are made for different wrong purposes like entering unuseful data to...

How to add splash (startup) screen using c#

How to add splash (startup) screen using c#
Hello Friends, We all have seen the Splash Screens of MS visual Studio , Phtoshop etc. it makes our Applications Look Great. So in this Tutorial we are going to tell u that how to add the splash screen to the Window Based Applications.    Examples...

How to add Nivo slider to website

How to add Nivo slider to website
Hello Friends , this time we have brought something new  4 you. we all know that it is little bit difficult 2 use Latest  Nivo- Slider.                         ...

Learn How to call another .exe file in Window Based Applications using C# .

Learn How to call another .exe file in Window Based Applications using C# .
There are only two steps to call another .exe file from your window form. Step 1. Designing phase     1.    Start visual stdio.     2.    Create new project by File--New--Projects....

How to make .exe or setup file of window based application in .Net ?

How to make .exe or setup file of window based application in .Net ?
   1)      Start the visual studio.  2)      Open a project of which  you want to make an .exe  or setup file (Ctrl+shift+O) .   3)      After...