Codesolution.org
@Codesolutionorg
Followers
15
Following
40
Media
17
Statuses
468
It is an official twitter handle of https://t.co/wZ1kzs3NS7 which is an educational blog which help programmers to find solutions of their problems.
Gurgaon, India
Joined July 2016
Top Ten Best Practices For Software Developers https://t.co/Mh89ewX83X via @CsharpCorner
0
8
8
#Globalexception handling is a way to handle unhandled exceptions in #AspNetCore Add a middleware #UseExceptionHandler to the pipeline that will catch exceptions, log them, reset the request path and re-execute the request.
0
0
1
In dotnet core default case for serializing output to json is camelCase. We can change the default case to Pascal by setting the new DefaultContractResolver https://t.co/2IBTNkRtpd
0
0
0
In dotnet core TempData provider cookie isn’t essential. CheckConsentNeeded is used to get user permission to enable cookies. If user has denied cookies then TempData cookies will not be provided to browser. https://t.co/vwDASWqdXT
0
0
0
We have created a dedicated page for all SQL Server posts. https://t.co/agmb1AXWy8
0
0
0
Asynchronous programming in C# | Microsoft Docs
learn.microsoft.com
Learn about the C# language-level asynchronous programming model provided by .NET Core and explore example code for I/O-bound and CPU-bound scenarios.
0
0
0
Knowing When to Use Override and New Keywords (C# Programming Guide) https://t.co/N9JWZ038hX
learn.microsoft.com
Use the new and override keywords in C# to specify how methods with the same name in a base and derived class interact.
0
0
0
No shame in playing #SQLDataWins—I chose #CleanUp to complete the meme. What about you? https://t.co/K4GzR51BbZ
0
0
0
Identify the column(s) responsible for “String or binary data would be truncated.” https://t.co/uIaQApaHpx
0
1
2
Want to maintain consistent coding styles for multiple #developers working on the same #dotNet project? Use EditorConfig. @shanselman shows you how: https://t.co/RxbJWe63tI
1
35
100