Archive for the ‘c#’ Category

What is ODBC and OLEDB – Interview Question

This articles explains in detail description of ODBC and OLEDB component of Microsoft and its Usage

Difference in ADO and ADO.Net – Interview Question

Basic comparison between ADO and ADO.Net component in .Net Framework

What is managed and unmanaged code

What is managed and unmanaged code in .Net technology.

Logging made easy in .NET – log 4 net

How to use the log 4 net in .Net application. Example, demonstration and sourcecode

How to read value from Configuration file – ( app.config or web.config )

How to read value from Configuration file – app.config or web.config in C# application or web application

Static class

Example of Static Class, its usage and benefits

Get Week of the Year

get the Week Number of the year in C#

Log Event in Windows Operating System Using C#

Tutorial on Logging Message in EventLog of Microsoft Windows.

Background and foreground thread in c#

Example of Threading in C#. Includes Foreground and Background Threading.