.NET Mastery

Know all concepts of software development

10/12/2025

.NET Framework relation with Windows Version

›
  Backward Compatibility : Newer Windows versions often support older .NET Framework versions for legacy apps. .NET Core / .NET 5+ : Starti...

.NET Framework

›
The .NET Framework is a software development platform developed by Microsoft.  It provides a controlled environment for developing and runn...

Dependency Inversion Principle vs Dependency Injection

›
Dependency Injection: A design pattern or technique used to implement DIP by injecting dependencies (like services or repositories) into a...

Dependency Inversion Principle

›
Instead of a class depending directly on another concrete class, it should depend on an interface or abstract class.This makes your code f...
3/16/2025

IoC vs DI vs DIP

›
 1.Inversion of Control (IoC) A fundamental principle that inverts traditional control flow Enables decoupling of components from their depe...
3/15/2025

Liskov Substitution Principle

›
Without LSP: Example, we are creating different robots, Kawasaki, Yaskawa, and ABBRobots all inheriting IRobots and have methods like Connec...
2/07/2013

Model,View and View Model Patern (M V VM pattern)

›
The MVVM Pattern The Model-View-ViewModel pattern can be used on all XAML platforms. Its intent is to provide a clean separation of conce...
1/01/2013

Semantic Web in plain english

›
The semantic web is about making computers behave (or ‘think’) more like humans. The easiest way to understand what this means is to use ...
11/21/2012

cannot be opened because its project type (.csproj) is not supported by this version of the application.

›
Go to Start> All Programs > Visual Studio 2008 > Visual Studio Tools > Click Visual Studio 2008 Command Prompt. Type the below ...
8/27/2012

SQL Delete current database

›
I need to delete my current database which I am using it , I googled around and found this answer: http://sqlserver2000.databases.aspfaq....
8/26/2012

Password protect your outlook

›
This link guides you, how to protect your Outlook with password : http://www.groovypost.com/howto/password-protect-outlook-pst-file/  
8/16/2012

C# difference between StringBuilder and String Object

›
The most common operation with string is concatenation, and this has to be performed very efficiently. When we use String objects to conca...
8/02/2012

C# Shallow Copy and Deep Copy

›
http://www.codeproject.com/Articles/28952/Shallow-Copy-vs-Deep-Copy-in-NET  

Difference between null and String.Empty

›
1. string statement=null : means no object exists; null is not a value, it is a state indicating that object value is unknown or does not e...
8/01/2012

Understanding Reflection and static constructor

›
Hi .net newbies, This post is mostly for you !!, to understand what  Reflection and static constructor really mean ,and when are they used...
7/23/2012

WCF as Windows Services Step by Step example

›
Hi Guys, in this post I will be explaining how to create a simple WCF service and host it as a 'Windows Service'. Lets create a s...
6/19/2012

SQL Constraints

›
Constraints limit the type of  data that can go into the table. The following are the constraints: NOT NULL UNIQUE PRIMARY KEY FOREIG...
6/18/2012

SQL Joins

›
Hi newbies, Want to learn SQL joins at a glance!!, here you go... SQL joins is Venn diagram representation: A very nice picture given in ...
5/13/2012

What are EXD files

›
EXD is control information cache file . It is a type of file that contains your most recently used information of a computer object , which...
1 comment:
1/30/2012

OSI Model

›
http://home.earthlink.net/~tt4titans/id13.html http://www.cse.iitk.ac.in/users/dheeraj/cs425/lec01.html http://www.roseindia.net/technolo...
›
Home
View web version
Powered by Blogger.