Password validation in ASP.Net using a RegularExpressionValidator 20. January 2016 Marco Giorgi ASP.NET (0) Here is some configurations to use in password validation: Alphanumeric with special Characters [More]
Visual Studio - How to have the Solution Explorer always show (or not show) the file currently opened in the Editor 8. November 2015 Marco Giorgi Visual Studio (0) On the Tools – Options – Projects and Solutions – General page, there’s the Track Active Item in Sol [More]
Views and Entity Framework: missing primary key 6. November 2015 Marco Giorgi ASP.NET (0) if you are trying to map a view in the entity framework and you get the following message:"The table [More]
Asp.Net Web Forms: Routing and friendly URLs 22. September 2015 Marco Giorgi ASP.NET (0) In order to enable URL rewriting and/or friendly URLs, you must create the RouteConfig class in the [More]
Bundling and Minification with Asp.Net Web Forms 22. September 2015 Marco Giorgi ASP.NET (0) Bundling and minification are two techniques you can use in ASP.NET 4.5 to improve request load time [More]
Disable web security for testing cross site requests 14. April 2015 Marco Giorgi Javascript (0) Do you get the Access-Control-Allow-Origin error?run chrome with the following command:chrome.e [More]
Unlock Excel VBA Project Protection 1. April 2015 Marco Giorgi Security (0) Remove VBA project password from XLS file (Excel 2003 and older):Open xls file with a hex editorSear [More]
Bootstrap 3 - Center align column 26. March 2015 Marco Giorgi Bootstrap (0) Using offset:<div class="row"> <div class="col-md-2 col-md-offset-5"></div>&l [More]
Asp.Net Identity 2 - Rename Tables and Fields 24. March 2015 Marco Giorgi ASP.NET (1) Just the other day I decided to migrate from the old and reliable Custom Membership Provider to the [More]