How to use Azure Container Apps
43:17
How to keep your Azure costs low
30:46
What's new in .NET 6 - part 2
32:10
3 жыл бұрын
What's new in .NET 6 - part 1
35:35
3 жыл бұрын
What is .NET MAUI?
41:13
3 жыл бұрын
Пікірлер
@aronsz
@aronsz 2 жыл бұрын
This was cool, thanks!
@rafaelfabro4782
@rafaelfabro4782 3 жыл бұрын
How I wish this has better audio. Had a hard time listening to this while driving.
@suryakantdevkar7515
@suryakantdevkar7515 3 жыл бұрын
Very informative and helpful
@subrahmanyampemmasani
@subrahmanyampemmasani 3 жыл бұрын
Great, Thanks for the nice video. Does Nukeeper also support SDK style projects where project references kept in single Nuget.PackageVersions.props file?
@tananuvem972
@tananuvem972 3 жыл бұрын
Hello! First, thank you for de video! I don't know if I will get any answer for this question, but I'll try anyway. I have a feed at azure artifacts with some nuget packages. I need to have it always updated. I'm trying to create a pipeline to update it automatically like in this video. I select the feed, but when I run the pipeline it give me the following error: "NuKeeper needs access to the OAuth token to query the API". The problem is: there isn't any slot to input OAuth token. Any idea about what to do?
@ernest1520
@ernest1520 3 жыл бұрын
In terms of optimistic concurrency- rather than executing a query to check the version and THEN appending the events to the database, why not take advantage of Cosmos' item IDs model? We know that each item needs a unique <item ID-partition key> combination, therefore by using partition keys for stream IDs, we can simply use integers (or a variation) for item IDs. Then simply execute an insert operation. If my new event is expected to be at version 5, but in the meantime a different 5th event has been already written to the stream, attempting to insert another item with ID (version) 5 will fail. This also helps to avoid a potential issue (albeit an unlikely issue) where between the time we read the current version, and the time we attempted to write to the store, another event has been added. We can avoid it because the ID-partition key uniqueness check will execute in the database. Here we have an optimistic concurrency without the need to implement it in the code.
@meldcodk7353
@meldcodk7353 4 жыл бұрын
apt install qt-creator
@madipta
@madipta 4 жыл бұрын
it would be great using mongodb, please :D
@kristapszs1
@kristapszs1 4 жыл бұрын
Please do more videos on this. Tutorial style video from scratch would be awesome. Maybe you can share the smart contracts that you uploaded?
@kristapszs1
@kristapszs1 4 жыл бұрын
Nice vid. Thanks for the updated info, because other videos are quite outdated regarding that
@vjmsai7733
@vjmsai7733 4 жыл бұрын
Does graphql dotnet support dictionary<string,string> ? if not how to create a custom dictionary using grahqldotnet?
@MatheusSilva-ew7me
@MatheusSilva-ew7me 4 жыл бұрын
Great!! It helped me so much! Thanks from Brazil
@florianszoke168
@florianszoke168 4 жыл бұрын
Is the demo code available ?
@dharmaturtle
@dharmaturtle 4 жыл бұрын
Its in the video description my dude: github.com/amolenk/CosmosEventSourcing
@checomax1980
@checomax1980 4 жыл бұрын
How do I get the metadata .json configuration file from visual studio code? (For example HelloBlockchain.Json)
@sameerprabhu6253
@sameerprabhu6253 4 жыл бұрын
Hi, request to make vedio on installing IS4 on Azure along with AdminUI and its DB
@yusufrumi1626
@yusufrumi1626 4 жыл бұрын
Thank you for this.
@ArgeKumadan
@ArgeKumadan 4 жыл бұрын
cool video, but have a microphone pls :(
@csmithDevCove
@csmithDevCove 4 жыл бұрын
How did you get the CLI connected to the Docker instance?
@caspercramer7357
@caspercramer7357 4 жыл бұрын
In case you're still struggling 6 months later. (I doubt that ;-)) These CLI defaults can be configured using environment variables: VAULT_ADDR & VAULT_TOKEN. More information can be found here www.vaultproject.io/docs/commands#environment-variables
@arnelrobles5903
@arnelrobles5903 4 жыл бұрын
Roland has tutorials in Pluralsight about GraphQL
@rizaanjappie
@rizaanjappie 4 жыл бұрын
Thanks
@wimdegroot6815
@wimdegroot6815 4 жыл бұрын
In the documentation on graphql.org/code/#c-net 'Hot Chocolate' is prescribed as GraphQL Server. Is there any advantage or disadvantage using the normal GrapQL over the 'Hot Chocolate' library?
@VJ-xr5hg
@VJ-xr5hg 4 жыл бұрын
Hope you do a detailed project from scratch. Current video is just a discussion.
@unclesam2941
@unclesam2941 4 жыл бұрын
What about deploying? Does .qml files compile with the assembly and if it doesnt, does .qml files compile?
@ericswann7728
@ericswann7728 4 жыл бұрын
Very helpful and thanks for the demo code.
@florianszoke168
@florianszoke168 4 жыл бұрын
HI Eric, I am wondering from where did you got the demo code ? Can you share it ?
@mozartalkhateeb
@mozartalkhateeb 5 жыл бұрын
Please add some real world tutorials and sample projects , there is just too little documentation out there
@gudjonmar
@gudjonmar 5 жыл бұрын
Is the source code for the demo app available somewhere?
@caspercramer7357
@caspercramer7357 4 жыл бұрын
Beter late than never - github.com/casperc89/vault-demo-app
@ReachGoals
@ReachGoals 5 жыл бұрын
I tried to present end to end in my youTube channel. I discovered this later.
@digitalports
@digitalports 5 жыл бұрын
Improve audio please
@vibinck19
@vibinck19 5 жыл бұрын
Very good, can you please share the test code?
@AvailableUsername69
@AvailableUsername69 5 жыл бұрын
This could be an interesting conversation but the background noise is too much.
@dotnetFlix
@dotnetFlix 5 жыл бұрын
Yes, sorry for that Glen! We did the best we could with some filters but the recording quality was too bad.
@aloneguid
@aloneguid 5 жыл бұрын
Super cool, thanks.
@andrewhodge7890
@andrewhodge7890 5 жыл бұрын
Thank you for explaining that one doesn't need to modify the client when switching to use azure, this had me stumped for a while!
@kkelvin02
@kkelvin02 5 жыл бұрын
When Service Fabric released, Microsoft says infrastructure provided by Microsoft, developer can only concentrate on code. They promised this is the best technology they release. Later now, with mesh, they promise the same and using Docker and container. So confusing why MS not thinking about the feature approach (docker and container already was exist while Service fabric released).
@makinemecku5424
@makinemecku5424 5 жыл бұрын
Can you please make a short tutorial how to use qml in c#. It would really help me out.
@chrisc3162
@chrisc3162 5 жыл бұрын
This does not show you how to run a blazor stand alone application in your browser. It shows you how to launch it in Visual Studio which is not the same thing
@mukundhbhushan6709
@mukundhbhushan6709 6 жыл бұрын
great video very informative
@obiwanjacobi
@obiwanjacobi 6 жыл бұрын
I found community support for QML very minimal about 1.5 years ago. Asking questions on Stackoverflow did not solicit any answers. Is that better these days? Besides that it's a cool idea to bring QML to .NET. Looks nice!
@kiereluurs1243
@kiereluurs1243 6 жыл бұрын
Interessant. Veel achtergronden en details die ik nog niet tegengekomen was.
@willemmeints3123
@willemmeints3123 6 жыл бұрын
Didn't know it existed. Great video! Love the new graphics too.
@dotnetFlix
@dotnetFlix 6 жыл бұрын
Thanks, hope it was useful!
@harrynieboer9917
@harrynieboer9917 6 жыл бұрын
Heb ook hele grote story maps in SpecMap gezet. Werkt prima. Kolommen in SpecMap koppel je aan features, Rijen aan Iterations. Koppelen van een feature en iteration aan een product backlog item (story) zorgt er automatisch voor dat die PBI in SpecMap op de juiste plaats gezet wordt. Schuiven in SpecMap past weer automatisch feature en iteration aan. Rijen en kolommen die je even niet wilt zien kan je dichtklappen, dat houdt de boel overzichtelijk. Een (volgens mij) goede werkwijze is dat je als product owner steeds slices (rijen) uit SpecMap op pakt om samen met het team uit te werken. Alle stories in SpecMap hebben bij ons de status New, oppakken van een slice betekent voor die stories dat de Product Owner de status op Approved zet. Die stories komen voor het team dan automatisch op ons Kanban board in TFS binnen, worden door het team voorbereid, komen in de sprint en worden gereleased. Let op: werkt prima met VSTS of TFS als iedereen op zelfde domain zit. Werkt NIET met gebruikers van verschillende domains.
@arjan8436
@arjan8436 7 жыл бұрын
Vet! Goede Nederlandse uitleg waarmee iedere ontwikkelaar overtuigd kan worden om naar dotnet new te gaan kijken :)
@barkgj
@barkgj 8 жыл бұрын
Complimenten voor deze video, zowel qua presentatie als techniek, heb me gelijk even gesubscribed!
@mriezebosch
@mriezebosch 9 жыл бұрын
Leuke video! Vermakelijk en prima te volgen. Ook goed te zien dat er voor source control tegenwoordig Git wordt gebruikt :)
@lutfisken
@lutfisken 9 жыл бұрын
Wish this had been in english 😔
@gcmvanloon
@gcmvanloon 9 жыл бұрын
Aan het eind waar ik het heb over IUseFixture<T> had ik IClassFixture<T> moeten gebruiken. IUseFixture<T> bestaat niet meer in xUnit2 maar wordt wel gebruikt in eerdere versies...
@Xantioss
@Xantioss 9 жыл бұрын
Microsoft inderdaad behoorlijk aan het veranderen. ik vind dat juist een erg interessante wending hebben. benieuwd wat de toekomst van MS gaat brengen!