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 •
58 posts •
« Newer Posts Page 2 of 4 Older Posts »
C#

Python Style Tuple In C#

C# 7.0 (.NET Framework 4.7) introduced ValueTuple, a structure which is a value type representation of the Tuple. It can be used where you want to have a data structure to hold an

Shadman Kudchikar Shadman Kudchikar 4 min read
C# Design Patterns

Adapter Design Pattern In C#

The Adapter design pattern is one of the most common, and most useful patterns available to us. This post explains the Adapter design pattern in C# language.

Shadman Kudchikar Shadman Kudchikar 7 min read
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
« Newer Posts Page 2 of 4 Older Posts »
Code with Shadman © 2022 • 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