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-02-27T09:13:41.000Z
In this article we will see how to create and manage a User Role based Menu using ASP.NET MVC, WEB API and AngularJS. If we are working on a simple web site creation with very few pages and only one programmer is working to create a website then in that case we can create a static menu and use it in our web site. Let's now consider we need to work for a big web application project. Let's consider development of an ERP Web application. However if more than two developers are working and perhaps the number of pages is greater than 50 to 100 then it will be hard to maintain a static menu.by bill-s, 2016-02-27T03:08:25.000Z
ASP.NET Core 1.0 is a reboot of the ASP.NET framework which can target the traditional full .NET framework or the new .NET Core framework. Together ASP.NET Core and .NET Core have been designed to work cross platform and have a lighter, faster footprint compared to the current full .NET framework.by bill-s, 2016-02-27T09:16:51.000Z
What is the most iconic program ever written? In my mind it’s the programmers first program “Hello Word” it’s where you see the very first fruits of your efforts. The first time you convert a thought to an action in the programming world. In this article I have made this classic programming example way too complicated. Converting what should be one file in one project in one solution to five separate examples with the very first example containing five separate projects in one solution.by bill-s, 2016-02-26T20:53:29.000Z
As the role of mobile devices in people’s lives expands even further, mobile app developers have become a driving force for software innovation. At Microsoft, we are working to enable even greater developer opportunity and innovation by providing the best experiences to all developers, on any device, with powerful tools, an open platform and a global cloud.by bill-s, 2016-02-27T09:15:30.000Z
Node.js is a platform for building fast, scalable applications using JavaScript. It’s making its way just about everywhere – from servers, to Internet of Things devices, to desktop applications, to who knows what next? Ooh—I know what next…<strong>bobbleheads!</strong>by bill-s, 2016-02-26T17:15:41.000Z
This article demonstrates how to use CSS transforms, perspective and some scaling trickery to create a pure CSS parallax scrolling website.by bill-s, 2016-02-27T09:14:33.000Z
With <a href="http://dailydotnettips.com/tag/application-insights/" target="_blank">Application Insights</a> you can also test the <strong>web availability</strong> by adding <strong>Web Test</strong> with your hosted applications. <a href="http://dailydotnettips.com/tag/application-insights/" target="_blank">Application Insights</a> sends the request to the hosted services endpoint in a regular intervals and sends alerts based on the criteria specified for it. While configuring the <strong>Web Test</strong>, we can setup the <strong>Success Criteria</strong> by specifying the <strong>HTTP Response Code</strong>. By default the <em>Status Code is set to 200</em>,and you can change it as per your need.by bill-s, 2016-02-27T03:07:43.000Z
Some open source contributors recently raised concerns about the current state of open source in .NET. Discussions revolve around contributing to projects, both as an individual and as an enterprise. The role of Microsoft in the .NET ecosystem is also at the center of the debate.