Always remain updated about current software development trends

Articles having tag: C#4.0

Dynamically evaluated SQL LINQ queries

Extension methods to evaluate plain text SQL queries against IEnumerable collections.

What is the difference between Reflection and dynamic keyword in C#?

In this article we will try to understand two terminologies reflection and dynamic keyword. Many of the developers get confused between them because both of them help us to do dynamic invocation.

Mobile Browser for PC

This is a simple mobile web browser for PC, to view mobile web sites in PC( Windows).

Mobile Browser for PC

This is a simple mobile web browser for PC, to view mobile web sites in PC( Windows).

Different ways to implement the scrollbar in a grid

This is a tip to implement the scrollbar to a grid.

Different Ways to Implement the Scrollbar in a Grid

This is a tip to implement the scrollbar to a grid.

Using Azure Lease Blob

This article describes how the Azure Lease Blob can help the composition of the business model during the runtime in the distributed event-driven pub/sub architecture.

Adding SignalR to an ASP.Net WebForms Project

In this post, I want to demonstrate how you can add real-time interactivity to a website that is written with ASP.Net WebForms. \xa0I'm going to show you how easily and quickly you can have SignalR update the content of a standard ListView webcontrol to show...

Simple Delegates in a Nutshell

The easiest, most straight-forward delegate tutorial.