C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ashwani Tyagi(11)
Jignesh Trivedi(7)
Rahul Bansal(6)
Shivom Agarwal(4)
Rion Williams(3)
Julian (3)
Nimit Joshi(3)
Daniel Gomez(2)
Muhammad Aqib Shehzad(2)
Prasanna Murali(2)
Gowtham Rajamanickam(2)
Abhishek Yadav(2)
Sandeep Mittal(2)
Saineshwar Bageri(2)
Amat Ul Jameel Kazmi(2)
Amr Monjid(2)
Chigicherla Mallikarjuna(2)
Abhishek Goswami(2)
Sanjay Kumar(2)
Vikas Hooda(1)
Matea Andrei(1)
Amey Vartak(1)
Guest User(1)
Jay Krishna Reddy (1)
Habibul Rehman(1)
Hadshana Kamalanathan(1)
Monica Rathbun(1)
Mohamed Elqassas (1)
Satyaprakash Samantaray(1)
Hussain Patel(1)
Ramesh Palaniappan(1)
Madhavi Gawale(1)
Rathrola Prem Kumar(1)
Rajesh Poojary(1)
Jeetendra Gund(1)
Rahul Kumar Saxena(1)
Pankil Bhatt(1)
Aditya Kumar(1)
Karthik Muthu Karuppan(1)
Ketak Bhalsing(1)
Shiju Joseph(1)
Ramchand Repalle(1)
Abhijit Patil(1)
Ritesh Sharma(1)
Devesh Omar(1)
Anand Narayanaswamy(1)
Prerana Tiwari(1)
Rohatash Kumar(1)
Biswa Pujarini Mohapatra(1)
Osama Hosam(1)
Aparna Varanasi(1)
Ramasagar Pulidindi(1)
Shweta Lodha(1)
Amit Choudhary(1)
Vithal Wadje(1)
Ankur (1)
Vidya Vrat Agarwal(1)
Abhishek Jaiswal (1)
Resources
No resource found
How To Configure SMTP O365 Migration Using TLS 1.2 For SQL Database Mail
Jun 07, 2022.
This article will explain to you how exactly you need to configure TLS 1.2 as a default protocol and setup SMTP O365 migration using SQL 2012 Database mail and above versions for Windows Server 2012 and above Common SMTP exceptions we usually faced : The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 2. Exception Message: Cannot send mails to mail server. (Failure sending mail.). )Just follow the steps -
Configure And Host On IIS For .Net Core/.Net 5+ Web Application In Windows 10
Feb 17, 2022.
In this article, you will learn how to configure and host on iis for .net core or .net 5+ web applications in windows 10.
DotVVM For Visual Studio 2022
Jan 20, 2022.
In this article, you will learn about DotVVM for Visual Studio 2022.
Visual Studio 2022 - Do you need an upgrade
Nov 17, 2021.
Let’s discuss all about Visual Studio (VS) 2022, its features, benefits, and if you should be upgrading to the latest version.
Sentiment Analysis In An ASP.NET Web Application With ML.NET
Oct 07, 2021.
In this article, you will learn about sentiment analysis in an ASP.NET web application with ML.NET
Decompiling In .NET For Dummies🤓
Jun 14, 2021.
Do you want to learn how easy it is to decompile a .NET application? ??
Visual Studio 2019 Debugging Productivity Tips
Jul 16, 2020.
In this article we will learn about the debugging productivity tips in Visual studio
Best Code Editor Keyboard Shortcuts In Visual Studio For More Productivity
Jun 12, 2020.
In this article, we will learn a few VisualStudio code editor keyboard shortcut keys for better developer productivity. For professional developers, it's critical to know how to do simple code editing task with the keyboard to make their coding efficient and robust.
Offline Install .NET Framework 3.5 On Windows Server 2012 R2
Jun 25, 2019.
In this article, you will learn about the offline installation of .NET Framework 3.5 on Windows Server 2012 R2.
Contained Database - No Need For Server Level Logins Anymore
Jul 06, 2018.
Starting in SQL Server 2012 and in Azure SQL Database, Microsoft introduced the concept of a contained database. A contained database is a database that is completely un-reliant on the instance of SQL Server that hosts the database including the master database--theoretically.
If The Boot Configuration Data For Your PC Is Missing Or Contains Errors
Nov 06, 2017.
The Boot Configuration Data (BCD) is a firmware-independent database for boot-time configuration data. It is used as new Windows Boot Manager. It replaces the "boot.ini" file that was used in the old Operating System. For more details check Windows startup process.
Bind Data In WebGrid Control Using Stored Procedure In ASP.NET MVC 4.0 And SQL Server
Feb 06, 2017.
In this article, you will learn how to bind the data in WebGrid control, using stored procedure in ASP.NET MVC 4.0 & SQL Server 2012.
Creating ASP.NET MVC Web Application With Custom Bootstrap Theme VS 2012, VS 2013 And 2015
Sep 23, 2016.
In this article, you will learn how to create ASP.NET MVC Web application with custom Bootstrap theme, in VS 2012, VS 2013 and 2015.
Create And Update An .edmx File Using Entity Framework Data Model In Visual Studio 2012
Aug 19, 2016.
In this article, you will learn how to create and update an .edmx file using Entity Framework Data Model in Visual Studio 2012.
Useful Tools For .NET Developers
Jul 18, 2016.
In this article, we will review some of the best productivity tools for .NET developers.
Configuring Active Directory Certificate Services In Server 2012
Jun 26, 2016.
This article will teach you how to configure Active Directory Certificate services in Windows Server 2012.
Configuring Active Directory Domain Services In Server 2012
Jun 24, 2016.
In this article, you will learn how to configure an Active Directory Domain Service (AD DS) in Server 2012.
Visual C# Built In Code Snippets For Fast Productivity
Apr 26, 2016.
In this article we will see how to use the hidden power of built in code snippets in Visual studio.
Active Directory Configuration & Creating A New Domain User In DNS (Windows Server 2012 R2)
Apr 20, 2016.
In this article I will explain how to create a new domain user account in Windows Server and what prerequisites for configuration are required .
SharePoint 2016 Server Installation On Windows Server 2012 (VM)
Apr 16, 2016.
In this article you will learn how to install SharePoint 2016 Server on Windows Server 2012 (VM).
Getting Started: Entity Framework With ASP.NET MVC
Feb 06, 2016.
In this article we will see the basics of building an ASP.NET MVC web app using Visual Studio 2012 and Entity framework database first approach.
Deploying Packages In SQL Server Integration Services (SSIS) 2012
Feb 01, 2016.
In this article we’ll deploy the package that was created under SQL Server Integration Services (SSIS) 2008 and upgraded for SSIS 2012.
SQL Server 2012 Installation Step By Step
Jan 05, 2016.
In this article we’re going to see how to install SQL Server 2012.
How To Generate A Script In SQL Server 2012
Dec 19, 2015.
In this article I will show you how to generate a script with schema and data and create a new database in SQL 2012.
Steps To Resolve .NET Installation Error In Windows Server 2012
Dec 08, 2015.
In this article you will learn how to resolve dotnet not getting installed error in Windows Server 2012.
Sequence Object In SQL Server 2012
Nov 21, 2015.
In this article you will learn about the sequence object in SQL Server 2012.
COUNT_BIG Function In SQL Server 2012
Nov 18, 2015.
In this article you will learn about COUNT_BIG function In SQL Server 2012.
Using ASP.NET MVC 5 Within Visual Studio 2012
Nov 18, 2015.
In this article you will learn how to use ASP.NET MVC 5 within Visual Studio 2012.
New DateTime Function In SQL Server 2012
Nov 15, 2015.
In this article you will learn new DateTime Function in SQL Server 2012.
Integrating And Using GitHub In Visual Studio 2012
Oct 30, 2015.
In this article you will learn about integrating and using GitHub in Visual Studio 2012.
Finding the ASP.NET Configuration Tool In Visual Studio 2012
Oct 29, 2015.
In this article you will learn how to find the ASP.NET configuration tool in Visual Studio 2012.
Generate Database Script In SQL Server 2012
Oct 01, 2015.
In this article we are learning how to generate database script in SQL Server 2012.
Database Project Tutorial Using Visual Studio 2012
Aug 20, 2015.
Create , Managing and publishing a Database Project using VS 2012
Filter WebGrid With Cascading Dropdownlist Along With Paging in MVC
Jul 07, 2015.
This tutorial provides a comprehensive guide for developers new to MVC, offering step-by-step instructions for creating a basic MVC application using Visual Studio 2012 and integrating features like PagedList.MVC for paging.It covers setting up an ADO.NET Entity Data Model, adding controllers and view models.
Coded UI Test in Visual Studio 2012
May 16, 2015.
In this article we will learn how to do Coded UI testing in Visual Studio 2012.
Real Time Chart Using SignalR and Chart.js
May 07, 2015.
This article is a walkthrough of creating a web application that displays a chart that is updated in real time.
Simple Drawing in SignalR Using Visual Studio 2012
Apr 29, 2015.
This article shows a simple way to draw in SignalR using .NET and Visual Studio 2012.
CONCAT Function and NULL Values in SQL Server 2012
Apr 29, 2015.
In this article we will learn about the CONCAT function and NULL values in SQL Server 2012.
Zen Coding in Visual Studio 2012
Apr 18, 2015.
Here we will learn about Zen Coding, a faster way to write HTML using a CSS style selector syntax.
Xamarin.Forms Served Hot With Caffeine
Apr 05, 2015.
In this article we learn about Xamarin and how to install and use it.
WCF Service to Insert and Retrieve Data From SQL Server 2012 Express
Jan 30, 2015.
In this article you will learn how to create a WCF service for Insertion and Retrieval of data.
Getting Started With SQL Server 2012 Management Studio
Jan 28, 2015.
This article provides an introduction to SQL Server Management Studio and its installation process.
Install SQL Server 2012
Jan 27, 2015.
This article explains how to install SQL Server 2012.
Column Store Indexes in SQL Server 2012
Jan 07, 2015.
In this article you will learn about Column store Indexes in SQL Server 2012.
How to Maintain the Scroll Position After Postback of a Web Page
Dec 18, 2014.
In this article I will show how you can maintain the last focus position after scrolling.
Extended Events in SQL 2012
Dec 03, 2014.
In this article you will learn how to work with Extended Events in SQL 2012.
SQL Server 2012 Reports Services Configuration
Nov 05, 2014.
In this article you will learn how to configure the SQL 2012 Reports Services Server.
Visual Studio 2013 Key Notes
Oct 08, 2014.
In this article you will learn how to work with the Visual Studio editor to get substantial assistance in improving the productivity of code development.
SQL Server 2012 System Databases
Aug 28, 2014.
This article explains the System databases in SQL Server 2012.
Problem and Solution - SharePoint 2013 Prerequisites Installation on Windows Server 2012 R2
Aug 25, 2014.
This article describes SharePoint 2013 prerequisites installation on Windows Server 2012 R2.
Create the Configuration Database For Standalone Installation with Local Account - SharePoint Server 2013
Aug 25, 2014.
In this article you will learn how to create the Configuration Database for standalone installation using a Local Account .
Interesting Facts Behind the Origin of SQL Server Code Names
Aug 19, 2014.
This article will enhance your knowledge of some hidden names of SQL Server and where they came from.
Over Clause in Sql Server
Aug 17, 2014.
SQL Over. This article explains how SQL Over clause works. Windowing in SQL Server is done by the over clause that was introduced in SQL Server 2005.
How to Change Default Value For Selecting and Editing Top n Rows in SQL Server 2012
Aug 07, 2014.
In this article I will describe how to change a default value for selecting and editing N rows in SQL Server 2012.
Differences Among SSIS 2005, 2008 and 2012
Aug 04, 2014.
This article explains the basic differences among SSIS 2005, SSIS 2008 and SSIS 2012.
Various Types of Transformations In SSIS-2012
Aug 04, 2014.
In this article you will see lists of various types of transformations in SSIS 2012 .
Class Diagrams in C#
Jul 18, 2014.
In this article I explain an easy way to understand Class Diagrams in C#.
How to Track Database Transaction Log in SQL Server 2012
Jul 07, 2014.
This article describes how to track a SQL Server Database Transaction Log and how to written the transaction log when you do any database action.
Introducing Visual Studio 2012
Jun 12, 2014.
This article provides the installation requirements for, and explains how to create new projects in, Visual Studio 2012.
Installation of Business Intelligence in Visual Studio 2012
Jun 09, 2014.
This article provides an introduction to Business Intelligence development types and also explains how to install Business Intelligence into Visual Studio.
Top 10 Exciting New Features of SQL Server 2012
Jun 05, 2014.
In this tutorial I will discuss 10 exciting new features related to developer and SQL Server enhancements.
Logon Trigger in SQL Server 2012
May 26, 2014.
This article describes how to use a Logon Trigger to restrict out of office hours and limit or deny the number of connections for a specific user.
Database Mail in SQL Server 2012
May 20, 2014.
This article describes Database Mail, how to configure and manage Database Mail, and what permissions are needed to use database mail in SQL server 2012.
How to Minify js and css Files Using Visual Studio 2012
Mar 23, 2014.
Here you will learn how to minify js and css files using Visual Studio 2012.
DateTime Functions in SQL Server 2012
Mar 17, 2014.
This article describes all the new DateTime functions introduced in SQL Server 2012 with examples.
PMS Tutorial3: Multiple Document Interface (MDI) With Global SQL Local DB Connection
Mar 02, 2014.
Object Oriented Inheritance will be used in this tutorial, so basic understanding of inheritance should be granted for understanding the contents of this tutorial.
Best Tool to Write Blogs
Mar 02, 2014.
In this article I will talk about Windows Live Writer 2012. If you like to write blogs then it is very useful to you.
SQL Server 2012 Data Quality Services (DQS)
Feb 26, 2014.
This article introduces Data Quality Services (DQS) in SQL Server 2012.
Elucidate Lightswitch An Introduction
Feb 22, 2014.
This article provides a walkthrough of LightSwitch.
EXECUTE Statement Enhancement WITH RESULT SETS in SQL Server 2012
Feb 20, 2014.
This article explains the EXECUTE atatement enhancement in SQL Server 2012, WITH RESULT SETS.
SEQUENCE in SQL Server 2012
Feb 19, 2014.
This article explains the SEQUENCE value in SQL server 2012.
OFFSET and FETCH in SQL Server 2012
Feb 18, 2014.
SQL Server 2012 has introduced two new keywords for doing pagination of the result sets: OFFSET and FETCH.
Lead and Lag Function in SQL Server 2012
Feb 17, 2014.
This article explains the SQL Server 2012 two new analytical functions LEAD and LAG.
Dynamically Selecting DataTemplate For WPF ListView: Solution 2
Feb 05, 2014.
In this article, I am discussing an alternative way to dynamically select a DataTemplate for a WPF ListView.
How to Create Web Browser Control in Windows Phone
Jan 31, 2014.
In this article I will demonstrate how to create a Web Browser control on a page in Windows Phone.
How to Create Panorama Application in Windows Phone
Jan 31, 2014.
In this article I will show how to create a Panorama application in Windows Phone.
How to Create a Chart Using Reports (RDLC File) in .NET
Jan 26, 2014.
Here you will learn how to create a Chart using report (RDLC File) in .NET.
Learn Basic Unit Testing With Visual Studio 2012 and Nunit
Jan 23, 2014.
With this article we’ll go step-by-step to set up the environment and a few basic test scenarios.
Getting Started With Reports in .NET
Jan 22, 2014.
In this article, you will see how to get started with reports in .NET using Visual Studio 2012.
Editions of Visual Studio 2012
Jan 17, 2014.
In this article we will learn about the various editions of Visual Studio 2012.
How to Install SQL Server 2012 on Windows 8.1
Jan 13, 2014.
This article explains how to easily install SQL Server 2012 in Windows 8.1.
Install MySQL Connector in Visual Studio 2012
Jan 01, 2014.
This article shows you how to install the MySQL Connector, create a MySQL database and check the MySQL version.
Getting Started With New Scaffolded Item Dialog to Design Generated Files
Dec 30, 2013.
This article introduces the New Scaffolded Item dialog which is used to design the generated files output in Visual Studio 2013.
JavaScript Coding Standards
Dec 10, 2013.
Being a novice or a professional often we wonder how to write effective, maintainable and extendible code. This article defines guidelines to enforce consistent style and formatting and help developers avoid common pitfalls and mistakes.
Using CLR With SQL Server 2012
Dec 08, 2013.
In this article, I’ll cover the SQL CLR in SQL Server 2012.
Create Simple Web Service in Visual Studio 2008 / 2010 /2012
Dec 06, 2013.
This tutorial explains how to create simple Web Services using Visual Studio 2008 or Visual Studio 2012.
"s" and "ss" Custom Format Specifier in LightSwitch 2012
Nov 28, 2013.
This article describes the use of s and ss Custom Format Specifiers in LightSwitch Visual Studio 2012.
Working With MVC 5 in Visual Studio 2012
Nov 27, 2013.
This article describes how to work with an Empty MVC 5 Project using Visual Studio 2012.
Difference Between Escape Character ("\") & Date Separator ("/") in LightSwitch 2012
Nov 27, 2013.
This article describes the differences and use of the Escape Character (\) and Date Separator (/) Custom Format Specifier in LightSwitch Visual Studio 2012.
"gg" Custom Format Specifier in LightSwitch 2012
Nov 26, 2013.
This article describes how to use the gg Custom Format Specifier in LightSwitch Visual Studio 2012.
":" Custom Format Specifier in LightSwitch 2012
Nov 25, 2013.
This article explains how to use the : Custom Format Specifier in LightSwitch Visual Studio 2012.
Start the New Taste of Visual Studio 2012 With Web Tools 2013.1
Nov 22, 2013.
In this article I am describing the new ASP.NET Web Tools 2013.1 that has been revealed by Microsoft for Visual Studio 2012 and the new changes made in this update.
"t" and "tt" Custom Format Specifier in LightSwitch 2012
Nov 21, 2013.
This article shows the differences and the use of the t and tt Custom Format Specifiers in LightSwitch Visual Studio 2012.
"ddd" and "dddd" Custom Format Specifier in LightSwitch 2012
Nov 20, 2013.
This article describes the ddd and dddd Custom Format Specifiers in LightSwitch Visual Studio 2012. The "ddd" Custom Format Specifier is used to represent the name of the day of the week in an abbreviated manner. This abbreviated name of week is fetched from DateTimeFormatInfo.AbbreviatedDayNames Property.
"d" and "dd" Custom Format Specifier in LightSwitch 2012
Nov 20, 2013.
This article describes the differences and the use of the d and dd Custom Format Specifiers in LightSwitch Visual Studio 2012.
Year/Month Pattern Format Specifier in LightSwitch 2012
Nov 19, 2013.
In this article I am going to describes how to use Year/Month Pattern Format Specifier in LightSwitch Visual Studio 2012.
Month/Day Pattern in LightSwitch 2012
Nov 18, 2013.
This article describes the use of the Month/Day Pattern in LightSwitch Visual Studio 2012.
Full Date Short Time ("f") and Full Date Long Time ("F") Format Specifiers in LightSwitch 2012
Nov 17, 2013.
This article describes the differences and use of the Full Date Short Time (f) and Full Date Long Time (F) Format Specifiers in LightSwitch Visual Studio 2012.
Short Date("d") and Long Date("D") Format Specifier in LightSwitch 2012
Nov 15, 2013.
This article describes the difference between the Short Date(d) and Long Date(D) Format Specifiers in LightSwitch Visual Studio 2012.
Visual Studio 2013 vs Visual Studio 2012
Nov 14, 2013.
This article explains Visual Studio 2013 by comparing it with its previous version Visual Studio 2012, based on the features and other fundamentals.