Wordpress - sadi02.wordpress.com - Sadi02's Weblog

Latest News:

Host a website in IIS 6.0 26 Jan 2012 | 08:38 pm

—-This post may not be useful for professional. This is only for me. So please ignore this post—- 1. host it in virtual directory 2.  Go to properties and check the option “Execute permission”. Sele...

Building Blocks of .Net Platforms (CLR, CTS, CLS) 16 Mar 2009 | 11:19 pm

CLR (Common Language Runtime): Programmatically speaking, the term runtime can be understood as a collection of external services that are required to execute a given compiled unit of code. The CLR is...

How to store log in database using log4net 15 Sep 2008 | 10:00 pm

One of the best ways to store log in the database using log4net coz it is easy to use and its world wide popularity. For storing log in the database all task are manage by log4net internally. At firs...

.Net Remoting with a simple example 6 Jul 2008 | 10:46 pm

Introduction: .NET remoting enables you to build widely distributed applications easily, whether the application components are all on one computer or spread out across the entire world. You can build...

ADO.NET – DataReader(Connected) and DataSet(Disconnected) in C# .Net with Examples 30 Jun 2008 | 09:07 pm

ADO.NET provides a relatively common way to interact with data sources, but comes in different sets of libraries for each way you can talk to a data source. Core Objects of .NET Framework Data Provid...

Log4Net Tutorial in C# .net (How can I show log in a file?) 29 Jun 2008 | 07:32 pm

For logging service my choice is log4net from Apache Software Foundation. It is easy to use, open source and well documented. There are also so many logging services but they are not open source. So i...

What is the main difference between process and procedure in Software Engineering? 25 Jun 2008 | 05:43 pm

What is the best and easiest way to explain the difference? I usually say process is “what to do” and the procedure is “how to do”. A process is any series of actions or operations viewed as a whole, ...

What’s the difference between override and new in C#? (Use of override and new modifier) 4 Jun 2008 | 09:57 pm

new is used for method hiding and override is used for method overriding… This is all to do with polymorphism. When a virtual method is called on a reference, the actual type of the object that the r...

Polymorphism, Method Hiding and Overriding in C# 4 Jun 2008 | 08:49 pm

Overview One of the fundamental concepts of object oriented software development is polymorphism. The term polymorphism (from the Greek meaning “having multiple forms”) in OO is the characteristic of...

Recently parsed news:

Recent searches: