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 #Rustlang and #RustRover, but I'm still doing #dotnet and #JetBrainsRider work. 😅

maartenballiauw,
@maartenballiauw@mastodon.online avatar

@khalidabuhakmeh I thought we were friends!

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar
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,
@khalidabuhakmeh@mastodon.social avatar

@piofthings I will say that in your example, pricing/cost is predictable.

Azure pricing is very difficult to predict, that’s why they have hard cutoff features in cloud environments to keep you from bankrupting yourself.

No one every went bankrupt adding a new user to their Bitbucket account. 😅

piofthings,
@piofthings@mastodon.social avatar

@khalidabuhakmeh oh yeah, that was just the starter! AWS has a Jupyter notebook thingy! Someone started an instance and closed it when done! Two months and $$$ later, apparently that started some neptune DB instance that was still running! Ditto with an LLM thing. Service started, project done, Service stopped! Two months later something called OpenSearch is costing $$$!!!

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

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

dolanor,
@dolanor@hachyderm.io avatar

@rockylhotka @khalidabuhakmeh @elan @redzimskidev @KirillOsenkov @bradwilson
I don't know if it's things like that you're thinking about about, but have you heard about https://go-app.dev/ ?

too_little_caffeine,
@too_little_caffeine@dotnet.social avatar

@dolanor @rockylhotka @khalidabuhakmeh @elan @redzimskidev @KirillOsenkov @bradwilson

That's pretty cool! I've been keeping my eye on Tauri, personally.

https://tauri.app/

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

It’s fascinating that in a post about #dotnet, 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: #dotnet #msbuild

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!

#dotnet #csharp #ravendb
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 #entityframework blog post for #ReSharper 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. #dotnet

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

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

"I sit down at a computer and…”

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

@range_marten It’s been 2 hours, and I’m ready!

Asymmetricblue,
@Asymmetricblue@mastodon.social avatar

@khalidabuhakmeh Depends if I am starting something new or not.
If not, pull latest, run all tests, then start changes.
I typically start new things from opinionated templates that I’ve built.

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.

davidwengier,
@davidwengier@aus.social avatar

@aeveltstra perhaps look into the Dock property?

aeveltstra,
@aeveltstra@mastodon.social avatar

@davidwengier Thank you for that suggestion, I will check it out. The documentation didn't give me the impression it would help for setting the initial size, but I may have overlooked something.

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/

xoofx, to dotnet
@xoofx@mastodon.social avatar

Just released https://github.com/XenoAtom/XenoAtom.Interop providing a set of low-level and modern .NET P/Invoke for several C/C++ libraries (musl, libgit2, sqlite, zlib...) 🚀

After SharpDX 15 years ago, this is probably the most advanced interop codegen I have made in the past years. 😎

Early preview! Still no doc, but lots of cool stuffs there!

#dotnet #csharp

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