Prev | July 2016 | Next | |||||
W | S | M | T | W | T | F | S |
27 | 26 | 27 | 28 | 29 | 30 | 1 | 2 |
28 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
29 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
30 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |
31 | 24 | 25 | 26 | 27 | 28 | 29 | 30 |
32 | 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-07-16T19:12:21.000Z
Previously we started creating our seed project then we created our first AngularJS2 app, on this post we will try to play with AngularJs2’s Attribute Directives. Basically, Attribute Directives allows us to change the appearance or behavior of a DOM Element, such us changing colors of DIVS when our mouse enters or exits, or alter the behavior of a DOM element when clicking them.by bill-s, 2016-07-16T07:44:06.000Z
Today we are happy to announce a major update to <a href="https://blogs.msdn.microsoft.com/onecode/p/devassistant/">Developer Assistant</a>! Developer Assistant now offers contextually aware web powered solutions for C++. <a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200627594">Developer Assistant for Visual Studio</a> is a productivity plugin that brings the combined power of Bing search capabilities and your development environment to solve your day-to-day developer problems. With the addition of C++, we are opening up new possibilities for millions of C++ developers on Visual Studio.by bill-s, 2016-07-16T19:15:52.000Z
Full disclosure here: I don’t like ORMs. If you’re building an enormous enterprise project, you should absolutely use an ORM. If you have data you really care about and a complex, monstrous system using something like Entity Framework can save you a lot of frustration.by bill-s, 2016-07-16T19:10:50.000Z
One of the libraries that I use on most projects (but probably don’t talk about it much) is now updated for the latest ASP.NET Core MVC. In order to do so, I broke out the classic ASP.NET and ASP.NET Core pieces into separate NuGet packagesby bill-s, 2016-07-16T02:30:00.000Z
At //Build 2016 Microsoft unleashed something known as the Bot Framework; a set of three products to help you build conversational bots and connect them with services, like Slack, Skype, and even Email and SMS.by bill-s, 2016-07-16T19:14:29.000Z
It has been about two weeks since we shipped .NET Core / ASP.NET Core 1.0. The team has used the past two weeks to take a deep breath, and is now getting started on planning what is coming next. We have seen a lot of .NET Core SDK downloads and significant feedback. Please keep the feedback coming.by bill-s, 2016-07-16T07:46:01.000Z
Two years ago we open sourced the C# and Visual Basic compilers and exposed their functionality through APIs as the Roslyn project. The Roslyn analyzer API empowers the developer community to be more productive by lighting up their own features in the editor in real-time—meaning anyone can write a refactoring, code fix, code style rule, or code diagnostic. Come learn more about the Roslyn project and what these live analyzers mean for you and your productivity.by bill-s, 2016-07-15T23:44:46.000Z
In this article we’re going to investigate the various response types available to us in the botframework to develop a more rich conversational experience.by bill-s, 2016-07-16T07:46:51.000Z
The Visual Studio team released an incremental update to its Visual Studio 2015 Tools for Unity. Among the changes in version 2.3 is a number of fixes for debugging issues, especially for those who use<span id="RadESpellError_0" class="RadEWrongWord">Xamarin</span> in conjunction with <span id="RadESpellError_1" class="RadEWrongWord">VSTU</span>.by bill-s, 2016-07-16T07:44:59.000Z
undefinedby bill-s, 2016-07-16T19:11:30.000Z
So you want to mess around with .NET Core, maybe create a Web API or MVC Project and you don’t want to rely on any tooling, just the command line. Happily .NET Core makes it really easy to get started.