jchannon, to random
@jchannon@hachyderm.io avatar

So @khalidabuhakmeh is a genius. Pass it on.

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

@nick_tune @jchannon that's probably why my #dotnet projects don't work... Yeah, that's it. 😅😭

loicmorvan, to random

I'm a little bit confused about how .NET is distributed. It seems that some parts of .NET are installed with Runtime while others are distributed with NuGet packages. Mostly all these parts are issued from the same github repository. In my company, we try to know exactly which code source was used to produce the libraries we are using (in the case of open source software) and we are not sure for .NET. Do you have more insights than me or advice?

styx31,

@loicmorvan that's an interesting question, any help there ? #dotnet @shanselman ?

joaofbantunes, to programming
@joaofbantunes@mastodon.social avatar

Look at what arrived in the mail 🙂
"C# For Babies", by some great folks from #JetBrains
#DotNet #CSharp

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

@dc There is no D in .NET until you spell it like #dotnet 😅

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

@dc I'm investing in the next next next generation of #dotnet developers. I'm playing the long game.

cincura_net, to random
@cincura_net@mas.to avatar
davidwengier, to random
@davidwengier@aus.social avatar

Started to google for a nice looking prompt dialog in Blazor, then remembered I was using Blazor in Win Forms so a Message of works just fine.

#dotnet #blazor #doasisaynotasido

TimPurdum, to random

Who else is going to #msbuild next week?! We're taking our whole dev team. Excited! #dotnet @morehavoc

morehavoc,

@TimPurdum is there gonna be a meetup for #dotnet #mastodon folks at #msbuild

khalidabuhakmeh, to random
@khalidabuhakmeh@mastodon.social avatar

I was today years old when I learned you could complete the #dotnet syntax on a line by hitting command+shift+return in #JetBrainsRider.

In the Search Everywhere bar, type “Learn IDE Features” and go through some of the exercises.

Learn IDE Features in JetBrains Rider

khalidabuhakmeh, to random
@khalidabuhakmeh@mastodon.social avatar

I started the day in a good mood, then talked to @maartenballiauw about some #dotnet things.

khalidabuhakmeh, to random
@khalidabuhakmeh@mastodon.social avatar

The latest #ReSharper release adds #entityframework analysis to help catch common problems when working with databases and the popular #dotnet ORM.

Below, in #JetBrainsRider, it is determined that I forgot to “Include” the related entity.

Check out more on the #JetBrains blog.

https://blog.jetbrains.com/dotnet/2023/05/22/resharper-2023-2-eap-2/

Entity Framework Core query with a quick fix to add the Include automatically.

rainer, to random
@rainer@hachyderm.io avatar

There's a bunch of great stuff in .NET 8 Preview 4, but I'm most excited about the new #MSBuild TerminalLogger. We've modernized #dotnet build output, and we'd love feedback about what you think or want out of it! https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-4/

Animated gif of new terminal logger for MSBuild showing colorized output and live update of what the build is currently working on.

xeo, to tech

What's the best instance to be on, for #memes #tech #dotnet and #pwsh #posh #powershell content?

My instance seems to close down later this year, and im looking for a new, reliable home ...

khalidabuhakmeh, to random
@khalidabuhakmeh@mastodon.social avatar

Increased search capabilities in #JetBrainsRider is an awesome addition. This should make it a lot easier for folks to find those symbols that might be hiding in the depths of your solution structure.

https://blog.jetbrains.com/dotnet/2023/05/15/rider-2023-2-eap1/

#dotnet

khalidabuhakmeh, to programming
@khalidabuhakmeh@mastodon.social avatar

The latest EAP release of #ReSharper adds new rules for fluent interface calls for your #csharp applications.

https://blog.jetbrains.com/dotnet/2023/05/15/resharper-2023-2-eap1/

#dotnet

chethusk, to random
@chethusk@hachyderm.io avatar

Hey #dotnet SDK #docker #containers folks - I made an experiment over the weekend: https://gist.github.com/baronfel/f421c15d8678002753e902f8aa54d694

Add this Directory.Build.targets and make images for all of the TargetFramework(s) or RuntimeIdentifier(s) in a project/solution at once with dotnet build /t:Containerize

I've been playing with this and it feels pretty nice. This is a single project with linux-arm64 and linux-x64 RIDs, but then I added another for linux-arm on the second run. This would work for solutions as well.

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

@chethusk I don't think it's going to be a big deal as long as you can formalize it into a script or part of the build process.

This would be a great addition to #dotnet that could make it easier for folks to adopt your style.

https://github.com/xt0rted/dotnet-run-script

swimburger, to programming

Azure OpenAI service is quite interesting. The same OpenAI models are used, but hosted in your Azure subscription. You're not sharing data with OpenAI as it is its own "fork" if you will.
Learn how to use Azure OpenAI with Twilio SMS to build a ChatGPT SMS bot on ASP.NET Core.

https://www.twilio.com/blog/build-a-chatgpt-sms-bot-with-azure-openai-service-and-aspdotnet-core

khalidabuhakmeh, to random
@khalidabuhakmeh@mastodon.social avatar

If you’re building #dotnet Source Generators, you’re going to love this new #JetBrainsRider quality-of-life improvement.

Click the Roslyn icon in the bottom bar, and choose “Reboot Roslyn Source Generators” if things get a little “weird”.

TimPurdum, to programming

#dotnet devs, have you ever had to use these conversion operators before? Crazy stuff. #csharp

khalidabuhakmeh, to random
@khalidabuhakmeh@mastodon.social avatar

The latest #JetBrainsRider 2023.2 EAP 2 also adds colored toolbars for when you have multiple #dotnet solution windows open.

khalidabuhakmeh, to random
@khalidabuhakmeh@mastodon.social avatar

The new build window in #JetBrainsRider 2023.2 EAP is an amazing improvement for working through issues. Use the toolbar to navigate between warnings and errors quickly. #dotnet

JetBrains Rider new build tool window with warnings

khalidabuhakmeh, to random
@khalidabuhakmeh@mastodon.social avatar

Pro tip: Your #dotnet demos aren’t actually cross-platform if your project only builds on Windows and targets .net7.0-windows.

khalidabuhakmeh, to random
@khalidabuhakmeh@mastodon.social avatar

Entity Framework 8 has some nice quality of life improvements, including support for pseudo-array columns in SQL Server using JSON array implicitly. #dotnet https://devblogs.microsoft.com/dotnet/announcing-ef8-preview-4/

jasongaylord, to webdev

TechBash 2023 Early Bird tickets are now on sale! Ticket prices will go up. Check out my post at https://jasong.us/3WizNyy for more details.

#techbash #techbash2023 #conference #devconference #devconf #webdev #dotnet #dotnetconference #dotnetconf @techbash

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • InstantRegret
  • mdbf
  • ngwrru68w68
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • osvaldo12
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • JUstTest
  • tacticalgear
  • ethstaker
  • provamag3
  • cisconetworking
  • tester
  • GTA5RPClips
  • cubers
  • everett
  • modclub
  • megavids
  • normalnudes
  • Leos
  • lostlight
  • All magazines