FirstOrDefault and SingleOrDefault in ASP.NET
In this blog you will learn about FirstOrDefault and SingleOrDefault in ASP.NET.
View ArticleDonut Caching - A Small Step Towards Improving Performances of your Web APP
Donut Caching is similar to Output Caching, both are the attributes but the small difference between them puts Donut ahead.
View ArticleExport An Excel Using Closed XML
In this blog you will learn how to export an excel using Closed XML.
View ArticleWorking with JSON in MVC
A small and simple article which explains the basic use of JSON in MVC.
View ArticleOverview Of MVC 6 and Deployment On Azure
In this article you will learn about an overview of MVC 6 and deployment on Azure.
View ArticleUnobstrusive Ajax & Handle Unauthorized Request In MVC
In this article I will be sharing basic stuff which comes in handy in MVC applications.
View ArticleThe Forms And Web API Bridge
In this article you will learn how to Interact to a Web API from either a Windows Service or Windows Forms application.
View ArticleBuilding A Private Chat Application Using SignalR
In this article you will learn how to build a Private Chat Application using SignalR.
View ArticleBuild, Rebuild & Clean Solution: The Facts
I will be discussing how they work and describing each as an Agent with a discussion on Build, Rebuild & Clean Solution in Visual Studio IDE
View ArticleTools That Make Web Developers' Lives Easy
In this article you will learn about tools that make developers' lives easy.
View ArticleAn Overview Of ASP.NET Core
ASP.NET Core is completely rewritten following the earlier versions that work on the .NET framework.
View ArticleCustom Errors in ASP.Net
When the yellow screen of death appears, users are distracted! Throw them a beautiful and different page instead. Let's learn how.
View ArticleCustomizing View Engines in Asp.Net
This article describes the customization of a view engine or adding a custom view engine to optimize our app.
View ArticleRender Sections Using Razor View Engine
In this article you will learn about Render Sections using Razor View Engine.
View ArticleDebug ASP.Net Applications Using ELMAH: Part 1
In this article you will learn about the ELMAH tool for debugging mainly ASP.NET applications.
View ArticleDebug ASP.Net Applications Using ELMAH: Part 2
In this article I will be explaining the integration of ELMAH with SQL Server(SSMS).
View ArticleWelcome to C#
In this article you will learn about C#. We will learn to work with variables, operators and expressions in C#.
View ArticleGetting Started With Font-Awesome
This article describes how to get started with Font-Awesome.
View ArticleMiniProfiler: Profiler For .NET Code
In this article you will learn about MiniProfiler for .NET Code.
View ArticleAngularJS Overview Series - I
In this article you will learn about the concepts of AngularJS.
View ArticleAngularJS Overview Series - 2
In this article you will learn the basics and the architecture of the AngularJS and few directives.
View ArticleUsing Web Api in MVC 4
Here you will see the steps to learn about Web APi controllers & their behaviour using a Demo.
View ArticleDynamic Blob Creation and Uploading Files in Azure
In this article you will learn how to check for the containers, add them and create dynamic BLOBs and upload files, Also check the Exceptions from BLOBs.
View ArticleA Simple Way to Implement Grid Using MVC
In this article, I would be discussing a simple way to implement a grid using ASP.NET MVC.
View ArticleUsing Glimpse With ASP.Net MVC
In this article you will learn how to use Glimpse with ASP.NET MVC.
View ArticleUsing Rotativa in MVC Application
In this article you will learn how to use Rotativa in MVC Applications.
View ArticleException Filters in MVC
This article explains Exception Filters in MVC. Exceptions are part and parcel of an application. MVC provides us with built-in "Exception Filters" about which we will explain here.
View ArticleCreate Your First VM In Azure
Cloud computing can be a complex term nowadays, as there are already many services that can run on Cloud. Services like Data mining, Machine learning, creating virtual machines, host APIs for mobile a
View ArticleAzure Automation Using PowerShell
In order to run Azure, we know the Azure web portal where we can modify and manage resources as and when needed. But to manage resources on a regular basis, logging into the portal each time is a hect
View ArticleIR Obstacle Sensor With Arduino
In this article, you will learn about integration of IR Obstacle sensor with Arduino Board.
View ArticleWebSecurity in MVC
In this article, I would be discussing a very interesting topic called WebSecurity in MVC application and how easy and simple it is to implement and understand.
View ArticleComma Separated Value (CSV) in MVC Using Ajax
This article explainis what Comma Separated Value (CSV) files are and how to work with them in MVC Using Ajax.
View ArticleUnderstanding Filters in MVC
There are situations in which we have an implementation that will be reused in many places that is not confined to a single place or method. This is fulfilled by the Filters in MVC. Let's discuss
View ArticleBasic Terminology of SQL Server
In this article we learn SQL from the basics. Here I describe all the basic terminology of SQL.
View ArticleAngularJS Overview Series - Three
Here's an article on the Angular Overview series covering the more basic and fundamental concepts of Angular.
View ArticleGetting Started With Microsoft Azure
In this article you will learn about Microsoft Azure.
View ArticleSending SMS Using C# Application
In this article I will be sharing a quick and an interesting way to send SMS using a simple C# application.
View ArticleSecurity And Validations In .NET
In this article you will learn security and validations in .NET.
View ArticleSend Email In SQL Server
In this article you will learn how to send an email in SQL Server using few stored procedures.
View ArticleHow To Create And Download Zipped Files In .NET
Have you ever encountered a scenario when you have to download few files zipped and compressed! Few development involving the manipulation of documents and its management would require this. There are
View ArticleAn Overview Of Python
In this era of the diversity in latest technology and the ability to learn and be equipped in languages is the most challenging and interesting thing for a developer or a geek you can say. Me being a
View ArticleAn Insight Of .NET Core 2.0
With 20% faster performance than .Net Core 1.X, core 2.0 is in the lime light. Optimizing to the core the .Net core 2.0 is the next big thing for the Microsoft Developers. A modular framework uniting
View Article