Always remain updated about current software development trends

Articles in MS SQL SERVER

Kerosene ORM: a dynamic, self-adaptive and configuration-less ORM with no need for configuration files

The fifth incarnation of a dynamic and self-adaptive ORM library with full support for POCO objects, that doesn't require any mapping or configuration files, and with support for natural SQL-like syntax in plain C#

Kerosene Maps: A dynamic and configuration-less Entity Framework designed for your POCO objects

Extending the Kerosene ORM library to include a dynamic and configuration-less Entity Framework built for POCO objects.

Extending Kerosene ORM for WCF support

An extension to the Kerosene ORM library that permits seamless database operations in WCF scenarios

Get duration between two dates in years, months, days, and hours using SQL Server

Get duration between two dates in years, months, days, and hours using SQL Server.

From SQL-Server to Web Service

An other way to export data from a SQL-Server to use them to call a web service

.NET Framework Cultures with Culture Specific Formats and Mapping with SQL Server Language-Utility

Utility for .NET Framework Cultures with Culture Specific Formats and Mapping with SQL Server Language. CultureInfo, DateFormat, Number Format, Currency Format, Percent Format, Infinity Format etc.

Generate Calender Recurring Dates Automatically with SQL Job

I had a requirement to create automatic date entries into Scheduler SQL table. Whenever a Schedule with RecurrenceRange was set with 'No EndDate', the dates will automatically get added from backend for next year through a job.