C# 7 Features Previewed
Over the last year we’ve shown you various features that were being considered for C#...
Over the last year we’ve shown you various features that were being considered for C#...
public class Size { public string Name { get; set; } public int Height {...
In my previous post I spoke about key layers of distributed applications. Now we will...
Every application that is going to be used by end users should be designed appropriately...
HTML5 API includes Drag and Drop (DnD) native functionality. The event listener methods for all...
Microsoft has been stepping up its game around connecting its Azure cloud services to Internet...
Recently, the Irish Internet of Things chip maker Movidius, has won a multi-million dollar deal...
In the world of the Internet, technology is constantly changing. The SMTP technology behind email,...
Almost 300 million phones running Google’s Android operating system are vulnerable to a newly developed...
MS16-023, billed as a “Security update for Internet Explorer” and issued on March 8, includes...
Put down your coffee gently. Microsoft has today released a homegrown open-source operating system, based...
It’s been an incredible year for the data business at Microsoft and an incredible year...
The goal for this project is to show a list of books with ReactJS from...
These are the functions that will be, or can be, included in your specification object...
February has come and gone without the highly anticipated Windows 10 Mobile upgrade for legacy...
It’s easy by using the HttpContextWrapper HttpContextBase basecontext = (new HttpContextWrapper(HttpContext.Current)); Happy coding!
If you need to check if something is a number, in C# doesn’t exist a...
Often you copy from a site some code but it has line numbers and you...
If you work with Visual Studio 2015 and WebAPI, this short post is for you!...
In the two previous post I discussed about the first step to creare this application...
In my previsious post I discussed the first implementation of this application. In this post...
There are a number of specific Agile approaches, as well as a generic agile style...
Artificial intelligence will spur economic growth and create new wealth. Machines that “think” like humans...
In this tutorial, I use several techniques and tools. I use Microsoft Visual Studio 2015...
Some people asked me the different between those two following code: Code 1 try {...