جدید ترین .NET 6.0های API
200, OK
http://recompile.ir/learning/top-10-new-net-6-0-api/ icon

NET 6 API‌های جدید را برای توسعه ساده‌تر و سریعتر معرفی کرده که به توضیح آنها میپردازیم:

1- تا به حال دو کلاس DateTime , TimeSpan برای هندل کردن عملیات تاریخ وجود داشت اما د ر.NET 6 دو تابع DateOnly , TimeOnly برای کار راحت‌تر با تاریخ و زمان اضافه شده است ...

جدید ترین .NET 6.0های  API
v1.23.13 افزونه‌ی #C مخصوص Visual Studio Code منتشر شد
301, MovedPermanently
https://github.com/OmniSharp/omnisharp-vscode/releases/tag/1.23.13 icon

Add command 'listRemoteDockerProcess' and variable 'pickRemoteDockerProcess' (#4607, PR: #4617)
Ensure we only start one instance of OmniSharp server (PR: #4612)
Update OmniSharp version to 1.37.11
  Include timing info in logged responses (PR: omnisharp-roslyn#2173)
  Defend against null value in BuildErrorEventArgs (omnisharp-roslyn#2171, PR: omnisharp-roslyn#2172)
  Updated to all the latest .NET SDKs (PR: omnisharp-roslyn#2166)
  Add support for GoToDefinition on source-generated files (PR: omnisharp-roslyn#2170)
  Add V2 version of GotoDefinitionService (PR: omnisharp-roslyn#2168)
  avoid NRE when document is null (PR: omnisharp-roslyn#2163))

 

v1.23.13 افزونه‌ی #C مخصوص Visual Studio Code منتشر شد
نگاهی به نوع‌های جدید DateOnly و TimeOnly در NET 6.
200, OK
https://www.stevejgordon.co.uk/using-dateonly-and-timeonly-in-dotnet-6 icon

In .NET 6 (preview 4), two long-awaited types have been introduced as part of the core library. DateOnly and TimeOnly allow developers to represent either the date or time portion of a DateTime. These two new types are structs (value types) and may be used when your code deals with date or time concepts independently. Both types can be found in the System namespace. Using these new types may align well with how databases allow similar data to be represented. Specifically, these types align well with the SQL Server date and time data types. 

نگاهی به نوع‌های جدید DateOnly و TimeOnly در NET 6.