Skip to content

jondjones-poc/netcore-c-sharp-11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# 11: Preview of features for .NET 7 By Jon D Jones 💥

This project makes use of:

  • ASP.NET 7
  • C# 11

👾 How To Use ☄️

The API contains these end-points:

String Interpolation Examples

/string

GET Request: Example of the new raw string feature

Pattern Matching Examples

/StartsAndEndsWithSlice

GET Request: Example of pattern matching using slice

/SliceAndDiscard

GET Request: Example of pattern matching using slice and discard

/StartsAndEndsWithSlice/number

GET Request: Example of pattern matching using a contains

Languages