tag

home / developersection / tag

Naming convention or Coding Standard
c# 25-Oct-2018
Naming convention or Coding Standard

Naming convention or Coding Standard Programming Standard. Here, I will explain the Naming Convention and Coding Standard of C # for best practice of C # coding.

Generic Repository Pattern with Unit of Work (Uow)
c# 14-Aug-2018
Generic Repository Pattern with Unit of Work (Uow)

In this article, we can define a generic repository pattern with a unit of work, that defines a repository pattern more intuitive and efficient.

File Upload and Download in MVC.
asp.net mvc 02-Aug-2018
File Upload and Download in MVC.

Upload Files in MVC with a modal popup, File saved in a folder who attached in solution explorer and path will be saved in server side.

Crud operation(searching, paging) in MVC with modal popup
asp.net mvc 31-Jul-2018
Crud operation(searching, paging) in MVC with modal popup

Into this Project, we have completed insert update & delete operation in MVC technology and by using these modules like C#, Entity Framework, Stored Procedure, Jquery, CSS, Bootstrap etc.

Implement Login Page Using Entity FrameWork in MVC
c# 14-Dec-2017
Implement Login Page Using Entity FrameWork in MVC

In this article we define Implementation of Login Page Using Entity FrameWork in MVC

Preventing Cross Site Request Forgery attack in MVC
asp.net 15-Sep-2017
Preventing Cross Site Request Forgery attack in MVC

It is a method of attacking website from malicious or fake site send request to valid or vulnerable website where the user is logged In,

Difference between ViewData, ViewBag and TempData
asp.net 08-Sep-2017
Difference between ViewData, ViewBag and TempData

ViewData, TempData and ViewBag are a way to pass data from controller to view and also in the next subsequent request, it’s provided by ASP.NET MVC framework.

MVC Routing
asp.net mvc 07-Sep-2017
MVC Routing

Routing is way that eliminates needs of mapping each and every URL with a physical file.

Paging in ASP.NET MVC 4.0
asp.net 06-Apr-2017
Paging in ASP.NET MVC 4.0

In this article we will learn how we can implement paging in MVC.

How to access data in MVC using Entity framework
asp.net 06-Jun-2016
How to access data in MVC using Entity framework

Open visual studio create new project and click Asp.Net MVC 4 Web application and give a name as MVCDemo

MVC Design Pattern in Web Application Development
web development 27-Apr-2016
MVC Design Pattern in Web Application Development

MVC was introduced to software development before the World Wide Web came along. In his early days, MVC was a design to easily implement complex GUI applications. First created in Smalltalk.

Language-Integrated Query (LINQ) Queries
asp.net mvc 26-Mar-2016
Language-Integrated Query (LINQ) Queries

LINQ introduces a standard, easily-learned patterns for querying and updating data, and the technology can be extended to support potentially for any kind of data store