Telerik's ASP.NET AJAX RadGrid with Custom Paging and Sorting

To improve the page speed and reducing the large data handling load on the server we usual [More]

Securing a string using SecureString

We mostly think about security while transporting data from a client machine to server and authentic [More]

Regular Expression: Learn, Understand & Create Your Own

What is Regular Expression? Regular Expression is a set of rules/patterns that describe a certain am [More]

Search Engine Optimization - Part 1

It is very common problem companies or developers have to rank their website on Search Engine. It is [More]

Updating a config key value at run time

Introduction: In general, updating a config key is not a good practice because the appSettings secti [More]

Getting Started with ASP.NET Core Part-1

I hope you know that Microsoft has recently launched ASP .NET Core. They have re-written the entire [More]

Full Text Search in SQL Server

Introduction:   Full-Text Search in SQL Server and Azure SQL Database lets users and applicatio [More]

XmlSerializer: Get Text from Complex Type Property

Recently, I was working on some stuff dealing with Serializing/Deserializing XML with pre-defined XM [More]

Securing Token Based APIs Authentication

Nowadays, Token Based Authentication is widely used for API authentication. With most, every mobile [More]

Getting started with Entity Framework Core

Recently, Microsoft has launched .NET core. They had to rewrite the whole code from scratch to make [More]