TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About C# 7.1
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Andrea Angella (2)
Prakash Tripathi (1)
Banketeshvar Narayan (1)
Mahesh Chand (1)
Related resources for C# 7.1
No resource found
Working With Async Main In C# 7.1
9/5/2023 9:53:04 AM.
This article explains the async main feature introduced as part of C# 7.1 and demonstrates how to use it in application development.
C# 7.0 And C# 7.1 New Features - Part Two
2/17/2020 10:42:15 PM.
This article explains the new features of C# 7.0 & C#7.1. It covers new features like Discards, Pattern Matching, Generalized async return types, Async Main (Main Method returning Task), Infer Tup
What's New In C# 7.1 And 7.2
12/12/2017 10:59:19 PM.
What's new in C#.
Productive C# - Inferred Tuple Element Names In C# 7.1
9/22/2017 1:33:34 AM.
Learn how tuple element names are automatically inferred in C# 7.1.
Practical C# - Async Main in C# 7.1
9/19/2017 1:43:02 AM.
Learn how to use the new Async Main feature in C# 7.1. You can use async in the entry point of your console application using Visual Studio 2017.