Özkan The JVMBender

14 Followers
494 Following
772 Posts

Software engineer, Linux user since 2000

#java developer, #rust learner, #javascript/#typescript writer,cpp/qt enjoyer, .net/c# fiddler. #postgresql #linux

codehttps://github.com/ozkanpakdil
bloghttps://ozkanpakdil.github.io/
stackoverflowhttps://stackoverflow.com/users/175554/ozkanpakdil?tab=profile
FediDevs | FAQ

Frequently Asked Questions

@KirillOsenkov @tagir_valeev @jonskeet @ericlippert thank you Kirill,
today I will start reading c# in depth 🤓

any chance do you know a site like javabubble.org for c# , just to find who to follow easily

Also learned (probably re-learned, actually, for the Nth time) that Spring Data wants an entity with either a single constructor with the necessary parameters (All Args), or at least one of the constructors has to be a No-Arg constructor. Or (what we settled on), annotate the all-args one with @‍PersistenceCreator. (See https://docs.spring.io/spring-data/relational/reference/object-mapping.html#mapping.object-creation)

I think it's important to not just fix a problem (after all, the exception said "can't find a no-arg constructor"), but understand _why_ it wasn't working.

This is the way to avoid the accumulation of cruft: stuff that works, but where there was a better way to do it.

Note: must also balance this with perfectionism!

Object Mapping Fundamentals :: Spring Data Relational

I upgraded 2 desktops and 2 servers to Fedora 40

So boring… In the positive way! No problems at all, a very smooth upgrade as always 🚀

This is why I use #Fedora (#Silverblue) for years 🥰

@khalidabuhakmeh @fornever I am coming from java world, it means I am okay with LTS long time 😁 also the project is using dotnet 8 thats what I will use 😀 I wish one of you wrote a good advanced c# book 😇
I'm working on the headless Glass platform for JavaFX. Currently, 92% of the non-Robot system tests are passing. Still lots of work ahead.
https://github.com/openjdk/jfx-sandbox/tree/johanvos-headless
GitHub - openjdk/jfx-sandbox at johanvos-headless

OpenJFX Committers Sandbox. Contribute to openjdk/jfx-sandbox development by creating an account on GitHub.

GitHub

@Ozzy @fornever @rafaelldi Honestly, the best thing is to start writing what your 13+ year .NET brain wants to write and then use JetBrains Rider and ReSharper’s quick fixes to get caught back up to the present.

Just be sure to set the <LangVersion>preview</LangVersion> in your `.csproj` to see the latest changes to the language.

We also have some content here.

https://www.jetbrains.com/guide/dotnet/

.NET

A learning journey into .NET and tools like ReSharper, Rider and more.

@khalidabuhakmeh @fornever @rafaelldi happy to hear those, I follow them thanks, btw I am a long time java dev, these days I am turning back to C# after 13 years, there are probably so many things I need to learn but I wonder can you suggest any article blog ? for someone like me ? maybe book like "100 Java Mistakes and How to Avoid Them" for dotnet ?
@intellijidea can you please tell who are the lead developers on #rider IDE ? I want to follow #dotnet developers and see what they're up to ?
@tagir_valeev hey Tagir, I have been following you for a while now, and in my current job I will start writing #cshap after a long time, do you know any c# developer at your caliber? I wonder if there's a book like yours in c#