home / developersection / tag
You haven’t finished your post yet. Are you sure you want to leave and discard your draft?
In this article we will learn how to bind DropDownList from database in asp.net core MVC razor page with Entity framework.
The caching is used for improving the performance in ASP.NET MVC. The caching is a technique which stores something in memory
Into the MVC, you may use GridView/Webgrid for fetching the data and showing the output. Also, we implement CRUD operations using GridView. We can do the same implementation in ASP.NET MVC using WebGrid.
Inversion of control is principal and Dependency Injection is implementation.
a feature called "layouts" that allow you to define a common site template, and then inherit its look and feel across all the views/pages on your web application.
The MVC model binding allows you to map HTTP request data with a model. This is the process of creating .NET objects using the data sent by the browser in an HTTP request.
Cross-site Scripting is a vulnerability, that’s typically found in web application. XSS enable attackers to inject malicious line of code like script into web pages.
1). How to create a rdlc report in MVC application? 2). Generate RDLC report in asp.net MVC application?
Data Export from data-table to Excel sheet.
Generic Repository Pattern in C#. with entity framework.
Insert, Update and Delete operation in MVC with the Help of Repository Pattern.
In this article, we can define a generic repository pattern with a unit of work, that defines a repository pattern more intuitive and efficient.