Advertisement · 728 × 90

Posts by Oleg Tkachenko 🇺🇦

Post image

Claude Opus 4.7 in Visual Studio 🎉
...bringing stronger reasoning, smoother edits, and a surprising amount of “wow, that actually understood my code” energy — all without leaving the IDE.

Live since March 16, it’s built for big projects and devs who love a smart sidekick.

Start ➡️ buff.ly/PWqZhFI

4 days ago 5 1 0 0
Video

Your VS Code just got a fresh look! 🎨

The new default themes, VS Code Light and VS Code Dark, bring a modern, refined design while keeping the familiar usability you love.

⭐ Bonus: these themes automatically match your OS light/dark mode.

1 week ago 33 3 1 1
Post image

🎉 Visual Studio turns 29 today!

Here’s to 29 years of:
• IntelliSense magic
• Build‑break heartbreak
• Refactors that save the day
• Extensions we can’t live without
• An IDE that keeps evolving with us

Happy birthday, Visual Studio — still the place where great code begins. 💜

1 month ago 17 6 0 2

It’s a common pattern for MEF imports, probably that, but yeah 🤔

1 month ago 0 0 0 0
Video

Meanwhile, Ukrainian drone operators are intercepting Shahed kamikaze drones using STING systems produced by @wildhornets.bsky.social

1 month ago 565 81 4 4

Now, we’re preparing the first full production batch and need $3,000. If you’d like to support scaling this capability:
PayPal: marshaln111@gmail.com

1 month ago 197 27 1 0
Preview
How Jeffrey Epstein Ingratiated Himself With Top Microsoft Executives

“After Mr. Sinofsky received a $14 million payout from Microsoft in 2013, he wrote to Mr. Epstein: “Got paid. You will be too :)”

Mr. Sinofsky declined to comment.”

Gift link www.nytimes.com/2026/02/24/t...

1 month ago 68 23 7 4

Did you know you can include settings.VisualStudio.json in your repo and that will enforce Visual Studio settings (such as Code Cleanup on Save) for everybody editing your repo? Example: github.com/microsoft/vs...

2 months ago 0 1 0 0
Advertisement
Preview
Notepad++ updates got hijacked for months and could have spied for China The hack was resolved in a December update.

hackers took over Notepad++ update servers and distributed a malicious update for the app. The update servers were vulnerable for roughly six months 😬 www.theverge.com/tech/872462/...

2 months ago 139 51 2 10
Top of NYT homepage: “Man Killed by Federal Agents in Minnesota Was Holding a Phone, Not a Gun”.

Top of NYT homepage: “Man Killed by Federal Agents in Minnesota Was Holding a Phone, Not a Gun”.

Incredible headline.

2 months ago 148 28 4 4

If the state can label a law-abiding citizen doing nothing but exercising their rights as a domestic terrorist – in spite of overwhelming evidence to the contrary – then no one (regardless of political persuasion) is safe.

2 months ago 208 53 8 3

37 year old white male citizen with a lawful permit to carry a firearm, says the Minneapolis Police Department.

2 months ago 1607 375 14 38

I think one of the subtler reasons senior developers are so excited about agents is the prospect of a coworker with absolutely no ego to bruise. I’d feel bad telling someone who worked for a week on something, “No, that’s not what I wanted, throw it out and start again.” No such problem with agents.

3 months ago 3 1 3 0

There seems to be an ongoing supply chain attack or suspicious activity on NuGet .org, where a user called darklord is trying to gain legitimacy or something by sending thousands of become owner of their packages requests, don't accept, report to @nuget.org

#dotnet #nuget

3 months ago 12 15 2 1
A screenshot of a post from the PC master race subreddit, saying, today I learned this is a feature in windows 11. They include a picture of Settings > System > Advanced, with a circle around the end task option

A screenshot of a post from the PC master race subreddit, saying, today I learned this is a feature in windows 11. They include a picture of Settings > System > Advanced, with a circle around the end task option

Did you know Windows 11 has an option to end tasks right from the taskbar? 👀

So you don't need to open task manager - you can just right click the app and end it from there

3 months ago 65 11 7 2
Video

Slowly coming to grips with the fact American voters chose this twice because they taught it would lower the price of eggs.

3 months ago 184 17 9 2

We also cannot let our dispute distract us from the our core task of helping to end Russia’s war against Ukraine. (2/2)

3 months ago 1004 177 32 4

China and Russia must be having a field day. They are the ones who benefit from divisions among Allies.

If Greenland’s security is at risk, we can address this inside NATO.

Tariffs risk making Europe and the United States poorer and undermine our shared prosperity. (1/2)

3 months ago 1810 457 88 52
Advertisement
Video

Community! We again need your support to buy extra «Starlink» terminals and extra gear that will help our operators to work far from the frontline and stay safe.

PP: osint4ua@gmail.com

WFP: secure.wayforpay.com/donate/Kriegsf…

November 2025. Lyman direction🔽

3 months ago 90 26 1 3
Preview
C# Source Generators – Why and How In this recorded Live! 360 session, you’ll learn how C# source generators work, why they matter, and how they can dramatically improve app performance by eliminating runtime reflection, reducing allocations, and enabling ahead-of-time (AOT) execution. Jim Wooley walks through real examples, from logging and regex optimization to JSON serialization, and shows how incremental generators improve build performance and keep generated code in sync as you type. You’ll also explore how to write your own source generator using Roslyn APIs, understand syntax trees and semantic models, and validate generators with unit tests. If you're building .NET apps and want to automate boilerplate, remove reflection, or tune your app for speed, this session gives you the foundations to get started. 🔑 What You’ll Learn • What source generators are and how they fit into meta-programming • How generators eliminate reflection and support AOT compilation • Real examples: logging, regex, JSON, validation, mappers • How incremental generators improve performance over older models • How to explore Roslyn syntax trees & semantic models • How to write your own generator using attributes & visitors • Unit testing and debugging approaches for source generators • Performance impacts and comparisons (AutoMapper, Mapster, mocking libs) ⏱️ Chapters 00:00 Intro + What source generators are & why they exist 02:54 Eliminating reflection and enabling AOT 05:44 How source generators differ from GenAI 08:05 Examples in .NET: logging, regex, JSON, validation 11:58 Demo: Logging generator & partial methods 14:46 Demo: Regex generator & performance benefits 16:14 Demo: JSON serialization generator 17:40 Live change-tracking: how generators respond to edits 19:20 Using attributes to trigger generation 20:00 Intro to Roslyn syntax trees & code analysis 26:05 Navigating syntax with the Syntax Visualizer 29:32 Understanding attributes & metadata via Roslyn APIs 31:00 Demo: Building a simple CSV generator 35:55 Classic (non-incremental) generator architecture 38:30 Walking the syntax tree & extracting semantic info 41:52 Generating new code with StringBuilder 43:10 Incremental generators & why they matter 45:30 Transformations, caching, and performance optimization 47:25 Using records and value semantics in generator pipelines 49:00 Executing generation & adding output to the compilation 50:55 Demo: Extended CSV generator with new properties 54:00 How to test generators with xUnit & Verify snapshots 58:30 Debugging generators (best practices & pitfalls) 1:01:00 How Roslyn builds trees, tokens, trivia & factories 1:01:49 When meta-programming makes sense (mapping, DTOs, reflection removal) 1:03:00 Performance comparisons (AutoMapper, Mapster, mocking frameworks) 1:06:20 Licensing, open source considerations & practical guidance 1:08:48 Q&A + extending the sample generator 1:10:03 Additional resources & where to go next 👤 Speaker: Jim Wooley Senior Principal, Slalom Consulting 🔗 Links • Jim's Roslyn Labs repo: https://msft.it/63325t2EwH • Explore more Live! 360 sessions: https://msft.it/63327t2EwJ • Check out upcoming VS Live! events: https://msft.it/63321t2Ew3 #csharp #dotnet #visualstudio #roslyn

Boost .NET performance with C# Source Generators!
Skip runtime reflection, enable AOT, and automate boilerplate for faster apps. Watch Jim Wooley’s session replay for logging, regex, JSON tips + Roslyn insights.
🔗 msft.it/63323t2EwP
#dotnet #CSharp

3 months ago 7 1 0 0
Screen capture of how to access to Gemini 3 Flash (Preview)

Screen capture of how to access to Gemini 3 Flash (Preview)

FYI...
Visual Studio now has access to Gemini 3 Flash (Preview)

3 months ago 4 2 1 0
Video

Exclusive: footage of a record number of Shahed takedowns in a single night 🚀

24 Shaheds downed — a national record held by a fighter with the callsign Miguel from the 1020th Anti-Aircraft Missile and Artillery Regiment.

3 months ago 89 23 5 4

mermaid FTW

3 months ago 0 1 0 0
spot art. Photo of Jessie Houghton
text reads: Leverage urls as context for Copilot Chat

spot art. Photo of Jessie Houghton text reads: Leverage urls as context for Copilot Chat

In this quick how to... Jessie demonstrates two examples of how to leverage URL context with Copilot Chat to get tailored responses. Just by pasting in the url directly, you can take advantage specific resources to guide Copilot to the perfect result. 👀 msft.it/63321tmAdd

3 months ago 4 1 0 0

I don't mean to be divisive but to call it a computer's "natural scrolling"--which mimics the despicable Phone--and then to make it default? An outrage. Swiping down should scroll down, as was true since the dawn of time on the noble mouse scroll wheel

4 months ago 820 63 25 5
Advertisement

At some point I was working on vsixinstaller bug in VS 2015 that was only reproducing during installation (which took like 2 hours), still have PTSD from that nightmare... New installer is so much better, but it required massive effort to migrate tons of MSIs into vsixes that could be just unzipped.

4 months ago 1 0 1 0
Post image

€440 left to reach the €10,000 milestone 💙

💥 Support the campaign here:
👉 www.help99.co/patches/spec...

The campaign keeps moving forward to deliver vehicles and fiber-optic FPV drones to Ukrainian defenders on the frontlines.

P.S. 📷 Early holiday greetings from our Azov cat-friend🎄🐾

4 months ago 325 67 4 1

This

4 months ago 2 0 0 0
Preview
The Modern .NET Show The official website for The Modern .NET Show.

𝗣𝗼𝘀𝘁 𝟭/𝟳: New episode with Mads Kristensen about Visual Studio 2026 (Dev 18), currently in public preview.

Some genuinely transformative features that could change how you develop.

dotnetcore.show/season-8/unp...

4 months ago 2 2 1 0
spot art. text reads: Unlocking the Power of Web with Copilot Chat’s New URL Context

spot art. text reads: Unlocking the Power of Web with Copilot Chat’s New URL Context

#CopilotChat in #VisualStudio now lets you add URL context—paste a link and get answers grounded in live docs, frameworks, or project resources. It’s a faster path to accurate guidance, better troubleshooting, and richer explanations right in the IDE. Try it:
msft.it/63323tYH7U

4 months ago 5 1 0 0