aspnetcore

A 28-post collection

Setting up ASP.NET Core debugging in VS Code

UPDATE: Now Version 1.0 of Visual Studio Released - Same steps apply for Version 1.0. In the most recent ASP.NET Community Standup (http://live.asp.net), Damian walked through the steps of getting RC2 debugging setup inside of Visual Studio Code - Insiders Build. Here are the steps. Install the dotnet SDK for your OS Go to https://github.com/dotnet/cli#installers-and-binaries and select the proper link for your OS in the .NET Core SDK Installer column and install this. As a note, if you have a previous version of this installed you may need to manually remove the dotnet folder from the installation location prior as the installer will not overwrite, and it fails silently....


Kestrel as a Static Server for Angular

Available on github : https://github.com/spboyer/ng2-kestrel-appserver Selecting the server architecture may or may not be a pivotal point in your application design...but it maybe it should. Micro-services, SOA, 12 Factor, ZDD and all of the other buzzwords do in fact have merit, getting away from the monolith application and "putting all of you eggs in one basket" server apps are a think of the past. Right? The core message here is "do one thing and do it well". So why would you couple your dynamic and static content into a single application? Static content doesn't change (often), scaling needs aren't 1:1 with the web api layers. However, there are some needs that the simple use of...


ASP.NET Core Slack Community

update the team has been renamed to .NET from ASP.NET to not exclude anyone - sign up page here I'm a big fan of Slack. I use it internally for work as well as for a number of teams that I'm involved with for projects or community like OrlandoDevs, Telerik Experts, Angular Beers. I find that it's a great way to quickly discuss topics of interest, created private and public rooms, share code snippets etc. For ASP.NET I have been using Jabbr, Twitter, Email and even GitHub at times via Issues to connect with the community and engineers to get answers and discuss ideas or topics. I like that Slack give me the mobile apps, what I feel...


yo aspnet : UI Options Coming Soon!

Just a quick update on what the yo aspnet team has been working on. Bootstrap (aka Twitter Bootstrap) is the very well known UI layout engine and has been the standard for the ASP.NET generator. However, there was a contributor - Josh Williams pitching the idea of using Semantic UI (http://semantic-ui.com/) as an alternative. After some conversation with other members of the team, we decided that choice would prevail and offer the following options. $ yo aspnet _-----_ | | .--------------------------. |--(o)--| | Welcome to the | `---------´ | marvelous ASP.NET Core | ( _´U`_ ) | 1.0 generator! | /___A___\ '--------------------------' | ~ | __'.___.'__ ´ ` |° ´ Y ` ? What type of application do you want to create? Web Application ? Which UI framework would you like to use?...


A Chat on Adventures in Angular: Episode 82

I recently had an opportunity to sit with the team on the Adventures in Angular podcast and talk about my NON experience with Angular 1 and how my path into Angular 2 was going given I had some in depth TypeScript knowledge. AiA is a regular listen for me, the guest and panel are often either friends in the community or people to pay attention to and the content is always great. Of course we cover TypeScript & Angular 2 but also talked about node.js, ASP.NET Core, ReactiveX and more. Check out the show - https://devchat.tv/adventures-in-angular/082-aia-getting-started-with-angular-2-with-no-angular-1-experience-with-shayne-boyer Be sure to checkout my Pluralsight Play by Play with John Papa as well on ASP.NET Core...