Real-time web applications with ASP.NET Core SignalR

  Рет қаралды 100,176

Microsoft Developer

Microsoft Developer

Күн бұрын

Пікірлер: 67
@LinusBenjamin
@LinusBenjamin 5 жыл бұрын
The streaming demo was insane! :D
@alphacode5
@alphacode5 2 жыл бұрын
I'm a junior dev and just got introduced to signalR on my first job and is amazing seeing how versatile and creative can be this library, it has so many uses
@bbry323
@bbry323 3 жыл бұрын
I love the levels of knowledge you’re able to traverse through! As someone trying to sculpt their knowledge and skills in the networking region of “webDevelopment”, this is hitting enough understandables and enough I want to still look into ✌️
@amoenus_dev
@amoenus_dev 5 жыл бұрын
Would love to see that link to the source code. The demo looks almost like magic
@javadborhani7838
@javadborhani7838 5 жыл бұрын
They are explaining in a way that you think this is a dreamy application that you see for the first time in your life :) anyway, thank you for sharing one line magic coding.
@victorchisomnwisu9776
@victorchisomnwisu9776 5 жыл бұрын
Come on. What has Microsoft done? We already know about promises and subscribe in angular and Google cloud functions and others. But they are giving us this pure functionality accessible as an api. Imagine the use cases.
@doylelarry9154
@doylelarry9154 4 жыл бұрын
My family and my humble self will forever remain grateful to you Mr Bernard for your winning strategy which has brought back food on our table after loosing all i had to scammers and fake managers, thank you sir for your help, am proud to call you my mentor.
@Rogueixpresents
@Rogueixpresents 2 жыл бұрын
What?
@yp5387
@yp5387 5 жыл бұрын
Glad I have found this
@vinzer72frie
@vinzer72frie 5 жыл бұрын
Sick updates, this is great for trading and banking
@camdaman377
@camdaman377 5 жыл бұрын
You guys are killin it!
@mukundhbhushan6709
@mukundhbhushan6709 5 жыл бұрын
the demo was amazing
@LoboJuniorBr
@LoboJuniorBr 3 жыл бұрын
Very good demo.
@ByronBennett
@ByronBennett 5 жыл бұрын
Wow! Good show guys, and super cool tech! Thanks.
@athanvalenzuela9892
@athanvalenzuela9892 5 жыл бұрын
When you are microsoft developer but your os is mac
@Mark-ml3nv
@Mark-ml3nv 4 жыл бұрын
I develop .NET Core on Visual Studio on Windows, then publish to my Mac test server and use EF Core to connect to MySQL. Mac has Unix shell which imo, is the better development environment. It comes builtin with Python, Apache etc. I use Python to run regression test against the Web api
@YoloMonstaaa
@YoloMonstaaa 4 жыл бұрын
Microsoft publishes products to MacOS, of course they have Mac developers.
@NabranAboubacar
@NabranAboubacar 3 жыл бұрын
so what ?
@Esico6
@Esico6 2 жыл бұрын
and hiding the logo.
@KenzoArts
@KenzoArts 5 жыл бұрын
The demo is dope !
@surajrajshrestha362
@surajrajshrestha362 3 жыл бұрын
I really really love this..
@thegaribovv
@thegaribovv 3 жыл бұрын
Amazin examples))
@francisofosuafriyie9903
@francisofosuafriyie9903 5 жыл бұрын
My mind is blown away you can have my lunch money😂😂😂
@kuttikrishnankodoth1463
@kuttikrishnankodoth1463 5 жыл бұрын
This is Insane ........ :) jaw dropping
@Ofeth
@Ofeth 5 жыл бұрын
This is awesome 👏
@llaudvi
@llaudvi 5 жыл бұрын
Great Video! Thanks for sharing. I'm pretty excited to see more about this.
@patompoltaesuji7576
@patompoltaesuji7576 5 жыл бұрын
Awesome dude
@jephthahafolayan4844
@jephthahafolayan4844 4 жыл бұрын
Hello, I'm having a bit of a problem implementing Signalr on Android. I use Asp.Net Core v3 on my server, Java on Android. Any help will do. Thanks.
@Kardenslayer
@Kardenslayer 5 жыл бұрын
Great content!
@slickace1862
@slickace1862 5 жыл бұрын
Where are the show notes located?
@junior.santana
@junior.santana 5 жыл бұрын
Can I use this to send a purchase order from a website to my desktop application (winforms)? I do the polling method on a rest api nowadays but the interval between requests needs be very short
@TheMonk72
@TheMonk72 5 жыл бұрын
You sure can. Open the SignalR connection from your desktop app and respond to events initiated from the server.
@junior.santana
@junior.santana 5 жыл бұрын
@@TheMonk72 Really interesting. Thanks!
@ColinKilburn
@ColinKilburn 5 жыл бұрын
ASCII Smiles :)
@itamareduardo
@itamareduardo 5 жыл бұрын
Loved it!
@BenHayat
@BenHayat 5 жыл бұрын
What are the main new things coming for .Net core 3 for SingnalR?
@bradygaster
@bradygaster 5 жыл бұрын
check our team blog (devblogs.microsoft.com/aspnet/) as we keep developers up to date with things there. We'll be publishing updates related to "everything ASP.NET Core," including SignalR, on the team site as we continue to improve .NET Core.
@bradygaster
@bradygaster 5 жыл бұрын
We have TONS coming. The client-to-server feature will be resident in 3.0. As well, we're building a native C++ client, and we're adding back in some support for automatic reconnections. In addition, we're adding endpoint routing support for SignalR Hubs, so under 3.0 you'd do all your routing in one single place.
@BenHayat
@BenHayat 5 жыл бұрын
@@bradygaster Awesome on re-connection, especially on mobile apps, as the user might be moving and the tower signal goes away and client loses connection to the server. Having auto re-connection solves a big issue for apps that are running in the background on mobile and listening to the server. Having this feature back, the background listening resumes automatically. Are there any new features on the client JS library?
@BenHayat
@BenHayat 5 жыл бұрын
@@bradygaster Yes, I monitor that blog. I already have some conversations with Dan on another topic. Interestingly, the Rasor components (Blazor server side) is pushing the SignalR envelops to the max, especially with performance. Thanks Brady, for being part of that team. I know you've been there from V1. My respect to you!!!
@bradygaster
@bradygaster 5 жыл бұрын
@@BenHayat Oh heck yes it is. I just worked up my first Razor Components sample app this weekend. I love how SignalR is "just in there" so you get it for free.
@AlexsandrTer
@AlexsandrTer 5 жыл бұрын
It is very cool!
@VJPaz
@VJPaz 2 жыл бұрын
Why can't we do it as the standard way to communicate with servers? it looks better than using WebApi
@retepignus2626
@retepignus2626 5 жыл бұрын
SignalR only for .net core?
@kumar_codes
@kumar_codes 3 жыл бұрын
How Can i get the source code for the mobile apl demo. That is awesome
@BStrick75
@BStrick75 4 жыл бұрын
Are you able to build a video chat app with Blazor or would another technology such as webRTC be needed as well?
@Rogueixpresents
@Rogueixpresents 2 жыл бұрын
Stick with mature technologies that work rn
@nardoBrasil
@nardoBrasil 5 жыл бұрын
I would like to watch this video with legends. Is it possible ?
@BryanPollardPhotos
@BryanPollardPhotos 5 жыл бұрын
Woah! Brady! Good for you.
@ousspero
@ousspero 3 жыл бұрын
Why you didn't share the code of the streaming it was the important thing in this video
@jamesyoo67
@jamesyoo67 5 жыл бұрын
FYI Microsoft is so hip now, they have a black guy and a dude with a beanie on. So hip, so cool.
@namelastname4077
@namelastname4077 4 жыл бұрын
the days of motorhead t-shirts are long gone 😥
@andrelaubscher6263
@andrelaubscher6263 5 жыл бұрын
.NET core demo and a Microsoft channel and yet you both are using macs?
@justabit2870
@justabit2870 5 жыл бұрын
I bet they aren't using Windows phones, either!
@oabominavelhomemdasneves4117
@oabominavelhomemdasneves4117 5 жыл бұрын
They hid the apples shshshshsh
@MIFrancx
@MIFrancx 5 жыл бұрын
Shows how much all the .NET stack has matured don't need windows to run these stuff anymore
@ln3346
@ln3346 4 жыл бұрын
5:48 ain't that neat? LMAO
@MrNiceLuck
@MrNiceLuck 5 жыл бұрын
Cool
@yiliu4656
@yiliu4656 5 жыл бұрын
That's insane
@LordAlanttt
@LordAlanttt 3 жыл бұрын
why mac?
@claude.detchambila
@claude.detchambila 2 жыл бұрын
Link to the source code, please 😀!
@VijaySweden
@VijaySweden 5 жыл бұрын
Awesome cool! That was like MQTT on steroids..
@Qadeerkhatri1
@Qadeerkhatri1 5 жыл бұрын
OMG! That's insane.
@piotrpaczua8260
@piotrpaczua8260 5 жыл бұрын
That's crazy :O
Going real-time with ASP.NET Core SignalR and the Azure SignalR Service
26:34
Building Real-Time Applications With SignalR & .NET 7
12:22
Milan Jovanović
Рет қаралды 93 М.
Smart Sigma Kid #funny #sigma
00:14
CRAZY GREAPA
Рет қаралды 108 МЛН
This dad wins Halloween! 🎃💀
01:00
Justin Flom
Рет қаралды 68 МЛН
Happy birthday to you by Secret Vlog
00:12
Secret Vlog
Рет қаралды 5 МЛН
Full stack web development with ASP.NET Core 3.0 and Blazor - BRK3017
59:10
Microsoft Developer
Рет қаралды 166 М.
Getting Started with .NET MAUI and SignalR: Real-Time Chat App
20:13
Gerald Versluis
Рет қаралды 28 М.
SignalR: To Chat and Beyond - David Pine
52:52
NDC Conferences
Рет қаралды 30 М.
Clean Architecture with ASP.NET Core 3.0  - Jason Taylor - NDC Sydney 2019
1:02:30
Real-Time Notifications Using Blazor and SignalR from scratch
19:43
Milan Jovanović
Рет қаралды 37 М.
Clean Architecture with ASP.NET Core 2.1 | Jason Taylor
49:20
SSW TV | Videos for developers, by developers
Рет қаралды 309 М.
How to Port Desktop Applications to .NET Core 3.0
34:48
Microsoft Developer
Рет қаралды 81 М.
Worker Services in .NET Core 3.0 - The New Way to Create Services
47:09
SignalR in ASP.NET and C# - Building real-time functionalities
10:30
tutorialsEU - C#
Рет қаралды 35 М.
Smart Sigma Kid #funny #sigma
00:14
CRAZY GREAPA
Рет қаралды 108 МЛН