Enlight Day
Developer to developer technical information
Friday, October 20, 2017
Performance comparison of varchar(max) vs varchar(N)
›
Performance comparison of varchar(max) vs. varchar(N) The question of comparing the MAX types (VARCHAR, NVARCHAR, VARBINARY) with their...
Tuesday, August 2, 2016
What's new in C# 6.0
›
Introduction New C# 6.0 comes with no big concepts, but it is packed with very useful, highly effective functionalities which all develope...
Tuesday, November 17, 2015
Underscore.js : JavaScript Library
›
Underscore.js Introduction Underscore is a JavaScript library which provides a whole useful library of helper functions without requi...
Wednesday, November 4, 2015
Should I use user schema seperation in SQL Server
›
User Schema Introduction Prior to SQL Server 2005, a database object is owned by a user. That user could be DBO or any valid user a...
Thursday, January 1, 2015
Dapper and Passing Table Value Parameter(TVP)
›
Dapper and TVP (Table Value Parameter) Introduction In one sentence, dapper is a Micro ORM. I find it very helpful if my appli...
2 comments:
›
Home
View web version