# runtime | .NET Platform | Knowledge Base | Instagit

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

GitHub Stars: 17.6k

Repository: https://github.com/dotnet/runtime

---

## Articles

### [GO Statement in SQL Server Management Studio: How to Use Batch Delimiters for GO SQL Queries](/dotnet/runtime/what-is-go-sql-purpose-in-ssms)

Learn how to use the GO statement in SQL Server Management Studio to execute T-SQL batches. Understand its role as a client-side separator for go sql queries and improve script management.

- Tags: how-to-guide
- Published: 2026-02-20

### [Best C# Regex to Match Only Numeric Characters in a String](/dotnet/runtime/c-regex-match-numeric-characters)

Discover the best C# regex to match only numeric characters. Learn how to use the `^\d+$` pattern with `Regex.IsMatch()` for effective string validation in .NET.

- Tags: best-practices
- Published: 2026-02-19

