Dive into the Future: .NET and AI!
54:59
Unpacking the Newest in NuGet
27:10
dotnet CLI all the things!
27:30
Extending ASP.NET Core OpenAPI
25:50
Community Toolkit Roundup
23:41
Accessibility as a concept
20:54
Пікірлер
@ivaniliev93
@ivaniliev93 23 сағат бұрын
great presentation, great team, in discord the guys are always helping as well, what a time to be a developer I would say
@chickensoap
@chickensoap Күн бұрын
I want that font so badly
@zapy422
@zapy422 Күн бұрын
how can I integrate this with my zotero library content (pdf ...)?
@_GOPINATHR
@_GOPINATHR Күн бұрын
@dotnet can you pls help me to do the same with python.
@sivaprakas2830
@sivaprakas2830 Күн бұрын
Does it work for wpf?
@zajac4817
@zajac4817 Күн бұрын
I love the fact that the connection string is in the notes on a github profile. It makes me associate with it more, loving it as a beginner!
@henrikjensen608
@henrikjensen608 Күн бұрын
I wish these improvements would not require newer syntax. I work on projects where introducing this would exclude a lot of developers simply because they have learnt C# a while ago and this is magic for them. Even async stuff is magic and I'm just tired of fixing .Result!
@mohandulam5689
@mohandulam5689 Күн бұрын
How to create Class Library (.NET Framework) in Vs code
@eric-brunner
@eric-brunner 2 күн бұрын
Thanks Jeff. Even for a seasoned dev it's super helpful to get started ;-)
@tplummer217
@tplummer217 2 күн бұрын
Need an application map in dashboard lie app insights
@dandan52409
@dandan52409 2 күн бұрын
Beyond impressive. This app looks and works so f'good!
@Kingside88
@Kingside88 2 күн бұрын
Please be just honest and tell everybody blazor has no future. I would like they would somehow replace nodejs so everybody can use every javascript framework with .NET. And I mean not just work as a proxy
@bar10dr
@bar10dr 2 күн бұрын
Need ability to start and stop projects at runtime with custom attributes so it can be better used for testing
@tempusmagia486
@tempusmagia486 2 күн бұрын
It took 2 years to have the hybrid and web trmplate
@radoslav07
@radoslav07 2 күн бұрын
How can we have 2 humans in a loop, one of them might be an interviewee and another migh supervise two AI agents (i.e. can take over some part of the conversation that one of the AI agent is doing). One AI agent might be an HR agent and another would be Some domain expert AI agent. So they both would ask questions from a question knowledgebase (HR would have one set and domain expert agent would have another) where initially HR agent would ask more questions and later giving more time for domain expert to ask questions. The goal is to collect employmnet profile or behavioural profile. How about this scenario involving more than one human in the loop.
@TrotterSoccer
@TrotterSoccer 3 күн бұрын
Very nice job done! Great!
@martinrj30
@martinrj30 3 күн бұрын
@jerrynixon, need to remember to "dotnet new update", before creating the DB project, the default is 2022 and can't be published to Azure. Also, when publishing, error is "A project which specifies SQL Server 2022 or Azure SQL Database Manage Instance as the target platform cannont be published to Microsoft Azure SQL Database v12". Yet, DB_NAME() fails when change DB project to "Azure SQL Database", even though it's meant to be valid.
@queenstownswords
@queenstownswords 3 күн бұрын
Hello Steve and the .NET team, I am looking for a .NET equivalent of giskard or deepeval for .NET. Can you help?
@LearnWithVarun
@LearnWithVarun 3 күн бұрын
Expecting some demos from scratch for agents and process framework
@elbruno
@elbruno 3 күн бұрын
At the end we had one!
@joesomsom
@joesomsom 3 күн бұрын
Thank you Microsoft and Daniel for this video; and thank you Github pilot for VSCode free tier, so I can follow-along this video ;). I started watching this video, but as you know it uses some copilot feature , but I can finally practice for free. It is very interesting the answer I got from the free version didn't include card-title for respective text and the "send a message" didn't have a card wrapper... haha, but I appreciate the free chance to try it out. ( Yesterday, I dragged MAC Visual Studio (old) app to trash, but today we got some really good news such as Github Copilot for free for VSCode, thank you thank you thank you.)
@Banana-rg9pz
@Banana-rg9pz 3 күн бұрын
I followed the tutorial but if I create a new .Net maui project, it only opens the overview. Nothing else. No code, nothing in the explore / properties tab on the right side. Does anyone know whats going on. Trying to set this up for a week now
@VadimZverev
@VadimZverev 3 күн бұрын
this video should be 5 minutes max
@RomuloMagalhaesAutoTOPO
@RomuloMagalhaesAutoTOPO 3 күн бұрын
😀🖖
@herostoky
@herostoky 3 күн бұрын
the regex source generated is so well documented that it makes me feel like it is AI generated haha
@rcenoya
@rcenoya 4 күн бұрын
I just started with the latest .net 9. And it says that Frame is obsolete, use Border instead. Is this indeed the preferred tag in .net 9?
@DrollerTroller
@DrollerTroller 4 күн бұрын
25:56 - 99+ binding errors = )
@fallonmassey4714
@fallonmassey4714 4 күн бұрын
I couldn't get even the simplest part of this code to work, but I've also never tried this before, so I may be naive. Here's what I did to make embedding & search work! First I added Ollama as a docker component. That was necessary, but not sufficient. It had no models & I didn't know how to add them, so I found OllamaSharp which allowed me to load the models in example code. Finally, after loading the models, everything worked perfectly. I still wish I had all of this code because my tests are very simple.
@naturebc
@naturebc 4 күн бұрын
Some of these things are horrible. Useless complexity that adds no value. No functionality. You are killing c#
@ivcbusinesssystems6613
@ivcbusinesssystems6613 4 күн бұрын
Is the code available yet?
@vanfreeride
@vanfreeride 5 күн бұрын
Thank you guys for the great standup!
@BittermanAndy
@BittermanAndy 5 күн бұрын
26:30 yeah, you've been telling people to stop using BinaryFormatter since 2016 or so. It took until 2023 to get a PREVIEW version (in .NET 8) of the NrbfDecoder library that could safely read existing files without using BinaryFormatter. What did you think we were going to be doing in the intervening seven years? Just tell all our customers to delete all their millions of existing files that work with our software? Not without a replacement, we couldn't. You need to live in the real world. I just hope that when I upgrade to .NET 10 (skipping .NET 9 for obvious reasons), the differences from the preview library to the final release aren't that big.
@rara4402
@rara4402 5 күн бұрын
HEY MALIK!
@dbose_ai
@dbose_ai 5 күн бұрын
Would love to see a demonstration of fine-grained access control / role-based access control from a vector db
@bar10dr
@bar10dr 5 күн бұрын
Major downside is you cant kill or create services in realtime, its a static set of services from launch to end
@craigcpedersen
@craigcpedersen 5 күн бұрын
for example. how about a simple example on mvvm. A simple example on arrays, a simple example on grids. A simple example on the various veiws. Also, I don't understand the diff between attribuites & sub nodes. For example, you can do "Grid RowDef="100,100"", or you can do Grid < Grid.RowDefs..."" Whats the diff? Once we understand all the pieces, then maybe start showing how they integrate together. I just can't keep up with James.
@craigcpedersen
@craigcpedersen 5 күн бұрын
I would say this is anything be a beginners series. My head is spinning. There are too many concepts introduced in this videos serios. I can't figure out the difference between syntax structure and concepts. It's all over the place.
@craigcpedersen
@craigcpedersen 5 күн бұрын
I wish the presenter would please explain the difference between uppercase "Text" vs. lowercase "text" in thse videos. It gets very confusing. Way too many concepts thrown at me at one time.
@keeperofthereign
@keeperofthereign 5 күн бұрын
Why do you have to be so fake in your behaviour?
@hosepiece13
@hosepiece13 5 күн бұрын
This has revolutionized the way I look at async/await on a day-to-day basis now. Incredible ROI with this video. Learned so much!!!
@ravendfj
@ravendfj 6 күн бұрын
Hi, how do you host it on IIS?
@fallonmassey4714
@fallonmassey4714 6 күн бұрын
*Where is the code?*
@BizAutomation4U
@BizAutomation4U 6 күн бұрын
I often wonder why nobody is yet talkikng about project progress designed to convert legacy frameworks to Blazor. There's a reason why many people are (mistakenly I think) compare Blazor to Silverlight. Start talking up how MS is investing in conversion frameworks from say Webforms and Winforms to Blazor and you'll get a real ROI in terms of PR. People want more than just "trust us, we'll not Silverlight Blazor". Investing commitments will walk that talk.
@TerkoWeiduz-wg4rp
@TerkoWeiduz-wg4rp 6 күн бұрын
VS Code, why? Why are they using VS Code for this if there is a free community edition of Visual Studio? Even if VS Code may be simpler, it is not the native IDE for C#. It also means that we have to learn another IDE, namely Visual Studio, at a later point when Visual Code is no longer cutting it for us.
@Romlingen
@Romlingen 7 күн бұрын
I tried adding the UseJwtBearerAuthentication (as typed in the video) to my code, but it then adds the authentication to ALL functions. Not only the ones with Authorize attribute
@ravendfj
@ravendfj 7 күн бұрын
Hi, how do you host it on IIS server?
@ravendfj
@ravendfj 7 күн бұрын
Hi, how do you host the core WCF in IIS server?
@BaluSubbuBalasubramanya
@BaluSubbuBalasubramanya 7 күн бұрын
Why there is no datetime control as it's in winforms Next The superb combobox of winforms, it's missing.
@jessegador
@jessegador 7 күн бұрын
I can attest to the great improvement in the GC. We had this problems in memory and so I upgraded to .NET 9. I can immediately notice that .NET 8 at startup uses 300mb while .NET 9 uses half of that.
@manishmanghwani2071
@manishmanghwani2071 7 күн бұрын
Hello from India
@tplummer217
@tplummer217 7 күн бұрын
They’ll never get hot reload working..