C# MVC: HttpContextBase from HttpContext.Current
It’s easy by using the HttpContextWrapper HttpContextBase basecontext = (new HttpContextWrapper(HttpContext.Current)); Happy coding!
How to check if IsNumeric?
If you need to check if something is a number, in C# doesn’t exist a...
Remove line numbers from code
Often you copy from a site some code but it has line numbers and you...
Customize Json result in Web API
If you work with Visual Studio 2015 and WebAPI, this short post is for you!...
Creating a URL shortener using ASP.NET WepAPI and MVC: error handling
In the two previous post I discussed about the first step to creare this application...
Creating a URL shortener using ASP.NET WepAPI and MVC: implementing the business layer
In my previsious post I discussed the first implementation of this application. In this post...
Agile approaches
There are a number of specific Agile approaches, as well as a generic agile style...
Davos: Smart machines set to transform society
Artificial intelligence will spur economic growth and create new wealth. Machines that “think” like humans...
Creating a URL shortener using ASP.NET WepAPI and MVC
In this tutorial, I use several techniques and tools. I use Microsoft Visual Studio 2015...
Throw vs Throw e
Some people asked me the different between those two following code: Code 1 try {...
C# Faster way to truncate a string
Very often I found this problem and now I got a solution! I’ve compared some...
Calculate the execution time of a method
I found a simple code to know the execution time of a method. First of...
String to Hex – Hex to String Convert
You can convert a string to hex or vice-versa with this methods. Example for real...
Regular expression for UK postcode
I’m looking for an answer to my regular expresssion problem in c#. I’m looking for...
OWIN and Facebook: the developers of this app have not set up this app properly for Facebook Login?
Did you received this error when you try to login in your Owin app with...
C# ASP.NET MVC OWIN and Twitter authentication error
We have an MVC project using OWIN Framework to allow our users to authenticate using...
ASP.NET MVC Return image dynamically drawn in controller
If you have problem returning dynamically drawn image from controller below informations may help. The...
ASP.NET MVC OWIN and Microsoft account
Register an app in the Microsot Account Developer Center Go to the Microsoft Account Developer...
Microsoft cuts off Windows 8’s security updates on January 12
Windows 8 is about to get a lot less secure. After January 12, Microsoft will...
Support Ending for the .NET Framework 4.0, 4.5 and 4.5.1 on Tuesday
In less than a week Microsoft will formally end support for versions 4.0, 4.5, and...
Microsoft is pulling the plug on Internet Explorer 8, 9, and 10 next Tuesday
Microsoft is ending support for Internet Explorer 8, 9, and 10 next week on January...
The current type, is an interface and cannot be constructed. Are you missing a type mapping?
You might have missed to register your Interface and class (which implements that inteface) registration...
Microsoft CEO Satya Nadella explains why it doesn’t matter if only a handful of people have a Windows phone
Microsoft CEO Satya Nadella has explained in an interview with BuzzFeed why the company is...
Automatic Table of Contents
Any long page of content with distinct and well marked up content can benefit from...
MOBI Mime Type
How to setting IIS for .mobi extensions? Open IIS and click on its name Double...
