Code with Shadman Subscribe
shadman_kudchikar

Shadman Kudchikar

I'm a passionate software developer living in Mumbai, India. I am a technology enthusiast and enjoy developing with all technologies, especially with .NET.

Mumbai, India •
60 posts •
« Newer Posts Page 2 of 4 Older Posts »
Entity Framework

Entity Framework Migrations For Teams

Entity Framework is an Object Relational Mapper (ORM) which is a type of tool that simplifies mapping between objects in your software to the tables and columns of a relational database. In this

Shadman Kudchikar Shadman Kudchikar 4 min read
Entity Framework

Entity Framework Enum Code First Lookup Table

Learn how to create lookup tables using enums in entity framework with Code-first approach.

Shadman Kudchikar Shadman Kudchikar 3 min read
ASP.NET

ASP.NET MVC Life Cycle

This article introduces Request Life Cycle and Application Events that takes place as the request travel through MVC framework and Asp.NET platform. It also explains different methods to interact with this events.

Shadman Kudchikar Shadman Kudchikar 6 min read
Angular Js

AngularJS Service

Angularjs Services are objects that contain reusable code that can get consumed across app using Dependency Injection. This article will explain all of the techniques required to create your own AngularJS service.

Shadman Kudchikar Shadman Kudchikar 9 min read
C# Intermediate

Delegates And Events In C#

In C#, delegates form the basic building blocks for events. This post explains the implementation detail of Delegates and Events in C# .NET.

Shadman Kudchikar Shadman Kudchikar 11 min read
C# Intermediate

Nullable Types And Null Coalescing Operator C#

This C# article discusses the Nullables with Null Coalescing operator and also explains the unique ways to use the Null Coalescing operator.

Shadman Kudchikar Shadman Kudchikar 7 min read
C# Design Patterns

Repository Pattern C#

A Repository mediates between the domain and data mapping layers. Repository Pattern in C# supports the objective of achieving a clean separation and one-way dependency between the domain and data mapping layers.

Shadman Kudchikar Shadman Kudchikar 10 min read
C# Advanced

Memory Leak C#

Learn what is a memory leak in C# and how to measure .NET application performance with a variety of tools to diagnose memory issues.

Shadman Kudchikar Shadman Kudchikar 21 min read
C# Intermediate

C# String

C# String class represents a string data type. This tutorial explains strings in C# and how you can use strings in your .NET applications.

Shadman Kudchikar Shadman Kudchikar 12 min read
C# Intermediate

Generics In C#

This article explains the Generics in C# with the help of a real-time problem and its step by step solution using c# generics. This article serves to be an in-depth post on getting

Shadman Kudchikar Shadman Kudchikar 36 min read
C#

C# Pattern Programs

A complete collection of c# pattern programs. This article explains the list of star pattern programs in c# programming language.

Shadman Kudchikar Shadman Kudchikar 7 min read
C#

C# String.Format() and StringBuilder

This article discusses whether String.Format is as efficient as StringBuilder in .NET.

Shadman Kudchikar Shadman Kudchikar 4 min read
C# Design Patterns

Iterator Pattern C#

The Iterator pattern in C# provides a way of accessing elements of a collection sequentially, without knowing how the collection is structured.

Shadman Kudchikar Shadman Kudchikar 10 min read
C# Design Patterns

Observer Pattern C#

Observer in C# is a behavioral design pattern that allows one object to notify other objects about changes in their state. In this article, you'll learn how to implement the Observer in C#.

Shadman Kudchikar Shadman Kudchikar 19 min read
C# Design Patterns

Mediator Pattern C#

The Mediator pattern in C# enables objects to communicate, without knowing each other's identities. It also encapsulates a protocol that objects can follow.

Shadman Kudchikar Shadman Kudchikar 5 min read
« Newer Posts Page 2 of 4 Older Posts »
Code with Shadman © 2025 • All rights reserved.
Made with Jekyll using Kasper theme

Subscribe to Code with Shadman

Stay up to date! Get all the latest & greatest posts delivered straight to your inbox