MKMukesh Kumar

All Articles

174 hands-on tutorials, and counting.

πŸ“„15 Expert Tips for Optimizing SEO Before Your Website Goes Live
SEO

15 Expert Tips for Optimizing SEO Before Your Website Goes Live

If you have created a website and want to launch it and also want it to crawl by Google, this article is for you. Only writing the code for making...

πŸ“„5 Essential Features of Windows Presentation Foundation (WPF)
WPF

5 Essential Features of Windows Presentation Foundation (WPF)

WPF stands for Windows Presentation Foundation, introduced with .Net 3.0 frameworks by Microsoft. Window presentation foundation provides us rich user interface and graphics which is not available with window application....

πŸ“„A Comprehensive Guide to aspnet MVC Framework Version History
MVC

A Comprehensive Guide to aspnet MVC Framework Version History

Asp.Net MVC is nothing but a framework introduce by Microsoft. It is lightweight and open source. It is used to building highly testable, scalable and well designed clean application. Microsoft...

πŸ“„A Comprehensive Guide to Image Upload and Download in aspnet Using a Database
Asp.Net

A Comprehensive Guide to Image Upload and Download in aspnet Using a Database

I am going to create a new ASP.NET application called β€œImageDemo.” Open Visual Studio 2015 and click New Project and from the New Project window, you need to choose β€œASP.NET...

πŸ“„Achievement- My Article selected as Article of the day by Microsoft aspnet Community Eighth Time
Achievement

Achievement- My Article selected as Article of the day by Microsoft aspnet Community Eighth Time

Today, I am feeling very to see my article 'JSON Data with Asp.Net MVC using JQuery ' in the list of 'Article of the day' at Asp.Net Community. This is...

πŸ“„Achievement- My Article selected as Article of the day by Microsoft aspnet Community Fifth Time
Achievement

Achievement- My Article selected as Article of the day by Microsoft aspnet Community Fifth Time

Good new comes again for me; asp.net community has selected one more article for β€œArticle of the day”. I am so happy to see my article in the list of...

πŸ“„Achievement- My Article selected as Article of the day by Microsoft aspnet Community First Time
Achievement

Achievement- My Article selected as Article of the day by Microsoft aspnet Community First Time

Today is a special day for me. It is really great pleasure for me that my article has been selected for β€œArticle of the day” at Microsoft Asp.Net Community. I...

πŸ“„Achievement- My Article selected as Article of the day by Microsoft aspnet Community Fourth Time
Achievement

Achievement- My Article selected as Article of the day by Microsoft aspnet Community Fourth Time

Today, I am feeling very to see my article 'Understanding the User Control In Asp.Net Step By Step' in the list of 'Article of the day' at Asp.Net Community. This...

πŸ“„Achievement- My Article selected as Article of the day by Microsoft aspnet Community Ninth Time
Achievement

Achievement- My Article selected as Article of the day by Microsoft aspnet Community Ninth Time

Today, I am feeling very to see my article 'ASP.NET MVC Code First Approach With Repository Pattern' in the list of 'Article of the day' at Asp.Net Community. This is...

πŸ“„Achievement- My Article selected as Article of the day by Microsoft aspnet Community Second Time
Achievement

Achievement- My Article selected as Article of the day by Microsoft aspnet Community Second Time

Today, I am feeling very to see my article 'Unit Test Cases with Asp.Net MVC' in the list of 'Article of the day' at Asp.Net Community. This is second time...

πŸ“„Achievement- My Article selected as Article of the day by Microsoft aspnet Community Seventh Time
Achievement

Achievement- My Article selected as Article of the day by Microsoft aspnet Community Seventh Time

Today, I am feeling very happy to see my article 'ASP.NET Core 1.0 New Features?' in the list of 'Article of the day' at Asp.Net Community. This is Seventh time...

πŸ“„Achievement- My Article selected as Article of the day by Microsoft aspnet Community Sixth Time
Achievement

Achievement- My Article selected as Article of the day by Microsoft aspnet Community Sixth Time

Today, I am feeling very to see my article 'Exception Handing Using HandleError Attribute In ASP.NET MVC' in the list of 'Article of the day' at Asp.Net Community. This is...

πŸ“„Achievement- My Article selected as Article of the day by Microsoft aspnet Community Third Time
Achievement

Achievement- My Article selected as Article of the day by Microsoft aspnet Community Third Time

It was very surprised Saturday for me; in the evening I opened my laptop and see that my article is published in the list of Article of the day. Totally...

πŸ“„Achievements in CSharp Corner: December 2015 Month Winner Top Member and MVP
Achievement

Achievements in CSharp Corner: December 2015 Month Winner Top Member and MVP

I have been awarded Winner of the Month for December 2015, 3rd time in a row as well as again Top Contributor for this Month. I am now a C#...

πŸ“„Angular CRUD Operations with Typescript and ngx-bootstrap
Angular

Angular CRUD Operations with Typescript and ngx-bootstrap

Angular is an Open Source, a Client Side Javascript framework for the end to end development of SPA application. Nowadays, the craze of learning Angular is increasing day by day...

πŸ“„AngularJS CRUD Operations: A Comprehensive Tutorial with Web API
Angular Js

AngularJS CRUD Operations: A Comprehensive Tutorial with Web API

In this article, I will demonstrate about Angular JS CRUD operations example with Web API. Web API will be used as a service to get the data from database and...

πŸ“„Azure Hosting: How to Publish an aspnet Core 2.0 Application
Azure

Azure Hosting: How to Publish an aspnet Core 2.0 Application

This article will demonstrate how we can deploy or publish an Asp.Net Core 2.0 application on Azure. As we all know once we create an application we have to deploy...

πŸ“„Beginner Tutorial - Understanding Delegates in Csharp with Example
C#

Beginner Tutorial - Understanding Delegates in Csharp with Example

Hi... Today's topic is very interesting in C#. Some says its very complex. Guess it ... yes, you are right. Topic is Delegate. I hope you have worked on delegate...

πŸ“„Boost Your Productivity: Top Visual Studio Code Extensions for Angular and TypeScript
Visual Studio Code

Boost Your Productivity: Top Visual Studio Code Extensions for Angular and TypeScript

Visual Studio Code is a free, open source, popular and powerful editor. We can a variety of programming language inside the VS Code. One more reason to make it more...

πŸ“„Building a Robust aspnet MVC Application with Repository Pattern and Entity Framework
MVC

Building a Robust aspnet MVC Application with Repository Pattern and Entity Framework

Repository Pattern is used to create an abstraction layer between data access layer and business logic layer of an application. Repository directly communicates with data access layer [DAL] and gets...

πŸ“„Building Dynamic Charts in aspnet MVC using .NET Highcharts
MVC

Building Dynamic Charts in aspnet MVC using .NET Highcharts

This article will demonstrate how to implement .NET Highcharts with ASP.NET MVC application. Highcharts is a JavaScript library to implement charting functionality like a line chart, bar chart, column chart...

πŸ“„Building Dynamic Components in Angular using TypeScript
Angular 5

Building Dynamic Components in Angular using TypeScript

Today we will be gone through the step by step discussion of how to create dynamic components in angular 2/4 and how to set the value of dynamic control and...

πŸ“„Building Your First Application in aspnet Core MVC
DotNetCore

Building Your First Application in aspnet Core MVC

Recently Microsoft announced new version of Asp.Net Core and that is Asp.Net Core 2.0 which has new and amazing features which not only improve performance as well as increase productivity...

πŸ“„Building Your First Application in aspnet Web API
Web API

Building Your First Application in aspnet Web API

In this tutorial, you will learn what is Asp.Net Web API and Why do we use it. Here I will also show you how to create your first Web API...

πŸ“„Building Your First Django-Python App in Visual Studio
Python

Building Your First Django-Python App in Visual Studio

Python is a very powerful and popular programming language which is used for Machine Learning, AI, Data Science. But if you are thinking to use this python to create a...

πŸ“„Building Your First Razor Page in aspnet Core
DotNetCore

Building Your First Razor Page in aspnet Core

A new feature has introduced with Asp.Net Core 2.0 and it is a Razor Page. So, we can say, now we have a new type of template that is very...

πŸ“„Building Your First WCF Service: A Beginner Guide
WCF

Building Your First WCF Service: A Beginner Guide

WCF or Windows Communication Foundation is a platform which is used to create distributed application service. It is a cross platform application that means WCF service can be used by...

πŸ“„Celebrating Excellence: October 2015 Winner of CSharp Corner
Achievement

Celebrating Excellence: October 2015 Winner of CSharp Corner

Hello Friends, Once again special day has come in my life. I have selected Winner of the Month by CSharpCorner.com. I am top winner in the list. Feeling so happy...

πŸ“„Celebrating the November 2015 Winner and Top Member in C-Sharp Corner
Achievement

Celebrating the November 2015 Winner and Top Member in C-Sharp Corner

Hello Friends, Today I am very happy to see myself in the list of 'Winner of the Month' for the November 2015 Once again special day has come in my...

πŸ“„Configuring Tomcat Server on Windows 10 using Eclipse IDE
Java

Configuring Tomcat Server on Windows 10 using Eclipse IDE

This article will provide step by step information for installation of Eclipse IDE on Windows 10. Step 1: Download Eclipse exe or zip from https://www.eclipse.org/downloads and install it as we...

πŸ“„Converting Files to PDF Made Easy with Spire.Office in Csharp
C#

Converting Files to PDF Made Easy with Spire.Office in Csharp

This article offers you to understand how to convert any file to PDF format using Spire.PDF. Introduction This article offers you to understand how to convert any file to PDF...

πŸ“„Creating a Robust Web API using Dapper and Repository Pattern
Web API

Creating a Robust Web API using Dapper and Repository Pattern

This article will demonstrate about how to get data using Dapper and Repository Pattern in Web API and how to use Dependency Injection using Unit of Work in Web API....

πŸ“„Creating and Building a WCF Service for Windows Application Clients
WCF

Creating and Building a WCF Service for Windows Application Clients

In this article, I will explain you how to create a WCF service using β€œWCF Service Library” and also how to host it and consume it in our client application....

πŸ“„Creating Custom Action Filters in aspnet MVC
MVC

Creating Custom Action Filters in aspnet MVC

This article will give you understanding about Custom Action Filters in Asp.Net MVC. When request processing is going on then I pass from different levels and sometimes it is required...

πŸ“„Creating Native Cross-platform Apps with Xamarin Forms in Visual Studio
Xamarin

Creating Native Cross-platform Apps with Xamarin Forms in Visual Studio

Now a day, the craze mobile app is increasing day by day because of a variety of Smartphone are available in the market and everyone wants to use mobile apps...

πŸ“„Csharp 6 New Features: A Practical Guide to Getting Started
C#

Csharp 6 New Features: A Practical Guide to Getting Started

As we know C# 6.0 introduced with Visual Studio 2015. There are several features introduced in several version of the C# like LINQ was introduced with C# 3.0, Dynamic feature...

πŸ“„Debugging Typescript in Visual Studio Code: Chrome Debugger Setup Tutorial
Visual Studio Code

Debugging Typescript in Visual Studio Code: Chrome Debugger Setup Tutorial

Debugging is an important aspect while working with any size of projects. It’s not only required when doing development but also required when you get any bug on production and...

πŸ“„Developing a Robust API with aspnet Core Oracle DB and Dapper
Asp.Net Core

Developing a Robust API with aspnet Core Oracle DB and Dapper

This article will focus on how to create Asp.Net Core Web API to get data from Oracle database using Dapper ORM. First thing, here we are not using SQL, because...

πŸ“„Developing a Simple Resume App with Xamarin.Forms and CSharp
Xamarin

Developing a Simple Resume App with Xamarin.Forms and CSharp

In this article, we will learn about what MasterDetailPage in Xamarin.Forms is and what purpose does it resolve. We will implement MasterDetailPage in the practical demonstration and create a small...

πŸ“„Developing a Web API with CRUD Functionality using aspnet Core and Entity Framework Core
DotNetCore

Developing a Web API with CRUD Functionality using aspnet Core and Entity Framework Core

This article will explain how to perform CRUD (Create, Read, Update and Delete) operations in Asp.Net Core Web API using Entity Framework Core. We will see step by step instructions...