great presentation, great team, in discord the guys are always helping as well, what a time to be a developer I would say
@chickensoapКүн бұрын
I want that font so badly
@zapy422Күн бұрын
how can I integrate this with my zotero library content (pdf ...)?
@_GOPINATHRКүн бұрын
@dotnet can you pls help me to do the same with python.
@sivaprakas2830Күн бұрын
Does it work for wpf?
@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Күн бұрын
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Күн бұрын
How to create Class Library (.NET Framework) in Vs code
@eric-brunner2 күн бұрын
Thanks Jeff. Even for a seasoned dev it's super helpful to get started ;-)
@tplummer2172 күн бұрын
Need an application map in dashboard lie app insights
@dandan524092 күн бұрын
Beyond impressive. This app looks and works so f'good!
@Kingside882 күн бұрын
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
@bar10dr2 күн бұрын
Need ability to start and stop projects at runtime with custom attributes so it can be better used for testing
@tempusmagia4862 күн бұрын
It took 2 years to have the hybrid and web trmplate
@radoslav072 күн бұрын
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.
@TrotterSoccer3 күн бұрын
Very nice job done! Great!
@martinrj303 күн бұрын
@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.
@queenstownswords3 күн бұрын
Hello Steve and the .NET team, I am looking for a .NET equivalent of giskard or deepeval for .NET. Can you help?
@LearnWithVarun3 күн бұрын
Expecting some demos from scratch for agents and process framework
@elbruno3 күн бұрын
At the end we had one!
@joesomsom3 күн бұрын
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-rg9pz3 күн бұрын
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
@VadimZverev3 күн бұрын
this video should be 5 minutes max
@RomuloMagalhaesAutoTOPO3 күн бұрын
😀🖖
@herostoky3 күн бұрын
the regex source generated is so well documented that it makes me feel like it is AI generated haha
@rcenoya4 күн бұрын
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?
@DrollerTroller4 күн бұрын
25:56 - 99+ binding errors = )
@fallonmassey47144 күн бұрын
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.
@naturebc4 күн бұрын
Some of these things are horrible. Useless complexity that adds no value. No functionality. You are killing c#
@ivcbusinesssystems66134 күн бұрын
Is the code available yet?
@vanfreeride5 күн бұрын
Thank you guys for the great standup!
@BittermanAndy5 күн бұрын
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.
@rara44025 күн бұрын
HEY MALIK!
@dbose_ai5 күн бұрын
Would love to see a demonstration of fine-grained access control / role-based access control from a vector db
@bar10dr5 күн бұрын
Major downside is you cant kill or create services in realtime, its a static set of services from launch to end
@craigcpedersen5 күн бұрын
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.
@craigcpedersen5 күн бұрын
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.
@craigcpedersen5 күн бұрын
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.
@keeperofthereign5 күн бұрын
Why do you have to be so fake in your behaviour?
@hosepiece135 күн бұрын
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!!!
@ravendfj6 күн бұрын
Hi, how do you host it on IIS?
@fallonmassey47146 күн бұрын
*Where is the code?*
@BizAutomation4U6 күн бұрын
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-wg4rp6 күн бұрын
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.
@Romlingen7 күн бұрын
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
@ravendfj7 күн бұрын
Hi, how do you host it on IIS server?
@ravendfj7 күн бұрын
Hi, how do you host the core WCF in IIS server?
@BaluSubbuBalasubramanya7 күн бұрын
Why there is no datetime control as it's in winforms Next The superb combobox of winforms, it's missing.
@jessegador7 күн бұрын
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.