• Stars
    star
    1
  • Language
    JavaScript
  • Created about 4 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The Repository mediates between the domain and data mapping layers, acting like an in-memory collection of domain objects.The Repository pattern and Unit of Work pattern are used together most of the time.

More Repositories

1

MvcCoreUploadAndDisplayImage_Demo

This article will help you to understand image tag helper and IFormFile in asp.net core. Image Tag Helper enhances the img tag to provide cache busting behavior for static image files. A unique cache-busting string is appended as a query parameter to the image source. The file on the host web server changes, a unique request URL is generated that includes the updated request parameter. IFormFile which is a C# representation of the file is used to process or save the file.
C#
10
star
2

CURD-with-Core-MVC-5

This is demo application in ASP.Net Core 5 for Uploading image, editing image and deleting image.
JavaScript
9
star
3

FormsAuthenticationMvc_Demo

HTML
4
star
4

ActionResultMVC5_Demo

This demo will explain you ActionResult in MVC
C#
3
star
5

MvcCoreCustomModelValidation_Demo

This article explain how to create custom model validation in ASP.net core. We have model validation in System.ComponentModel.DataAnnotations namespace. Validation attributes let you specify validation rules for model properties. We can create custom validation attributes, create a class that inherits from ValidationAttribute, and override the IsValid method.
C#
3
star
6

RepositoryDesignPatternMVC5WithEF_Demo

This demo will explain the repository design pattern in ASP.NET MVC.
HTML
2
star
7

EnableIdentityCoreWithEmptyTemplate_Demo

ASP.NET Core Identity is a membership system. It allows us to create, read, update and delete user accounts. It supports account confirmation, authentication, authorization, password recovery, two-factor authentication with SMS.
C#
2
star
8

ListBox_Demo

This is ListBox example in ASP.net core
C#
2
star
9

CacheAndDistributedCacheTagHelper_-Demo

The Cache Tag Helper provides the ability to improve the performance of your ASP.NET Core app by caching its content to the internal ASP.NET Core cache provider.The Distributed Cache Tag Helper provides the ability to dramatically improve the performance of your ASP.NET Core app by caching its content to a distributed cache source.
C#
2
star
10

CarouselSliderImageUploadCoreMVC_Demo

This demo application with explain you how you can upload image, edit image and delete image using ASP.NET Core MVC.
JavaScript
1
star
11

DisplayMultipleTableAjax_Demo

This demo will explain how you can display multiple tables in a view using Ajax with asp.net MVC.
JavaScript
1
star
12

RenderPartialViewMVC5_Demo

A partial view is a Razor mark-up file (.cshtml) that renders HTML output within another mark-up file's rendered output.
C#
1
star
13

TypeScript-Tutorial

TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. It offers classes, modules, and interfaces to help you build robust components.
TypeScript
1
star
14

SelectTagHelper_Demo

Select Tag Helper: The select tag helper render as select tag element with option inside select element. It can be used alternative to Html.DropdownListFor and Html.ListBoxFor of MVC.
C#
1
star
15

DynamicNavbarMVC5_Demo

JavaScript
1
star
16

AlphabaticPaginationMVC5_Demo

This demo will explain to you alphabetic pagination in ASP.Net MVC.
JavaScript
1
star
17

RepositoryPatternWithADO.Net

This demo will explain you repository pattern with ADO.Net in MVC
JavaScript
1
star
18

TokenBasedAuthenticationWebAPI_Demo

This will explain you implement of Token Based Authentication in Web API
JavaScript
1
star
19

CURDWithoutEntityFramework

This demo will explain create update read and delete operations without entity framwork
HTML
1
star
20

AnchorLinkScriptTagHelper_Demo

Anchor, Link and Script tag helper in ASP.Net Core 3.1
C#
1
star
21

LabelTextareaImageTagHelper-_Demo

HTML
1
star
22

CustomExceptionFilterMVC5_Demo

Exception filter is use to handle errors raised by either your controller actions or controller action results. You can also use exception filters to log errors. It implements the IExceptionFilter attribute.
C#
1
star
23

TagHelpers_Demo

Tag Helpers enable server-side code to participate in creating and rendering HTML elements in Razor files.
C#
1
star
24

CarouselSlider_Demo

C#
1
star
25

EntityFrameworkCoreMvcCore_Demo

How to install Entity Framework in ASP.NET MVC Core
C#
1
star
26

BootstrapPaginationDynamicMVC5_Demo

This demo will explain how to create view page pagination dynamically in ASP.Net MVC.
JavaScript
1
star
27

PartialTagHelper_Demo

Partial Tag Helper: partial tag helper is use to render partial view in asp.net core applications and razor pages.
C#
1
star
28

CustomUserData_Demo

This demo will explain how to add custom user data in asp.net core
C#
1
star
29

RedirectResultActionsCoreMvc_Demo

This article overview redirect action results in ASP.NET Core MVC. We will understand all redirect action results step by step with examples. Please read the previous article about ActionResult in ASP.net Core MVC.
HTML
1
star
30

RegistrationFormCore

This demo project will explain you how to create register form in ASP.Net Core 3.0
C#
1
star
31

DependencyInjectionPattern

The Dependency Injection is a design pattern that allows us to develop loosely coupled software components. In other words, we can say that this design pattern is used to reduce the tight coupling between the software components. As a result, we can easily manage future changes and other complexity in our application.
C#
1
star
32

AlphabeticSearchMVC5_Demo

This demo will explain to you alphabetic pagination using ajax in MVC
JavaScript
1
star
33

JavaScript-ES6

ECMAScript 2015 or ES2015 is a significant update to JavaScript programming language. It is the first major update to the language since ES5 which was standardized in 2009. Therefore, ES2015 is often called ES6.
JavaScript
1
star
34

ImportExcelFileDataAngularJS_Demo

This demo will explain you import of Excel file data into SQL server using angular js and ASP.Net MVC
JavaScript
1
star
35

FileResultActionsCoreMvc_Demo

This article overview FileResult in ASP.Net Core MVC. The FileResult actions used to read and write files. FileResult is the parent of all file related action results. There is a method on ControllerBase class called File. This method accept a set of parameters based on the type of file and its location, which maps directly to the more specific return types FileResult
C#
1
star