Prev | September 2016 | Next | |||||
W | S | M | T | W | T | F | S |
36 | 28 | 29 | 30 | 31 | 1 | 2 | 3 |
37 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
38 | 11 | 12 | 13 | 14 | 15 | 16 | 17 |
39 | 18 | 19 | 20 | 21 | 22 | 23 | 24 |
40 | 25 | 26 | 27 | 28 | 29 | 30 | 1 |
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-09-10T08:07:04.000Z
<em>Microsoft Bot Framework</em> is a comprehensive suite of tools and offering to build and deploy the conversational chat bots for your app users. You can build and publish your intelligent bot that interacts naturally wherever your users are talking – from <em>Skype, Facebook Messenger, Office 365</em> <em>mail</em> and other conversational medium. Read more about Bot framework <a href="https://dev.botframework.com/" target="_blank">over here..</a> In this post we will explore how to get it started.by bill-s, 2016-09-09T20:03:45.000Z
Discover how .NET can help you build scalable, easy-to-maintain web applications.by bill-s, 2016-09-07T20:02:23.000Z
In this month’s Essential .NET column, I continue my investigation into the various features of .NET Core, this time with a fully released version (no longer in beta or a euphemistic release candidate).by bill-s, 2016-09-07T20:01:04.000Z
Curious about the latest version of JavaScript? Once a tool for building interactive webpages, JavaScript is now being used to build enterprise apps.by bill-s, 2016-09-07T20:01:32.000Z
If you're interested in being a Web Developer but you’re not sure where to start, we have just the course for you.by bill-s, 2016-09-09T18:11:05.000Z
We’re happy to announce the availability of our newest free ebook, Microsoft Azure Essentials: Fundamentals of Azure, Second Edition (ISBN 9781509302963), by Michael Collier and Robin Shahanby bill-s, 2016-09-09T20:01:58.000Z
If you’d like a demo-packed introduction to React, an open source JavaScript library popularized by Facebook, this course is for you. React allows developers to build reactive UI components that render HTML using a virtual DOM, which can simplify programming and improve performance. React components are typically written in a JavaScript extension language called JSX.by bill-s, 2016-09-07T20:05:53.000Z
I’ve looked at using Cake (C# Make) for build automation C#. The basics were to compile a solution/project using MSBuild and then run our automated tests with xUnit...by bill-s, 2016-09-07T20:04:12.000Z
Do you work with C# or C++ and want to make your tests even better? Whether you are a seasoned developer/tester or are just starting out, join us for a look at the tools available for automated and manual testing in Visual Studio 2015 and Microsoft Test Manager 2015. Explore features rather than theories, in this Visual Studio training.by bill-s, 2016-09-09T20:03:15.000Z
Traverse the data analysis pipeline using advanced visualizations in Python, and make machine learning start working for you.by bill-s, 2016-09-10T08:08:45.000Z
As C# 7.0 gets nearer to the finish line, C# Program Manager Mads Torgersen noted in a <a href="https://blogs.msdn.microsoft.com/dotnet/2016/08/24/whats-new-in-csharp-7-0/" target="_blank">blog post</a> that most of its new <a href="http://stackoverflow.com/documentation/c%23/1936/c-sharp-7-0-features#t=201608261706191518032" target="_blank">features</a> "are coming alive" in the recent release of <a href="https://visualstudiomagazine.com/articles/2016/08/23/visual-studio-15-preview-4.aspx" target="_blank">Visual Studio "15" Preview 4</a>. For developers who have been taking the preview through its paces, what's generating the most excitement feature-wise are tuples and pattern matching.