joaofbantunes, to dotnet
@joaofbantunes@mastodon.social avatar

I'm such an idiot 🤦‍♂️
For years installing SDKs manually when dnvm is a thing. So much better!

cincura_net, to dotnet
@cincura_net@mas.to avatar

Blogged: Entity Framework Core 8 provider for Firebird is ready

https://www.tabsoverspaces.com/id/233940

#efcore #firebird #firebirdsql #database #dotnet

gregsdennis, to dotnet
@gregsdennis@dotnet.social avatar

Just a reminder that if you'd like to promote continued development of JSON tech like and others in , please consider sponsoring the .

https://github.com/sponsors/gregsdennis
https://github.com/gregsdennis/json-everything

Also goes for any project.

ghosttie, to dotnet
@ghosttie@mastodon.gamedev.place avatar

why the hell isn't there a built-in CircularBuffer<T> in

poppastring, to dotnet
@poppastring@dotnet.social avatar

A post from the archive 📫:
Kubernetes mutating admission webhook for dotnet-monitor?

https://www.poppastring.com/blog/kubernetes-mutating-admission-webhook-for-dotnetmonitor

bradwilson, to dotnet
@bradwilson@mastodon.social avatar

I've been noticing whole-machine slow downs whenever I heavily use my Dev Drive (for example, building source) that are just unacceptable.

A common example is I'll start a full build in Visual Studio and then go to type in Windows Terminal and everything I type will be delayed by multiple seconds. Even pasting will show only a few characters at a time.

So, back to raw SSD and (sigh) NTFS for now. #DevDrive #dotnet

joaofbantunes, to dotnet
@joaofbantunes@mastodon.social avatar

My company just made the official IDE for development 😍

I don't have anything against VS, but I just enjoy that we really make use of the available options, instead of being completely locked into everything Microsoft.

We build applications using .NET, Java and other stacks, deploy to Kubernetes on AWS, use Kafka, plus a bunch of other technologies, all working nicely together, without using everything from a single company. Love this!

xoofx, to unity
@xoofx@mastodon.social avatar

Somes folks have been wondering what is happening with the .NET Modernization in Unity and the migration to .NET 8 and CoreCLR, so here is an update https://forum.unity.com/threads/unity-future-net-development-status.1092205/page-54#post-9848724 🤗

bradwilson, to github
@bradwilson@mastodon.social avatar

How do I remove the button from 2022 17.10 menu bar?

heaths, to CSharp
@heaths@fosstodon.org avatar
khalidabuhakmeh, to Meme
@khalidabuhakmeh@mastodon.social avatar

This is the @maartenballiauw doesn’t want you to boost.

khalidabuhakmeh, to rust
@khalidabuhakmeh@mastodon.social avatar

When @maartenballiauw finds out I like and , but I'm still doing and work. 😅

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

Watching the publishing demo and just imagining the bill on that application. It has to be astronomical.

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

Should the community read this list in an order of priority?

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

It’s fascinating that in a post about , the messaging puts "tooling" as a pillar of the ecosystem.

I have some serious concerns about a potential Microsoft Access future that .NET is heading towards.

davidpine, to dotnet
@davidpine@dotnet.social avatar

📢 .NET Aspire is now generally available!

🪄 App Host (Orchestrator)
📈 Developer Dashboard
🧩 Components
🚀 Deployment
🔍 Service Discovery
🤓 C# > YAML
📏 Telemetry,
🔌 Framework Integrations
🛠️ Tooling & Templates
✅ Extensible

:dotnet:

https://learn.microsoft.com/dotnet/aspire

.NET Aspire dashboard displaying the Metrics page selected with a "webfrontend" resource's instrumentation/meter for System.Net.Http, as a graphical representation of HTTP request durations.
An Azure Developer CLI (azd) command diagram used to help depict the process, step by step, by which a .NET Aspire app is deployed to Azure.

laimis, to dotnet
@laimis@mstdn.social avatar
poppastring, to dotnet
@poppastring@dotnet.social avatar

.NET Aspire is a new stack that streamlines development of .NET cloud-native services and is now generally available.

Details here:

https://devblogs.microsoft.com/dotnet/dotnet-aspire-general-availability/

maartenballiauw, to dotnet
@maartenballiauw@mastodon.online avatar

A fresh live stream is coming up! Oren Eini will be joining us:

📺 Building a Database Engine in C# and .NET
🗣 Speaker: Oren Eini

📅 Jun 18, Tue, 8pm EDT / 10am AEST / 5pm PDT
🤗 Open to all, welcome!


https://blog.jetbrains.com/dotnet/2024/05/16/oren-eini-building-a-database-engine-in-csharp-and-dotnet-june-18th-livestream/?utm_medium=social&utm_source=mastodon&utm_campaign=oren-eini-building-a-database-engine-in-csharp-and-dotnet-june-18th-livestream

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

Working on another blog post for and the Entity Relationship Diagram is such a cool feature.

It helps determine the relationship between models, highlight "unlimited string columns”, and any dependency loops.

This table uses primitive collections, so it's one table.

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

Question for #dotnet folks. While #dotnet can do a lot of things, what do you think the quintessential #dotnet experience/workflow is?

"I sit down at a computer and…”

aeveltstra, to mswindows
@aeveltstra@mastodon.social avatar

I created a sample form for #MSWindows using #dotnet #windowsforms via #powershell:
https://gist.github.com/aeveltstra/2da6ef5a7dd93c4d44e24f9cde9fc676

The most difficult thing about this script was to get the form and the tab control to size to their contents. That doesn't happen automatically. At Powershell level, the control size appears to have a Height and Width property that can be set. That is not the case on my Powershell and Windows 10 Pro. I had to create a System.Drawing.Size object and assign that to the size property.

tomasekeli, to dotnet

7 reached end-of-support 5 days ago

if you're still running it - time to upgrade

https://devblogs.microsoft.com/dotnet/dotnet-7-end-of-support/

anthony_steele, to CSharp
@anthony_steele@dotnet.social avatar

Automating in code on commit with format, and .NET

https://www.anthonysteele.co.uk/HuskyAutoformat

When I wrote this about a month ago, I didn't geta round to linking it from the index https://www.anthonysteele.co.uk/

So, now I have.

This is detailed, step-by-step instructions of getting this set up, with screenshots to help with commands and outcomes. An "idiot's guide" if you like, because I was that idiot.

bradwilson, to dotnet
@bradwilson@mastodon.social avatar

Pro-tip for the day:

dotnet does not appear to require a trailing backslash when you define a custom NuGet package cache path via env var NUGET_PACKAGES but Visual Studio does.

Good:
NUGET_PACKAGES=X:.nuget\packages\

Bad:
NUGET_PACKAGES=X:.nuget\packages

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