Search results

0

πŸŽ‰ μƒˆλ‘œμš΄ Kiro ν”Œλž«νΌ μΆœμ‹œ! .NET 10 개발자λ₯Ό μœ„ν•œ 팁 곡유

.NET 개발자 μ—¬λŸ¬λΆ„κ»˜ ν₯미둜운 μ†Œμ‹μ„ κ³΅μœ ν•©λ‹ˆλ‹€. μƒˆλ‘œμš΄ 개발 ν”Œλž«νΌ Kiroκ°€ 정식 μΆœμ‹œλ˜μ—ˆμŠ΅λ‹ˆλ‹€!

KiroλŠ” .NET 10의 File-based Appκ³Ό 같은 μ΅œμ‹  기술 μŠ€νƒμ„ μ§€μ›ν•©λ‹ˆλ‹€. Kiro ν™˜κ²½μ—μ„œ .NET 10의 μ΅œμ‹  C# νŽΈμ§‘ κΈ°λŠ₯(File-based App 지원 λ“±)을 μ›ν™œν•˜κ²Œ μ‚¬μš©ν•˜μ‹œλ €λ©΄, 이에 μ΅œμ ν™”λœ C# μ΅μŠ€ν…μ…˜μ„ μ„€μΉ˜ν•˜λŠ” 것이 μ’‹μŠ΅λ‹ˆλ‹€.

μ•„λž˜ 링크λ₯Ό 톡해 Kiro ν™˜κ²½μ— ꢌμž₯λ˜λŠ” μ΅μŠ€ν…μ…˜μ„ 확인해 λ³΄μ„Έμš”.

πŸ”— Kiro용 .NET 10 지원 C# μ΅μŠ€ν…μ…˜: https://open-vsx.org/extension/dotnetdev-kr-custom/csharp

Kiro Stable λ²„μ „μ—μ„œ dotnetdevkr-custom C# μ΅μŠ€ν…μ…˜μ„ μ„€μΉ˜ν•œ ν™”λ©΄
1
0
0

🍰Fairly proud of this one! It took a bit of effort to turn the Cake .NET tool scripting engine into "just" a single SDK directive for use in regular .NET projects, but with the simplicity&feel of the DSL, making migrating existing scripts fairly straightforward.
Also same day .NET 10 & C#14 supportπŸŽ‰

Being a project that's been around for eleven years, it's mostly been a marathon, but yesterday was a sprint😎

dotnet.social/@cakebuild/11553

0
0
0
0

Hey Mastodon! I'm a struggling looking for part time work to sustain myself

I'm a of 10+ years:
πŸ“ Skills: Backend architecture, quick learner, attention to detail, project management,
πŸš— Engines:
πŸ”§ Tools:

▢️ Portfolio: bamboy360.com/portfolio/
I'm also open to consulting/coaching if you're trying to learn!

Boosts appreciated, tysm β™₯️

0
0
0

Just finished the slides about programming the Commodore 64 with C# for my upcoming talk at .NET Conf 2025 on November 13 at 3:30PM - CET, it's next week! πŸ™Œ

The live demo should be pretty cool and the slides will be hopefully entertaining. Now, I just need to do rehearsals and I'll be ready! πŸš€

Slide introduction for my presentation at .NET Conf 2025

Retro Meets Modern
Commodore 64
Live Coding with 
C# and .NET 9+
0

Blogged: Easier reflection with [UnsafeAccessorType] in .NET 10 - exploring the .NET 10 preview, part 9

andrewlock.net/exploring-dotne

In this post I show how to work with [UnsafeAccessor] to do 'easier' reflection and how to use .NET 10's [UnsafeAccessorType] with types you can't reference at compile time

0
0

And here is the polished and fully functional version! πŸ₯³ It is very cool to be able to debug C64 assembly code written in C#. You can modify all registers, stack variables, zero pages variables (you get access to their names!), VIC/SID registers. You can view the memory. Disassemble code. Step in, step through, step out. Even data breakpoints should work! πŸš€

This will be released on November 13th, on the day of my talk for the .NET Conf 2025, at 3:30PM - CET, save the date! πŸ“…

Screenshot of a VICE C64 debugger from VSCode that debugs assembly code written in C#

Finally got also the VICE C64 debugger working with C# from Visual Studio as well. The experience is less smooth than VSCode for some aspects, so I won't demo it, but it is usable if you adapt your code to it It is still very cool to have such debugger support while not having to develop a VSIX extension for it! ✨

VICE Emulator C64 debugger working from Visual Studio 2022
0
0

Woot! Prototyped this morning a C64 debugger for VSCode for my upcoming C# C64 development toolkit that I will present at the .NET Conf 2025 in November, and I got a first registers view working! πŸ₯³

I should hopefully have something more polished to present! 🀞 It will be pretty cool as it will allow to step over C# code (that assemble 6502 code), with the ability to visualize all CPU registers, VIC, SID registers, zero pages variables...etc. all of that with live editing! πŸš€

Debugger from VSCode connected to a C# program + VICE Monitor debugging a live C64 demo.

And here is the polished and fully functional version! πŸ₯³ It is very cool to be able to debug C64 assembly code written in C#. You can modify all registers, stack variables, zero pages variables (you get access to their names!), VIC/SID registers. You can view the memory. Disassemble code. Step in, step through, step out. Even data breakpoints should work! πŸš€

This will be released on November 13th, on the day of my talk for the .NET Conf 2025, at 3:30PM - CET, save the date! πŸ“…

Screenshot of a VICE C64 debugger from VSCode that debugs assembly code written in C#
0
0