This Week I Learned - * AI coding assistants Cursor, Windsurf, Github Copilot offer features like code generation, context awareness, tab completion, multi-file support, Chat, code review, customization and choice of models. Cursor & Windsurf are AI-powered IDEs built on top of Visual Studio while Github Copilot integrates with various IDEs — VS Code, IntelliJ, Neovim. Code. * The Hundred-Page Machine Learning Book by Andriy Burkov is provided on a read first, buy later basis * "I clearly see scope for Indian services to grow as India’s tech sector is thriving, shifting from traditional labour arbitrage to value-added services...Services trade will increase as US companies set up captive global capability centers (GCCs) here. GCCs will actually be a boon because if you get more jobs in India, less people will go there." - Syed Akbaruddin, former diplomat * Certain pathogens, like viruses and bacteria, can cause long-term inflammation or directly damage ...
There's also an attibute you can add to the top of your class, it's broken in VS2005 beta2 for C#, but should work in RC. Note you have to prefix with the full namespace for some reason to get it to work.
ReplyDeleteC#
[System.ComponentModel.DesignerCategory("code")]
public class Form1 : System.Windows.Forms.Form
VB
<System.ComponentModel.DesignerCategory("code")> Public Class Form1