it's great but, if we need that this gRPC Service have a discovery system like WCF, how we do it?
@gig734 жыл бұрын
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.
@motordig4 жыл бұрын
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_hu4 жыл бұрын
Install AdBlock Plus and you will see no ads on youtube.
@TonyHenrique4 жыл бұрын
Looks very efficient and simple to use. Very cool.
@johnnybravo82814 жыл бұрын
6 google ads in 12 minutes.... WTF I Never had this in any Video before
@motordig4 жыл бұрын
I just watched 3 ads in 6 minutes. I stopped the video.
@suraja914 жыл бұрын
where is the git hub repo for the code shown in the video
@SaveTheHedgehog4 жыл бұрын
When to use web api and when grpc? What's the difference between human readable and machine code except speed.
@PaulSebastianM4 жыл бұрын
Depends which web API. If it's CRUD, use REST, if it's mostly actions use gRPC.
@DheerajKumarGlobal4 жыл бұрын
Where can get solutions shown in video?
@azrinsani4 жыл бұрын
26,934 People have this problem!!! Don't understand why Microsoft won't port out WCF Servicehost!
@miklosnemeth85664 жыл бұрын
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.
@superpcstation4 жыл бұрын
Anybody knows what font is he using in his editor?
@stephajn4 жыл бұрын
At a guess, I'd say it is Consolas. (I think that's the default for VS Code)
@PaulSebastianM4 жыл бұрын
Looks like Consolas to me.
@scdecade4 жыл бұрын
Why isn't compressed json the answer? That's the real question.
@ivan-tsurkan4 жыл бұрын
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....
@AndiRadyKurniawan4 жыл бұрын
There's also overhead of compressing and decompressing.
@scdecade4 жыл бұрын
@@AndiRadyKurniawan That's true but I bet it's small compared to sending less data over the network
@scdecade4 жыл бұрын
It probably depends on the size of the document.
@Esico64 жыл бұрын
Why not compared to BSON?
@Elite75553 жыл бұрын
BSON is not a huge improvement over JSON.
@hlzn4 жыл бұрын
Its January 2020 and there are people coughing back in the conference room.. :S
@DaT0nkee2 жыл бұрын
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.
@miklosnemeth85664 жыл бұрын
15:24 no javascript from browser support, no deal
@TheVincent02684 жыл бұрын
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?
@LuigiZambetti4 жыл бұрын
And for every WCF project, what will happen? Throw away?
@ivan-tsurkan4 жыл бұрын
Indeed)
@vinzer72frie4 жыл бұрын
not really they just work fine, this is for new projects
@alexandruagrapine904 жыл бұрын
You just add an gRPC endpoint once you move to .net core :D
@miklosnemeth85664 жыл бұрын
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.
@birojkumar3 жыл бұрын
CoreWCF is OS port
@typingcat2 жыл бұрын
Google is the new Microsoft.
@khatuntsovmikhail62234 жыл бұрын
Good presentation. Except "Inglish Humar"
@jasonfolkens4 жыл бұрын
You can skip past the 9 minutes of bad jokes to when he gets to gRPC...
@chucknorris83513 жыл бұрын
Thanks NDC for for the 800 million adds giving me the motivation to unsubscribe