Information

.Net Town

What's up with .Net in your neck of the woods? We'll discuss all the basics here. Eventually, we'l break out separate groups for C#, etc...

Members: 18
Latest Activity: Apr 13, 2020

About .Net Town

Microsoft technologies hav come a long way since Visual C++ 1.0, haven't they? Most of us have at least run into a VB app. ASP revolutionized (OK, did some cool stuff) with dynamic web pages. And, think about the CLR. Wondering what all this is? Been a while since you've dipped your feet in the Microsoft waters? (yo). Feel like you want to share what you've perfected and help all those heathens out there see how it's done ... right? Well, here's your group. I'll kick it off with a few generic discussions and you take it from there. It's new, it's cool, it's the .Net Town, here to inform you about one of the most popular software development technologies around. Do you feel like you're getting what you're paying for? Join this group and find out!

Discussion Forum

Forms

Need a bit of help. I am doing a project for school and I am having a bit of difficulties. I have a form "SandwichForm" and an inherited form "SummaryForm" The summary form opens when you click the…Continue

Started by Steve Wininger Apr 12, 2010.

C# 2 Replies

Why choose C# for your development language? Well, it's part of Visual Studio, so you have the CLR in bed with you. That's the COmmon Language Runtime. It lets you mix all of the Visual Studio…Continue

Tags: CLR, Microsoft, Visual, Studio, C#

Started by Michael Levin. Last reply by Michael Levin Dec 25, 2009.

Visual Basic

What version are you using? How has the Studio changed your life? Let's talk about the apps you build with VB. How, why, what are the pros and cons. It's a broad subject, I know. But we have to start…Continue

Tags: Visual, CLR, Studio, Microsoft, VB

Started by Michael Levin Dec 25, 2009.

.Net Town Reading List

Loading… Loading feed

Comment Wall

Comment

You need to be a member of .Net Town to add comments!

Comment by Steve Wininger on April 12, 2010 at 12:26pm
Need a bit of help. I am doing a project for school and I am having a bit of difficulties. I have a form "SandwichForm" and an inherited form "SummaryForm" The summary form opens when you click the submit button. What I would like to do is have both forms close after viewing and clicking an exit button on the "SummaryForm". Anyone have any suggestions?
Comment by David T. Harris on March 24, 2010 at 10:05am
Hey everyone - if you haven't already the Orlando .NET User Group is hosting Orlando .NET Code Camp 2010 this Saturday (March 27th) - check it out: http://www.codetown.us/events/orlando-net-code-camp-2010
Comment by James Michael Khouri on March 17, 2010 at 6:04pm
Hello, all. Just joined. I'm attending meetings Sarasota Community Foundation as a member of the Sarasota .NET Developers Group. I'd love to know about any other meetings that are held; especially in the Bradenton/Sarasota area. If this wall is read, PLEASE inform me.
 

Members (18)

 
 
 

Happy 10th year, JCertif!

Notes

Welcome to Codetown!

Codetown is a social network. It's got blogs, forums, groups, personal pages and more! You might think of Codetown as a funky camper van with lots of compartments for your stuff and a great multimedia system, too! Best of all, Codetown has room for all of your friends.

When you create a profile for yourself you get a personal page automatically. That's where you can be creative and do your own thing. People who want to get to know you will click on your name or picture and…
Continue

Created by Michael Levin Dec 18, 2008 at 6:56pm. Last updated by Michael Levin May 4, 2018.

Looking for Jobs or Staff?

Check out the Codetown Jobs group.

 

Enjoy the site? Support Codetown with your donation.



InfoQ Reading List

How to Build Large Scale Cyber-Physical Systems

To build large-scale safety-critical systems, we need to decompose the system into smaller solvable problems, resolve what is known, and resolve unknowns through experiments, Robin Yeman argued. She suggested investing in test environments for both software and hardware early to enable being test-driven early to increase the safety, security, reliability, and availability of the systems.

By Ben Linders

Hugging Face Unveils LeRobot, an Open-Source Machine Learning Model for Robotics

Hugging Face has unveiled LeRobot, a new machine learning model trained for real-world robotics applications. LeRobot functions as a platform, offering a versatile library for data sharing, visualization, and training of advanced models.

By Daniel Dominguez

Azure API Center Now Generally Available

Microsoft has announced Azure API Center's general availability (GA), which offers centralized API inventory for easy API discovery, reuse, and governance regardless of API type, lifecycle stage, or deployment location.

By Steef-Jan Wiggers

Rust-Written Borgo Language Brings Algebraic Data Types and More to Go

Borgo is a statically typed language that compiles to Go and strives to be interoperable with the existing Go ecosystem. The Borgo language adds to Go algebraic data types, pattern matching, Option and Result types, and more Rust-inspired syntax. The Borgo’s compiler itself is implemented in Rust.

By Bruno Couriol

TypeSpec: A Practical TypeScript-Inspired API Definition Language

Recently, Microsoft engineers officially unveiled TypeSpec, a new language tailored for API-centric development that addresses the complex needs of modern API design. TypeSpec is an open-source, extensible language inspired by TypeScript and C#. It supports various protocols and serialization formats, enabling developers to use a single tool to manage multiple API specifications.

By Eran Stiller