TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About code
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Nitin Kumar (5)
Ankit Sharma (4)
Gul Md Ershad (4)
Afzaal Ahmad Zeeshan (3)
Bikesh Srivastava (3)
Sachin Kalia (3)
Ahsan Siddique (2)
Muhammad Habib Jawady (2)
Gnanavel Sekar (2)
Santhakumar Munuswamy (2)
Saravanan Ponnusamy (2)
Debendra Dash (2)
Allen James (2)
Nishan Aryal (2)
Rajeesh Menoth (2)
Pushpendra Kumar Shukla (1)
Deepak Tewatia (1)
Dipak Talaviya (1)
Nitin Sharma (1)
Pravesh Dubey (1)
Ck Nitin (1)
Sateesh Arveti (1)
Srikant Maruwada (1)
Tahir Naushad (1)
Somak Das (1)
Lakpriya Ganidu (1)
Mahesh Chand (1)
Vinod L (1)
Sagar Shinde (1)
Anoop Kumar Sharma (1)
Ajith Kumar (1)
Vikas Garg (1)
Mani Gautam (1)
Akshayrao V (1)
Vincent Maverick Durano (1)
Prakashraj P (1)
Mahesh Babu (1)
Saumya Rout (1)
Karthik Elumalai (1)
Susan Wong (1)
Catcher Wong (1)
Nikunj Satasiya (1)
Rajdip Sarkar (1)
Gaurav Gahlot (1)
Ravi Shankar (1)
Mithilesh Kumar (1)
Satyaprakash Samantaray (1)
Khairul Islam (1)
Manikanta Pattigulla (1)
Ahmed Abdi (1)
Gaurav Jain (1)
Abhishek Kumar Ravi (1)
Sachin Bhardwaj (1)
Srashti Jain (1)
David Mccarter (1)
Hr Rony (1)
Sahil Sharma (1)
Akhil Mittal (1)
Nitin Pandit (1)
Vishal Pawar (1)
Pradeep Shet (1)
Disha Raval (1)
Jitan Gupta (1)
Banketeshvar Narayan (1)
Dhruv Maurya (1)
Asma Khalid (1)
Sekhar Srinivas (1)
Prakash Tripathi (1)
Kiran Paul (1)
Safayat Zisan (1)
Akshay Phadke (1)
Jignesh Trivedi (1)
Naveen A (1)
Jasbeer Singh (1)
Pankaj Kumar Choudhary (1)
Related resources for code
No resource found
Rockin’ The Code World with dotNetDave ft. Erik Jensen - Ep. 90
10/31/2023 12:31:58 PM.
Rockin’ The Code World with dotNetDave ft. Erik Jensen - Ep. 90
Test for Code Snippet
8/1/2022 12:15:38 PM.
This is for Test of code snippet.
How to write super code?
3/23/2021 2:23:14 PM.
How to write super code?
How To Use Entity Framework Code First Approach
3/12/2021 3:29:14 PM.
Code-First Approach in ASP.NET MVCApply Code-First Migration using following commands: enable-migrations, add-migration(Give Migration file name), update-database -script (optional), update-database.
Rockin' The Code World with dotNetDave ft.Mark Brown - Show 7
11/19/2020 10:47:26 AM.
Join us on October 31 with Mark Brown on Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A on .NET and other programming technologies.
Rockin' The Code World with dotNetDave ft.Mark Brown - Show 6
11/19/2020 10:45:45 AM.
Code
Rockin' The Code World with dotNetDave ft. Mark Brown - Show 6
11/17/2020 5:40:05 PM.
Rockin' The Code World with dotNetDave ft. Mark Brown - Show 6
Rockin' The Code World with dotNetDave ft. Mark Miller
11/17/2020 5:39:34 PM.
The seventh episode of Rockin' The Code World with dotNetDave ft. Mark Miller
For Code Avenger
5/9/2020 6:09:57 AM.
For Code Avenger
Xcode 11.4 Beta Release
2/20/2020 12:58:02 AM.
Apple recently released Xcode 11.4 Beta version. You can update your apps with new features, and test your app against API changes.
wpf Label Code Example🎞️⌨️💡
12/8/2018 12:35:54 AM.
The element in XAML represents a Label control. This article shows how to use a Label control in WPF using XAML and C#.
Beautifying Your C# Code - Part I
1/24/2018 12:24:17 AM.
In this video, how we can beautify\reduce the number of lines in your C# code.
An Introduction To Q#
1/15/2018 5:47:24 PM.
In this article, I will be explaining about Q# - the new programming language introduced by Microsoft for quantum computing. We will understand the data type, expressions, and statements of Q# with th
Google Chart With ASP.NET Core And Visual Studio Code
1/13/2018 11:53:25 AM.
The Google Chart API lets you dynamically generate charts with a URL string and embed these charts on a web page, or download the image for local or offline use. The Google Chart Tools enable adding l
ASP.NET Core 2.0 Status Code Pages
1/11/2018 6:33:54 PM.
Exception handling middleware (as discussed here) will catch unhandled exceptions however if you want to display error pages for individual HTTP status codes then framework provides another middleware
Share Code Between ASP.NET Core MicroServices
1/4/2018 12:33:39 PM.
Microservice architecture or microservices is a method of developing software applications as a suite of independently deployable, small, modular services in which each service runs a unique process a
Working With Azure Storage Explorer In Visual Studio Code
1/3/2018 10:39:10 AM.
Visual Studio code is an open source source code editor developed by Microsoft which supports all major operating systems like Windows, Linux and Mac OS. It includes support all most all software deve
Xamarin.Android - QR Code Reader By Mobile Camera
1/2/2018 5:23:25 PM.
Today, I shall show you how to create a QR code reader with Mobile Camera Android application in Xamarin.
Getting Started With Q# Programming
1/2/2018 11:47:06 AM.
In this tutorial, you’ll learn how to build your first simple “Hello World” Q# app. Just follow these following steps.
List Of Items In Query String From JavaScript And Fetch It In Code Behind In ASP.NET
1/2/2018 10:22:21 AM.
When there is a situation where we have to pass more parameters and it exceeds browser character limit we can consider using JSON Array.
Code Metrics Cyclomatic Complexity
12/28/2017 11:00:14 PM.
Let's learn about Code Metrics Cyclomatic Complexity in this write-up.
Build Or Set Up Your First Angular App With Visual Studio Code
12/27/2017 1:32:35 PM.
In this article, we will learn how to set up an environment for building the first Angular app (with Visual Studio Code).
QR Code Scanner In Xamarin.Forms
12/23/2017 11:56:42 AM.
This article demonstrates how to make a QR CodeScanner application using C# and XAML in Xamarin.Forms. QR codes are plastered on advertisements, billboards, business windows, and products. They appear
.Net Architecture And .Net Framework Basics
12/15/2017 6:02:57 AM.
Here you will see .Net Architecture and .Net Framework basics.
Code Reusability In Kotlin
12/12/2017 11:17:38 PM.
In this article, I am explaining how you can reuse your existing code of Kotlin using Inheritance with examples and diagram.
Google Vision API Demo - BarCode Reader Using Android Studio
12/11/2017 7:25:41 PM.
This article is about how we use Vision API in Android Studio.
Node.js Web Development With Visual Studio Code
12/8/2017 12:04:34 AM.
In this video you will learn creating a basic Node.js web server from scratch with Visual Studio Code IDE.
Getting Started With Angular 5 Using Visual Studio Code
12/7/2017 2:26:20 PM.
In this article, we are going to set up Angular 5 app using Visual Studio Code.
Building An ASP.NET Core Application With Web API And Code First Development
12/5/2017 10:54:39 PM.
In the previous article, we’ve learned the high-level overview of what Entity Framework is all about and learned how to build a web application quickly using Entity Framework’s Database-First developm
Saving Your Ruby On Rails Application Code To Github.com
12/4/2017 5:19:46 AM.
In this article you will learn git configuration in git bash and git hub repository creation, add new ssh key in git hub and finally add all application files into git hub repository via remotely usin
PyCharm Vs Visual Studio Code For Python Development
12/2/2017 1:24:46 PM.
One of the most primary questions in the minds of a development startup, a beginner, is which language to use
CRUD Operation With ASP.NET Core MVC Using Visual Studio Code And ADO.NET
11/24/2017 1:40:07 PM.
In this article we are going to create a web application using ASP Core MVC with the help of Visual Studio Code and ADO.NET.
Xamarin.Android - QR Code Reader App
11/21/2017 9:24:25 AM.
In this article, I shall show you how to make a QR code reader app in Xamarin.Android.
Automating Code Deployment With Azure And GitHub
11/13/2017 11:51:26 AM.
In this article you will learn about how to use ‘App Services’ and exploit Github’s source code management functionalities and version control in order to automate the deployment of your software and
Custom Search Using Client Side Code
11/11/2017 4:33:31 PM.
The Custom Search functionality is achieved through JS. The Search produces live results for each key press. This search can be used to filter the data table or html table data dynamically based on th
Get Your Hands On Entity Framework Code First Workflow With New Database And Existing Database
11/11/2017 6:08:56 AM.
In this article we are going to learn how to create code first workflow with new database and existing database.
Develop, Test And Deploy The Angular Project In IIS Using Angular CLI And Visual Studio Code In Few Minutes
11/10/2017 1:04:52 PM.
The Angular CLI is a command line interface tool that can be used to create our angular project very easily and it is also used to perform a variety of ongoing development tasks such as testing, bundl
ASP.NET MVC CRUD Operation Using Entity Framework Without Writing Single Code
11/8/2017 5:11:53 AM.
Here, you will learn to do CRUD (Create,Read,Update and Delete) operations in MVC using Entity Framework without writing a single line of code.
MS Visual Studio Code - Guide To Git
11/6/2017 3:16:55 PM.
Hello guys again, this is Muhammad Habib Jawady and today I will be showing you how to use MS visual Studio Code in order to work with git properly. This will be a hands on tutorial, I hope you will f
Implement ASP.NET WEB API CRUD Logic Using Entity Framework Without Writing Code And Test It With Postman
11/3/2017 12:27:53 PM.
This article will demonstrate how to implement ASP.NET WEB API CRUD logic using Entity framework without writing code and how to test it with Postman
Generating QR Code In C#
11/1/2017 7:45:58 AM.
In this article you will learn how to generate QR Code in C#.
CRUD Operation In ASP.NET Core MVC Using Visual Studio Code
10/25/2017 12:32:30 AM.
In this article, I am going to explain how to create a basic web application using ASP.Net Core MVC and Visual Studio Code in Windows System.
Sharing A Solution To Generate Billcode
10/16/2017 10:26:49 AM.
Many of systems we use will generate plenty of billcodes everyday , and most of them include date(datetime) or a prefix to show their signification , such as specifying a billcode belongs to a special
An Easy Way To Encode And Decode File In ASP.NET
10/16/2017 12:41:16 AM.
In this article, I’ll explain a way to encode and decode a file in ASP.NET using C# and VB.NET with example.
Getting Started With ASP.NET Core MVC Apps Using VS Code
10/5/2017 11:46:49 AM.
In this article, we will discuss how we can create a HelloWorld app with ASP.NET Core 2.0 using Visual Studio Code. We will learn how to create an ASP.NET Core MVC application, how to create new Contr
How To Export Razor View To Excel file Using ASP.NET MVC C#
9/1/2017 2:24:21 AM.
How to Export Razor View to Excel file (Without using Third-Party Library) using ASP.NET MVC 5 with Entity Framework Code first Approach.
How To Work With Multiple Modules In Angular v4
8/29/2017 2:27:24 AM.
In this article, we will learn how to configure Angular application using multiple module.
JavaScript Code For Validating U.S. Format Phone Numbers
8/21/2017 4:47:42 PM.
In this article, we shall learn how to do client side validation of US format phone numbers in three textbox fields. It means the application will be more responsive because the load on the server is
Dependency Injection - Part Two - Five Reasons To Write Loosely Coupled Code
8/18/2017 4:15:44 AM.
A loosely coupled application has good isolation among its classes, modules and assemblies. Therefore, if we make a change to one part of the application, we only need to update the relevant modules.
QR-Code Scanning Using Android Studio
8/17/2017 7:02:38 PM.
Android is one of the most popular operating system for mobile. In this article how to scan QR code without camera options using Android studio Android is kernel based operating system that allows the
Universal SMTP Code To Send Emails In .NET Apps
8/13/2017 5:03:29 PM.
As already mentioned quite clearly in the tagline, the only reason to write this article is to cover the basic requirements of every SMTP vendor's code in .NET applications, If your vendor is Goog
CRUD Operation Using Code First Approach, Web API, Repository Pattern, Unit Of Work, And jqGrid In MVC
8/12/2017 11:36:25 PM.
Today, in this article, I will explain how to perform CRUD operations in MVC using Code First Approach.
Aligning And Formatting The C# And ASPX/CSHTML Code Using Visual Studio 2017
8/9/2017 3:34:50 PM.
Aligning code in the code-behind as well as in front-end makes the code more professional look. The Visual Studio Code Editor gives you the ability to format your code with options such as hiding text
How To Work With Dropdown In Angular 2, 4 Using Visual Studio Code
8/6/2017 12:02:15 AM.
In this article, I am going to explain how to work with Dropdown in Angular 2 using Visual Studio Code.
Getting Started With Angular 2 Using Visual Studio Code
8/4/2017 11:10:55 PM.
In this article, I will explain how to setup project with Visual Studio code, using Angular 2.
C# Code To Overcome "The Process Cannot Access The File XYZ Because It Is Being Used By Another Process" Error
8/3/2017 5:31:36 PM.
In this article, I going to give the shortest solution for the error “The Process Cannot Access the file XXX because it is being used by another Process”.
Writing Code With Programming Ligatures In Visual Studio
8/1/2017 10:28:31 AM.
Almost all visual studio developers are already in love with Consolas font. Consolas is an awesome, top ranked font to write code. But sadly, Consolas doesn't has any ligature support for us. What
Measure Your Code Using Code Metrics
8/1/2017 12:11:00 AM.
As a developer, when you are developing applications, how optimistic you are about delivering quality code? Quality code means not only bug free code but also understandable, maintainable, extensible,
Getting Started With Visual Studio Code
7/31/2017 10:52:08 AM.
In this article, we will discuss in detail about the Visual Studio Code, how to install the VS Code in Windows and walk through with VS Code features and how to add extensions to VS Code.
Creating Web API With ASP.NET Core Using Visual Studio Code
7/28/2017 12:07:21 AM.
Web API is is framework that allows us to build web or http based endpoints. If you are building services today for mobile, HTML 5, and even client-server desktop applications, all these different typ
Code First Development Approach With Entity Framework
7/20/2017 10:32:10 AM.
Which one to use in your project is completely your choice and also what you already have in place. Meaning are you designing/developing something from scratch or you already have got DB or domain cla
Get IP Address Using C# Code
7/12/2017 7:25:01 AM.
In this article, we find the IP Address of the local device.
How To Design Rounded Button In iPhone
6/29/2017 1:06:52 AM.
In this article I will create an Empty View application. We create an entire app using code. I mean we doesn't use an xib file here. In this app we make a rounded button and do an action on it.
How To Create Azure SQL Database And Access It Through Visual Studio Code
6/28/2017 5:55:04 AM.
In this article, I’m going to cover how to create Azure SQL database and how you can access it through Visual Studio code.
My Workflow Before I Submit Code Changes
6/26/2017 11:15:45 AM.
In this article, you will learn about my Workflow before I submit code changes.
Entity-Framework Code First Migration With WebAPI 2.0 - Extending ASP.NET Identity Database
6/18/2017 9:54:15 PM.
Here, we will see how to extend ASP.NET Identity database using Code First migration in Web API 2.0.
Code Improvement Techniques In C#
6/13/2017 11:48:46 PM.
General code improvement technique over string.empty, string.Equals, string.Intern, StringBuilder, string.Format, case insensitive comparisons, using Block and Linq - First, FirstOrDefault, Single and
How To Write Effective Code
6/12/2017 6:56:13 AM.
How To Write Effective Code.
Create API With ASP.NET Core - Day Three - Working With HTTP Status Codes In ASP.NET Core API
6/6/2017 1:50:24 AM.
Create API With ASP.NET Core - Working With HTTP Status Codes In ASP.NET Core API.
Build ReactJS App with Visual Studio Code
6/4/2017 5:57:13 PM.
Explore ReactJS App with Visual Studio Code.
Time And Date Query Code And Analysis - Part One
5/31/2017 5:37:34 PM.
Time and Date query code and analysis.
Manage Your Cloud Infrastructure As Code With Terraform.io
5/31/2017 12:26:33 PM.
How to use Terraform.io to manage resources on multiple cloud platforms. Code once, deploy to many!
Debugging Angular Using Visual Studio Code (VSCode)
5/23/2017 12:42:47 AM.
Debugging Angular using Visual Studio Code (VSCode).
Write HTML Code In Xamarin Cross Platform With Table Example
5/17/2017 5:50:33 PM.
You build your mobile app entirely in HTML, however those apps can suffer from performance problems when trying to accomplish complex processing or UI effects and are also limited in the platform feat
Creating Web API Using Code-First Approach In Entity Framework
5/16/2017 11:55:24 PM.
This article enables you to create a Web API, using Code-First Approach In Entity Framework.
Manage Codes With GIT Using Visual Team Foundation Services - Part One
5/12/2017 3:45:25 PM.
In this article, we will learn how to create a Git Repo, using Visual Studio Team Services, create a simple project and set up repo in Visual Studio to manage the codes. We will be using Visual Studi
QR Code Generator In ASP.NET Core Using ZXING.NET
5/12/2017 2:22:29 PM.
In this article, we will explain how to create a QR Code Generator in ASP.NET Core 1.0, using Zxing.Net.
Important Tips To Write Clean Code In C#
4/30/2017 11:06:32 AM.
In this article, we will see how to write clean code in C# .
Running C# 7 Code With Visual Studio Code Editor
4/17/2017 12:44:34 AM.
This article explains that how can we run C# 7 code with Visual Studio Code Editor.
Entity Framework Code First Approach With Database Migration
4/9/2017 8:03:07 AM.
In this article, you will understand about an Entity Framework Code First Approach with database migration.
.NET MVC5 - Entity Framework Simple Code First Database Approach
4/3/2017 4:52:16 PM.
This article is about Entity Framework Code First approach
Sending WhatsApp Message using C# Code
3/17/2017 2:35:45 AM.
Hi Friends in this video i will be explaining how to send a WhatsApp Message using the C# code.
Writing Effective C# Code
3/16/2017 4:38:16 PM.
This article explains how to write better C# code to make it effective and maintainable.
Code First Migration - ASP.NET Core MVC 6 With EntityFrameWork Core
2/22/2017 1:03:02 AM.
In this article, we are going to explain Code First Migration in ASP.NET Core MVC 6 With Entity Framework Core , using Command Line Interface ( CLI ).
Create A Watson Conversation Service And Consume From .NET Code
2/21/2017 1:47:14 PM.
In this article, you will learn how to create a Watson Conversation Service and consume from .NET code.
CRUD Functionality In AngularJS And ASP.NET MVC 5 With Entity Framework Code First Approach
2/17/2017 10:28:41 AM.
In this article you will learn about CRUD Functionality in AngularJS and ASP.NET MVC 5 with Entity Framework Code First Approach.
Code-First Approach In MVC 5
2/15/2017 11:28:44 PM.
In this article, you will learn the implementation of the Code-First approach in MVC applications.
Introduction To Code First Approach In Entity Framework
2/11/2017 3:21:13 PM.
In this article, you will learn about Entity Framework Code First Approach.
Building Web API With ASP.NET Core MVC And Visual Studio Code
2/9/2017 11:15:56 PM.
In this article, you will learn how to build Web API with ASP.NET Core MVC and Visual Studio code.
Reuse Your Code .. Generic Save/Load!
1/24/2017 4:05:27 PM.
Get the overview of Generic C# .NET Object Save/Load pattern and code.
Class And Constructor In TypeScript Using Visual Studio Code
1/23/2017 1:43:39 PM.
In this article, you will learn about class and constructor in TypeScript, using Visual Studio Code.
How To Add Code4Fun Color Picker Component In UWP App
1/18/2017 11:12:59 AM.
In this article, you will learn about adding a Code4Fun Color Picker component in UWP projects.
Static Variable - A Code Smell
1/16/2017 11:33:11 AM.
This article will explain the disadvantages of Static variables.
Create an ASP.NET Core Application Using Visual Studio Code
1/13/2017 11:31:55 AM.
This article is about creating ASP.NET Core applications, using Visual Studio Code and .NET Core. After this article, you will be able to create applications, using Visual Studio Code in .NET Core.
Branching Over A "Type Code" - A Code Smell
1/13/2017 10:30:44 AM.
This article will explain how the branching over a type code is a serious type of code smell.
The Law Of Demeter
1/12/2017 11:16:30 AM.
This article will explain several pros and cons of the Law of Demeter.
Set Up Configuration Files For TypeScript Using Visual Studio Code
1/11/2017 6:38:50 PM.
In this article, you will learn about setting up configuration files for TypeScript, using Visual Studio Code.
MSSQL Extension For Visual Studio Code
1/11/2017 11:25:00 AM.
In this article, you will learn about MSSQL extension for Visual Studio Code.
Pros And Cons Of Code Refactoring
1/9/2017 10:57:07 AM.
Code Refactoring is an important part of software development. This article will explain the benefits and drawbacks of code refactoring.
Getting Started With TypeScript Using Visual Studio Code
1/8/2017 4:09:59 PM.
In this article, you will learn about TypeScript, using Visual Studio Code.
- Ebook
Pro ASP.NET 2.0 E-Commerce in C# 2005
Pro ASP.NET 2.0 E-Commerce in C# 2005 takes you through the e-commerce web applicatio...
Download