Arquivos do Blog

Introduction to ASP.NET Core 1.0

Uma introdução ao ASP.NET Core 1.0 que vale a pena assistir 😉

Ready to get the basics on ASP.NET Core 1.0 and learn the foundational skills that employers are looking for? Join experts Scott Hanselman and Maria Naggaga, and find out how to build .NET Core applications on any operating system. Bring your web development expertise and roll up your sleeves, for this first in a three-part series.

Explore ASP.NET Core SDK and tooling, look at ASP.NET Core and middleware, learn about multi-project solutions, review MVC and routing, and get the details on logging and diagnostics. Find lots of cross-platform goodness and get .NET ready, as you learn more about this framework for building modern cloud-based web apps. Build your first ASP.NET project, and gear up for the Intermediate ASP.NET Core 1.0 course.

NOTE: Download the tools you need to get started with ASP.NET Core 1.0. For more helpful links, be sure to check the resources tab in this course.

1 | Introduction to ASP.NET Core and Tooling

Learn what ASP.NET Core is, how to get and install it, and how to create a very quick sample application.
2 | ASP.NET Core and Middleware
Go from Console App to Web App, and get an introduction to how to create a new web app in Visual Studio, along with the command line, running applications in IIS and Kestrel, plus middleware.
3 | Introduction to Routing and MVC
Learn about MVC routing, and take a look at patterns.
4 | Creating a Form
Get the details on how to build a CRUD application with MVC and ASP.NET Core 1.0.
5 | Logging and Diagnostics
Learn about adding logging into the MVC application. Explore the different logger options that exist in Visual Studio out of the box, plus third-party logger options you can get through NuGet.

Aprender

Learn about Microsoft ASP.NET Core and middleware.

  • Get an introduction to routing and MVC.
  • Get details on Microsoft ASP.NET Core and tooling.
  • See how to create a form.
  • Explore logging and diagnostics.

Pré-requisitos

None

Link:
https://mva.microsoft.com/en-US/training-courses/introduction-to-asp-net-core-1-0-16841?l=JWZaodE6C_5706218965

Hub de Eventos com Redis

redis-300dpi

 

Motivação

Utilizar o Redis para armazenar e recuperar dados em memória para um cenário real e, utilizar os recursos de PUBLISH e SUBSCRIBE para comunicar assincronamente mensagens entre cliente e servidor, criando assim, um Hub de eventos.

 

O que é o Redis?

Redis, http://redis.io/, é uma estrutura de dados na memória, categorizado como banco de dados não relacional – NOSQL (Not Only SQL). Ele oferece suporte a estruturas como strings, hashes, lists, sets, sorted sets com intervalos de consultas, bitmaps, hyperloglogs e geospatial indexes. Oferece replicação nativa, scripts lua, LRU eviction, transações e diferentes níveis de persistência em disco.

Leia o resto deste post

ASP.NET Identity

Após participar dos treinamentos do Eduardo Pires, fiquei impressionado com o Identity – afinal, só o conhecia de ouvir falar. Após estudar alguns tutoriais dele, você entende porque o Eduardo fala tão bem e sugere utilizarmos Identity, ele é simplesmente.. fantástico! Quer saber mais? Da uma conferida nesses links 😉

Bons estudos! 🙂