MVC Remote ValidatorC# / .NETMVC Remote ValidatorLet's take a look at a brand new MVC 3 validator - RemoteAttribute. The Remote validator is very…Alexandru PuiuSeptember 16, 2012 1 min
SQL Full Backup all databasesC# / .NETSQL Full Backup all databasesBackups are one of the most important tasks when maintaining a system, and as the complexity of your…Alexandru PuiuSeptember 16, 2012 1 min
Render Razor View as StringC# / .NETC# Render Razor View as StringThe Razor View Engine is very powerful, easy to use, and just overall great for binding data to HTML…Alexandru PuiuSeptember 16, 2012 1 min
ReflectionC# / .NETC# ReflectionC# Reflection copy every property of a class to another class with the same properties. Let's say…Alexandru PuiuSeptember 16, 2012 1 min
Office Document Custom PropertiesC# / .NETC# Add and Edit Office Document Custom PropertiesOffice documents store a lot more information than is obviously visible at first. Microsoft released…Alexandru PuiuSeptember 16, 2012 1 min
Execute large scriptsC# / .NETSQL Execute large scriptsSQL Server has a stored procedure that accepts a parameter of type text, and executes the code. This…Alexandru PuiuSeptember 16, 2012 1 min