Prev | January 2016 | Next | |||||
W | S | M | T | W | T | F | S |
53 | 27 | 28 | 29 | 30 | 31 | 1 | 2 |
2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
3 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
4 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |
5 | 24 | 25 | 26 | 27 | 28 | 29 | 30 |
6 | 31 | 1 | 2 | 3 | 4 | 5 | 6 |
Want to receive every Tuesday the best .NET links?
Once subscribed you can login, submit a link and receive the weekly newsletter.
by bill-s, 2016-01-23T20:21:15.000Z
If you’re interested in developing for Windows 10, we’ve got a set of new courses created specifically for you! Whether you’re new to the Universal Windows Platform or you’ve got experience creating Windows 8.1 apps, you’ll find just what you need to explore the latest in Windows 10 app development.by bill-s, 2016-01-23T20:40:23.000Z
However, naming the new, completely written from scratch ASP.NET framework "ASP.NET 5" was a bad idea for a one major reason: 5 > 4.6 makes it seem like ASP.NET 5 is bigger, better, and replaces ASP.NET 4.6. Not so. So we're changing the name and picking a better version number.by bill-s, 2016-01-23T10:09:17.000Z
Scott talks to Piyush Joshi about how you can use Azure Mobile Engagement and capture information and events about how users user your mobile apps. You can then take this big data collection and process it to better understand WHY users do what they do and come up with specific ways you can improve a user's experience and engage with your audience more deeply.by bill-s, 2016-01-23T10:08:41.000Z
Usually, there is no need to create your own <strong>Visual Studio project template</strong>. The existing ones should suffice for most cases. However, if you find yourself often creating new projects and manually adding the same files or references to them; creating a new project template might make sense. It will save you time and prevent minor variations between the projects.by bill-s, 2016-01-23T10:04:44.000Z
You have a table on your ASP.NET MVC page, displaying information to your users. You want the first column in the table to hold checkboxes or radio buttons that a user will click to pick items in the table to process. This is a common task, but I have some bad news: There's no really simple, built-in facility to do this in ASP.NET MVC, even if you were to use the WebGrid control. But, if you use Partial Views, you can simplify the code you need tremendously.by bill-s, 2016-01-23T20:38:56.000Z
Structured data in earlier versions of ASP.NET meant creating and registering custom types and configuration sections for our applications. In ASP.NET Core and in Core MVC, structured configuration is a breeze with support for JSON documents as the storage mechanism and the ability to flatten hierarchies into highly portable keys.by bill-s, 2016-01-23T10:01:50.000Z
You can develop app using <strong><a href="http://dailydotnettips.com/tag/kinect-for-windows-sdk-tips/" target="_blank">Kinect for Windows V2.0</a> </strong>on <strong>Windows 10 </strong>as similar to previous version of Operating Systems. I am receiving several questions on building Kinect for Windows SDK application on Windows 10. Tough I personally responded to most the questions, to benefits for the larger audience here is a quick post to G<em><strong>etting started with Kinect SDK v2.0 App on Windows 10 using Visual Studio 2015</strong></em>.by bill-s, 2016-01-23T09:47:49.000Z
Code Review with pull request is a central part of every git developer's inner loop. Over the past few months, we've added a number of improvements to the pull request web experience for Visual Studio Team Services (VSTS), all focused on improving productivity while using pull requests. Let's take a look at what's new.by bill-s, 2016-01-22T21:17:20.000Z
Feature.js, a feature detection library in 1kb A Fast, simple and lightweight browser feature detection library written in plain JavaScript. Try it by opening this page in different browsers and seeing the results:by bill-s, 2016-01-23T20:29:50.000Z
Jerry Nixon welcomes Hari Menon and Jon Chu to the show as they discuss the recent announcements made for the XAML Behaviors platform which are now open source and natively support Windows UWP app development.