Skip to content

15 to 20 minutes

Every moment is precious…

Primary Navigation

  • SQL Server
  • Agile
  • Design Patterns
  • C#
  • Interview Questions

Blog Stats

  • 19,585 hits

Recent Posts

  • Delegates in C# – Part 2
  • Merge Sort – C# Example
  • PIVOT and UNPIVOT in Sql Server
  • Ranking functions in sql Server
  • SQL Basic Performance Optimization
  • Singleton class Vs Static class
  • Delegates in C# – Part 1
  • Convert Comma Separated Values to Column Values in Table
  • Design Patterns
  • Convert Column values to Comma Separated Values
  • Common Table Expression – CTE

Pages

  • Entity Framework Interview Questions
  • JavaScript Interview Questions
  • Plan for Interview Preparation
  • Welcome

Categories

  • C# (4)
  • Design Patterns (2)
  • SQL Server (6)
C#

Delegates in C# – Part 2

To understand C# delegates I would suggest you to refer previous post Delegates in C# – Part 1 as this … Continue reading Delegates in C# – Part 2

Merge Sort – C# Example
C#

Merge Sort – C# Example

Merge Sort In data structure, there are may sorting algorithms like Bubble sort, Selection sort, Insertion sort, Merge sort, Quick … Continue reading Merge Sort – C# Example

PIVOT and UNPIVOT in Sql Server
SQL Server

PIVOT and UNPIVOT in Sql Server

PIVOT There are cases when we need to transpose column values to column names and in such specific cases it … Continue reading PIVOT and UNPIVOT in Sql Server

Ranking functions in sql Server
SQL Server

Ranking functions in sql Server

Ranking functions in SQL Server are used to give some rank (It could be unique or duplicate rank) to each … Continue reading Ranking functions in sql Server

SQL Basic Performance Optimization
SQL Server

SQL Basic Performance Optimization

Although to optimize your query in SQL Server you should have deep understanding with different SQL constructs, It would be … Continue reading SQL Basic Performance Optimization

Singleton class Vs Static class
C#, Design Patterns

Singleton class Vs Static class

Singleton class Singleton is a design pattern which restricts instantiation of a class to a single object which means you … Continue reading Singleton class Vs Static class

Delegates in C# – Part 1
C#

Delegates in C# – Part 1

In a simple term a delegate is a pointer to function. Or in more simpler terms, delegate is a reference … Continue reading Delegates in C# – Part 1

Posts navigation

Older posts
Powered by WordPress.com.
15 to 20 minutes
Powered by WordPress.com.
Cancel