CodeDigest.Com Logo
Featured:

Quick Start Guides

A list of brief guides to kickstart learning a topic! For example, it helps you to quickly understand a technology or language or a product, etc.

What is Web Accessibility Guidelines & Section 508 Compliance? Build Screen Reader Friendly WebSites
Web Content Accessibility Guidelines (WCAG) is a technical standard developed by Accessibility Guidelines Working Group which is part of W3C (World..Read more

What is Dapper? How to Use Dapper in Asp.Net MVC?
Dapper is a micro ORM or it is a simple object mapper framework which helps to map the native query output to a domain class or a C# class. It is a..Read more

What is REST Services? How to Create REST Services in Asp.Net?
REST stands for Representational State Transfer. It is an architectural concept for building inter-operable light weight web services which helps to..Read more

What is OWASP? What are OWASP Top 10 Security Risks?
OWASP stands for Open Web Application Security Project, which is a non-profit organization that provides unbiased guides, security best practices,..Read more

Using Gulp (gulpfile.js) in Visual Studio 2017
Microsoft included Gulp support into Visual Studio IDE from 2015 for Asp.Net projects. In this quick start article, let’s understand how to use this..Read more