Contents tagged with .NET
-
Microsoft .NET Architecture Guidance - Draft...
Four application architecture guidance drafts are available from Microsoft's Developer Division and the Visual Studio product teams. These drafts cover four areas: Microservices and Docker, ASP.NET Web Applications, Azure Cloud Deployment, and Xamarin Mobile Applications. Each guidance consists of a set of documents appropriate for the topic. Microsoft does want your feedback on these draft documents.
-
Git for Visual Studio Developers
A new course is out from my friend and co-worker, Esteban Garcia! It teaches you how to work with Git from Visual Studio. Working with Git from Visual Studio is an excellent skill to have and know...and if you don't already have a PluralSight subscription, you can sign up for a free trial. It's well worth it and a great learning resource that I utilize all the time.
-
MOC 10961: Automating Administration with Windows PowerShell
http://www.microsoft.com/learning/en/us/course.aspx?id=10961a&locale=en-us#fbid=9CMopxdy0_L
-
Using the Kendo UI Grid with OData on WCF Data Services
A co-worker and I were working with the Kendo UI Grid and having difficulties binding the data from a WCF Data Services 5.2.0 Data Service returning OData. I've used the JSONP extension/behavior in the past with success, yet understood the new WCF Data Services returned JSONP just fine, as previous 5.1.0-rc2, indicated as such (with regards to $format/$callback).