I am a Principal Software Engineering Manager in the Microsoft Azure-CXP team. I am a Software Architect, Author, Technical Reviewer, Blogger, Speaker, and a Mentor. I am an Ex-Microsoft MVP, and a C# Corner MVP. I am a TOGAF Certified Architect and a Certified Scrum Master (CSM). I have over 18+ years of industry experience, and I am passionate about people, process, technology, design, and architecture of software systems, and working with the development teams to maximize their productivity. I blog at www.MyPassionFor.net and offers .NET Career Mentoring via www.RoadAheadSolutions.com you can follow me on Twitter @DotNetAuthor
This article provides an introduction to Big Data.
NUnit is a unit-testing framework for .NET applications in which the entire application is isolated into diverse modules and each module is tested independently to ensure that the objective is met.
This article explains discovery of types at runtime using .NET Reflection in C#. This article will also explain late binding in C# that is related to .NET reflection.
.NET offers a variety of collections such as ArrayList, Hashtable, queues, Dictionaries.
Portable Class Library is a new feature which is part of Visual Studio 2012 and enables you to develope cross platform applications.
Attributes are like adjectives, which are used for metadata annotation that can be applied to a given type, assembly, module, method and so on. The .NET framework stipulates two types of attribute ...
In this article, we will learn how to write code for Classes and Objects, Constructors and Destructors, Function Overloading, Encapsulation, Inheritance, Interface, and Polymorphism in C# and .NET.
This tutorial and code example will teach you how to work with delegates in C#.
Single Team Owned Service Architecture (STOSA) is a guiding principle for large organizations that have many development teams that build and own microservices to cater to one or more enterprise-wi...
Asynchronous Programming in C# allows program execute code asynchronously using async and await in C#.
In this article, you will learn about Git using VSTS.
This video tutorial demonstrates the .NET Interoperability using C# and VB .NET.
In this article, you will Understanding Windows Authentication in details.
This article explains case sensitivity/insensitivity of cross language interoperability in Microsoft .NET that allows compliant languages to interoperate with each other.
This blog post explains why .NET 4.5 doesn't have "Client Profile" like .NET 3.5 and 4 does.
Continuous Integration (CI)/Continuous Deployment (CD) are widely used terms in the DevOps world. If you are new or don’t fully understand the buzzword DevOps, do read this article.
System.IO contains StreamReader and StreamWriter classes which enables C# to do file handling.
ADO .NET Connection String
Explains the purpose of new keyword.
In this post, you will see NuGet Package Manager.