From WCF to gRPC - Mark Rendle

  Рет қаралды 43,884

NDC Conferences

NDC Conferences

Күн бұрын

Пікірлер: 38
@gig73
@gig73 4 жыл бұрын
it's great but, if we need that this gRPC Service have a discovery system like WCF, how we do it?
@gig73
@gig73 4 жыл бұрын
Very nice, but how can implement our self system discovery service? The WS-Discovery protocol is used to locate services on a local network. gRPC services are generally located through DNS or a service registry such as Consul or ZooKeeper.
@motordig
@motordig 4 жыл бұрын
3 ads in 6 minutes. The adds are distracting during a tech talk. Is NDC Conferences placing all these ads are is it google? I can't watch this.
@kratos_hu
@kratos_hu 4 жыл бұрын
Install AdBlock Plus and you will see no ads on youtube.
@TonyHenrique
@TonyHenrique 4 жыл бұрын
Looks very efficient and simple to use. Very cool.
@johnnybravo8281
@johnnybravo8281 4 жыл бұрын
6 google ads in 12 minutes.... WTF I Never had this in any Video before
@motordig
@motordig 4 жыл бұрын
I just watched 3 ads in 6 minutes. I stopped the video.
@suraja91
@suraja91 4 жыл бұрын
where is the git hub repo for the code shown in the video
@SaveTheHedgehog
@SaveTheHedgehog 4 жыл бұрын
When to use web api and when grpc? What's the difference between human readable and machine code except speed.
@PaulSebastianM
@PaulSebastianM 4 жыл бұрын
Depends which web API. If it's CRUD, use REST, if it's mostly actions use gRPC.
@DheerajKumarGlobal
@DheerajKumarGlobal 4 жыл бұрын
Where can get solutions shown in video?
@azrinsani
@azrinsani 4 жыл бұрын
26,934 People have this problem!!! Don't understand why Microsoft won't port out WCF Servicehost!
@miklosnemeth8566
@miklosnemeth8566 4 жыл бұрын
Soap is entrenched in big corporations for a long decade or two now and it's terribly shortsighted from microsoft to skip soap. Big organizations will not switch overnight. Grpc is dead on birth if no direct from browser javascript support.
@superpcstation
@superpcstation 4 жыл бұрын
Anybody knows what font is he using in his editor?
@stephajn
@stephajn 4 жыл бұрын
At a guess, I'd say it is Consolas. (I think that's the default for VS Code)
@PaulSebastianM
@PaulSebastianM 4 жыл бұрын
Looks like Consolas to me.
@scdecade
@scdecade 4 жыл бұрын
Why isn't compressed json the answer? That's the real question.
@ivan-tsurkan
@ivan-tsurkan 4 жыл бұрын
Json format contains field names to do deserialization propertly, protobuf contains only the number of the field, so, even compressed Json would be bigger than protobuf binary. And HTTP2. It allows you to create multiple bidirectional streams in single TCP connection....
@AndiRadyKurniawan
@AndiRadyKurniawan 4 жыл бұрын
There's also overhead of compressing and decompressing.
@scdecade
@scdecade 4 жыл бұрын
@@AndiRadyKurniawan That's true but I bet it's small compared to sending less data over the network
@scdecade
@scdecade 4 жыл бұрын
It probably depends on the size of the document.
@Esico6
@Esico6 4 жыл бұрын
Why not compared to BSON?
@Elite7555
@Elite7555 3 жыл бұрын
BSON is not a huge improvement over JSON.
@hlzn
@hlzn 4 жыл бұрын
Its January 2020 and there are people coughing back in the conference room.. :S
@DaT0nkee
@DaT0nkee 2 жыл бұрын
Unfortunatelly protobuf, or any other serializer simply capitulated just from the idea of serializing our circular referenced EF objects. They are no problem for DatacontractSerializer.
@miklosnemeth8566
@miklosnemeth8566 4 жыл бұрын
15:24 no javascript from browser support, no deal
@TheVincent0268
@TheVincent0268 4 жыл бұрын
How do I write an API with gRPC for my .NET 4.6 code base (ADO.NET 4.6, not compatible with .NET Core 3, a.f.a.i.k.)? Write a service in ASP.NET MVC5?
@LuigiZambetti
@LuigiZambetti 4 жыл бұрын
And for every WCF project, what will happen? Throw away?
@ivan-tsurkan
@ivan-tsurkan 4 жыл бұрын
Indeed)
@vinzer72frie
@vinzer72frie 4 жыл бұрын
not really they just work fine, this is for new projects
@alexandruagrapine90
@alexandruagrapine90 4 жыл бұрын
You just add an gRPC endpoint once you move to .net core :D
@miklosnemeth8566
@miklosnemeth8566 4 жыл бұрын
I work for a big corporation as an architect. Soap 1.1 is the backbone it stays so for a number of years. We simply ignore .net and move over to java which still has excellent support for soap. We dont care wcf, soap is what important.
@birojkumar
@birojkumar 3 жыл бұрын
CoreWCF is OS port
@typingcat
@typingcat 2 жыл бұрын
Google is the new Microsoft.
@khatuntsovmikhail6223
@khatuntsovmikhail6223 4 жыл бұрын
Good presentation. Except "Inglish Humar"
@jasonfolkens
@jasonfolkens 4 жыл бұрын
You can skip past the 9 minutes of bad jokes to when he gets to gRPC...
@chucknorris8351
@chucknorris8351 3 жыл бұрын
Thanks NDC for for the 800 million adds giving me the motivation to unsubscribe
SignalR Deep Dive: Building Servers - David Fowler & Damian Edwards
59:01
How to have fun with a child 🤣 Food wrap frame! #shorts
0:21
BadaBOOM!
Рет қаралды 17 МЛН
번쩍번쩍 거리는 입
0:32
승비니 Seungbini
Рет қаралды 182 МЛН
Zeus vs Hades | 1v1 Ranked | Age of Mythology
22:56
PaThanu
Рет қаралды 41
Turbocharged: Writing High-Performance C# and .NET Code - Steve Gordon
1:01:12
The Reduced NDC Company - Mark Rendle
1:08:15
NDC Conferences
Рет қаралды 1,3 М.
OpenAPI & .NET: You're Doing It Wrong - Mark Rendle - NDC Oslo 2023
57:15
Writing Allocation Free Code in C# - Matt Ellis
1:00:15
NDC Conferences
Рет қаралды 71 М.
Lowering in C#: What's really going on in your code? - David Wengier
44:39
Social engineering course
51:29
Anna Collard
Рет қаралды 3,5 М.
Intro to the Zig Programming Language • Andrew Kelley • GOTO 2022
50:14
Change your habits: Modern techniques for modern C# - Bill Wagner
55:46
NDC Conferences
Рет қаралды 251 М.