Also, I don't think the Angular-UI guys are affiliated with the Angular Team. I think that's just a group from the community that really supports the project
Why do we have to do option.UseSqlServer in the DbContext on Configuring override and also AddSqlServer in the Startup.cs ConfigurationServices method?
Videos with Lou are always awesome. I would have liked if the details of the KRE / KLR would have been touched on a bit. What it provides and there is sits in the stack in comparison to the desktop version tools.
In which cases should you use events vs queues? They seem pretty similar. A producer creates and event/message sent it to a queue/event store and then consumers process the event/message?
The Rx work you guys are doing is truly fascinating. Every time Bart presents on this topics I always find it mind blowing and inspiring at the same time.
For most of my career, I've been building server side solutions with very little to no UI. Most of the Rx demos I see seem to apply perfectly to UI scenarios. I personally have trouble thinking of how I could expose events and leverage Rx in my server side work.
I'm guessing everything from data access, parsing, service call etc.. could all be modeled with IObservables in some way. It would be great if there were some Best Practices or Reactive Patterns type of document that should hows to backend and ui layer patterns.
Comments
Update on TagHelpers with Taylor Mullen
the packages in the project.json in this video are referencing beta4 which is 2 betas old based on the current date.
How much of this is still relevant? This projects has a tremendous about of change still going on
Building Cross-Platform Apps with Xamarin Forms
For everyone else watching.. Here are the code samples from this video https://github.com/jamesmontemagno/MyExpenses
Question : How does plugins for Xamarin relate to the Xamarin.Mobile component?
Introduction to AngularJS: (05) ​Routing, View Management, and UI-Router
oh oh...she said Backbone.
Also, I don't think the Angular-UI guys are affiliated with the Angular Team. I think that's just a group from the community that really supports the project
What's New with ASP.NET 5: (06) Entity Framework 7
Why do we have to do option.UseSqlServer in the DbContext on Configuring override and also AddSqlServer in the Startup.cs ConfigurationServices method?
What's the difference between these two?
What's New with ASP.NET 5: (03) ASP.NET MVC + Web API Part 2
Can't AddMvc and UseMvc be merged? In what instances would I want to addmvc and not usemvc??
What's New with ASP.NET 5: (05) ASP.NET 5 Internals Deep Dive
Videos with Lou are always awesome. I would have liked if the details of the KRE / KLR would have been touched on a bit. What it provides and there is sits in the stack in comparison to the desktop version tools.
Great overview. Thanks
Modern Web Development Tools in Visual Studio 2015 with Mads Kristensen
Being able to use your already installed node tools is a big win for me.
I'd love to see another episode on SchemaStore
Create your own Domain Specific Language in ASP.NET with TagHelpers
how do taghelpers relate to view components? I might not fully understand, but i feel like there's some overlap
Episode 160: Event Hubs with Elio Damaggio
In which cases should you use events vs queues? They seem pretty similar. A producer creates and event/message sent it to a queue/event store and then consumers process the event/message?
Checking In with Erik Meijer: Erik Meijer
@Charles where can I find that 9 page guide that you mentioned?
Event processing at all scales with Reactive Extensions
The Rx work you guys are doing is truly fascinating. Every time Bart presents on this topics I always find it mind blowing and inspiring at the same time.
For most of my career, I've been building server side solutions with very little to no UI. Most of the Rx demos I see seem to apply perfectly to UI scenarios. I personally have trouble thinking of how I could expose events and leverage Rx in my server side work.
I'm guessing everything from data access, parsing, service call etc.. could all be modeled with IObservables in some way. It would be great if there were some Best Practices or Reactive Patterns type of document that should hows to backend and ui layer patterns.
Awesome presentation!!
Using Vagrant and Puppet to manage your Development Environment
Looks interesting, but where / when does the VM actually get installed into HyperV?