惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

IT之家
IT之家
J
Java Code Geeks
小众软件
小众软件
Jina AI
Jina AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Hugging Face - Blog
Hugging Face - Blog
Stack Overflow Blog
Stack Overflow Blog
Blog — PlanetScale
Blog — PlanetScale
C
Check Point Blog
人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - Franky
Apple Machine Learning Research
Apple Machine Learning Research
G
Google Developers Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The GitHub Blog
The GitHub Blog
腾讯CDC
T
The Blog of Author Tim Ferriss
大猫的无限游戏
大猫的无限游戏
量子位
M
MIT News - Artificial intelligence
Last Week in AI
Last Week in AI
L
LangChain Blog

Hacker News

GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis Bonsai 1-bit WebGPU - a Hugging Face Space by webml-community Moving a large-scale metrics pipeline from StatsD to OpenTelemetry / Prometheus GitHub - Nightmare-Eclipse/RedSun: The Red Sun vulnerability repository GitHub - SethPyle376/hiraeth: Local AWS emulator focused on fast integration testing, with SQS support, SQLite-backed state, and a debug-friendly web UI. GitHub - macOS26/Agent: Any AI, replaces Claude Code, Cursor, OpenClaw. Over 18 LLM providers (Claude, OpenAI, Gemini, Ollama, Zai, HF, Qwen) wired into a native Mac app that writes code, builds Xcode projects, bumps versions, manages git, automates Safari, use AppleScript, JS or Accessibility, extend Agent! w/ MCP Servers, run tasks from your iPhone via Messages. YouTube now lets you turn off Shorts I Made a Terminal Pager Burgers | マクドナルド公式 Commands — HackerNews CLI documentation ChatGPT for Excel PiCore - Raspberry Pi Port of Tiny Core Linux Live Nation illegally monopolized ticketing market, jury finds Google Broke Its Promise to Me. Now ICE Has My Data. Founding Engineer at Adaptional | Y Combinator CRISPR takes important step toward silencing Down syndrome’s extra chromosome GitHub - saffron-health/libretto: The AI toolkit for building reliable browser automations US v. Heppner (S.D.N.Y. 2026) no attorney-client privilege for AI chats [pdf] Retrofitting JIT Compilers into C Interpreters IPv6 – Google The Accursèd Alphabetical Clock Cybersecurity Looks Like Proof of Work Now Fragments: April 14 Cal.com Goes Closed Source: Why AI Security Is Forcing Our Decision | Cal.com - Scheduling Software for Online Bookings Laravel raised money and now injects ads directly into your agent When moving fast, talking is the first thing to break Too much Discussion of the XOR swap trick – Heather Cafe Introduction to Spherical Harmonics for Graphics Programmers The Grand Line
What did you love about VB6, and what frustrates you abou...
2026-05-02 · via Hacker News

0x0D 2026.04.30 4 min read visual-basic · vb6 · dotnet · csharp · software-history · opinion · programming · audience-question

Two open questions for anyone who shipped real work on Visual Basic 6 and is now writing C# against modern .NET. What specifically did VB6 get right that you miss? And what do you find frustrating about the modern toolchain that VB6 didn't make you fight? I shipped about a hundred VB3-through-VB6 line-of-business systems between 1995 and 2010, and I'm trying to get to the root of what was actually good before too much of the institutional memory leaves the room.

avatar

EvilGenius

⏱ 4 min ▸ 8 tags

What did you love about VB6, and what frustrates you about modern .NET?

Two open questions for anyone who shipped real work on Visual Basic 6 and now writes C# against modern .NET.

I am not asking either as a rhetorical setup. I am genuinely trying to understand the answer, in the words of people who lived it, and I want to do it before too much of the institutional memory leaves the room.

Why I'm asking

I shipped about a hundred line-of-business systems on VB3, VB4, VB5, and VB6 between roughly 1995 and 2010. Form designer, double-click an event, write the handler, ship the EXE, walk away. After 2010 I moved to C# and have been there ever since. I have used WinForms, WPF, parts of Silverlight before it died, a small amount of UWP I would prefer to forget, MAUI for one project that did not survive, and Avalonia, which is what I build on now.

I am writing a history of Visual Basic and the research keeps surfacing the same observation. Microsoft has launched seven UI frameworks since VB6. Most of them have been positioned as the successor. WinForms in 2002 is the only one of those seven that is still the path of least resistance for a working line-of-business app, and the model it ships is recognisably the model VB6 invented. Twenty-eight years on, the form designer that Alan Cooper drew on paper in 1987 is still, somehow, the shortest distance from "I have an idea" to "I have a running app."

That is interesting. I think it is more interesting than the usual "VB6 was a toy" or "VB6 was a masterpiece" arguments allow for. So I am trying to get under those framings and understand what it actually was, from people who used it heavily.

The two questions

If you have a few minutes and you used VB6 in production:

  1. What specifically did you love about VB6? Not the general feeling of nostalgia. Specific things. A particular workflow, a particular shape of problem it solved, a particular design choice that made your day-to-day faster or clearer. A thing you reach for now and notice is missing, even if the missing thing is small.

  2. What do you find frustrating about modern .NET, C#, and Visual Studio that VB6 didn't make you fight? Same shape of answer. Specific examples. "I miss being able to do X without Y" rather than "modern .NET is too complicated." Things you have learned to live with but would rather not.

I want to keep both questions open-ended on purpose. If I asked "was it the IDE or the language or the ecosystem," I would get answers sorted into my buckets, and the most interesting answers would be in categories I did not think of. So please reach for the specific example before the category.

What this is

An exploratory post. Nothing being announced today and no email list to add you to. I am writing a book chapter on the VB6-to-modern-.NET transition and I want the chapter to be honest to the experience of the people who lived through it, not a recital of my own opinions. If something I learn from these answers eventually points toward a piece of work worth doing, that conversation will happen in its own post on its own day. For now this is just the question.

If you want to reply in the comments here, I will read every one. If you'd rather drop a note privately, the contact form on this site goes straight to me.

Thank you for the time. The next chapter will be better for it.

-EG