|
Posted to:
1 hour, 23 minutes ago
|
Another variation of the historic poster from WW2 . SharePoint variations here…
|
|
Posted to:
9 hours, 56 minutes ago
|
I started a new ASP.NET MVC project recently and wanted to give you a little insight on kicking off new projects. There’s some setup time you want to spend setting up your solution and getting the plumbing in order before you dive into writing unit tests...
|
|
Posted to:
15 hours, 33 minutes ago
|
In this article I am going to demonstrate how you can configure email notification feature on SharePoint List. For the purpose of demonstration I chose the default tasks list that is coming with almost all default SharePoint sites. Tasks list have one...
|
|
Posted to:
21 hours, 16 minutes ago
|
This course is about how to use Mono for Android with Tablets and the new Android 4.0 Ice Cream Sandwich release . The course introduces Android Tablets and Fragments, new controls that are available through Android 4.0, new application programming interfaces...
|
|
Posted to:
05-14-2012, 6:58 PM
|
Hi, I have just came across this exception when trying to execute the SaveChanges () method of my ServiceContext object in CRM 2011 (on-premise). Exception: "An unsecured or incorrectly secured fault was received from the other party. See...
|
|
Posted to:
05-14-2012, 2:15 PM
|
Now that I have my source code being checked into GitHub and have TeamCity doing automatic builds (and running tests), I thought it was about time to take the last big step and automatically deploy the latest version of an application to a live site ...
|
|
Posted to:
05-14-2012, 11:59 AM
|
Save this URL, memorize it, write it on a sticky note, tweet it, tell your colleagues about it! localtest.me ( http://localtest.me ) and *.localtest.me ( http://something.localtest.me ) If you do any testing on your local system you’ve probably...
|
|
Posted to:
05-14-2012, 6:00 AM
|
I'll be doing an eLearning event on HTML5 for Mobile with jQuery Mobile . There will also be a few items sprinkled in on ASP.NET Razor. Mobile development is a hot item. Customers are buying iPhones, iPads, Android devices, and many other mobile computing...
|
|
Posted to:
05-14-2012, 2:14 AM
|
The Microsoft Windows Azure team has released the Windows Azure SDK for Node.js 0.5.4 which will be using the Node.js 0.6.17 and iisnode 0.1.19. The Node.js 0.6.17 contains a security fix against the HTTP Server Security Vulnerability detected by...
|
|
Posted to:
05-13-2012, 8:54 PM
|
I recently posted about asynchronous programing patterns in .NET . Like .net framework, ASP.NET has supported asynchronous programming since 1.x. C# and VB.NET introduced the new async and await keywords in the upcoming Visual Studio 11. This is also...
|