• Home
  • About Us
  • Contact Us
  • Privacy Policy
  • Useful Links
  • Sitemap
TechXposer

TechXposer

Exposing Techie World

  • Home
  • C#
  • MVC
  • .Net Core
  • Java
    • Spring Framework
  • Cloud
  • JavaScript
  • Database
  • Interview Tips
  • Tech Solutions
  • Tech Tutorials
You are here: Home
C# 11 Features – Auto-default Struct

C# 11 Features – Auto-default Struct

Before understanding these new changes to Struct type, will do some understanding of the background of this implementation. At compile time, the compiler will attempt to take your code that initializes…

C#11 features – Required Members

C#11 features – Required Members

A new keyword required is introduced in C# 11 where it will be decorated to the instance property and field declaration within a class/record/struct. Whenever a class is declared with a property…

C#11 features – Raw String Literals

C#11 features – Raw String Literals

Raw String Literals are the new format of string literals introduced since C# 11. This new format can help us in getting the output string with any arbitrary text like…

C#11 features: Newlines in string interpolations

C#11 features: Newlines in string interpolations

The string Interpolation feature was introduced in C# 6 and this is a replacement for () method. In Format() we use to keep placeholders with sequence numbers and we need to…

Introducing File Scoped Types in C# 11

Introducing File Scoped Types in C# 11

Since the evaluation of C#, we have seen many access modifiers introduced, and similarly, in C# 11, file-scoped type is a new access modifier mainly designed for code generator authors where…

All Articles  Get Feed for All Articles

C#

C# 11 Features – Auto-default Struct

saikkDecember 11, 2022No Comment2022-12-11T08:45:41+00:00
C#11 features – Required Members

C#11 features – Required Members

saikk November 27, 2022 No Comment2022-11-27T06:59:47+00:00
C#11 features – Raw String Literals

C#11 features – Raw String Literals

saikk November 26, 2022 No Comment2022-11-26T08:19:48+00:00
C#11 features: Newlines in string interpolations

C#11 features: Newlines in string interpolations

saikk November 21, 2022 No Comment2022-11-21T18:33:02+00:00
Introducing File Scoped Types in C# 11

Introducing File Scoped Types in C# 11

saikk November 20, 2022 No Comment2022-11-20T18:26:07+00:00

Architect  Get Feed for Architect

.Net Core

C# code performance improvement with Span<T> Type

saikkOctober 17, 2022No Comment2022-10-17T16:51:36+00:00
Understanding Thread Starvation in .NET Core Applications

Understanding Thread Starvation in .NET Core Applications

saikk December 23, 2021 No Comment2021-12-23T17:22:33+00:00
Working with Async/Await/Task keywords in depth

Working with Async/Await/Task keywords in depth

saikk December 12, 2021 No Comment2021-12-12T16:49:47+00:00
Understanding worker thread and I/O Completion Port (IOCP)

Understanding worker thread and I/O Completion Port (IOCP)

saikk December 12, 2021 No Comment2021-12-12T13:21:07+00:00
Working with gRPC in .NET Core

Working with gRPC in .NET Core

saikk December 31, 2019 No Comment2019-12-31T17:08:08+00:00

C#  Get Feed for C#

C#

C# 11 Features – Auto-default Struct

saikkDecember 11, 2022No Comment2022-12-11T08:45:41+00:00
C#11 features – Required Members

C#11 features – Required Members

saikk November 27, 2022 No Comment2022-11-27T06:59:47+00:00
C#11 features – Raw String Literals

C#11 features – Raw String Literals

saikk November 26, 2022 No Comment2022-11-26T08:19:48+00:00
C#11 features: Newlines in string interpolations

C#11 features: Newlines in string interpolations

saikk November 21, 2022 No Comment2022-11-21T18:33:02+00:00
Introducing File Scoped Types in C# 11

Introducing File Scoped Types in C# 11

saikk November 20, 2022 No Comment2022-11-20T18:26:07+00:00

MVC  Get Feed for MVC

.Net Core

Understanding Produces and Consumes Attribute in MVC 6

saikkJuly 21, 20181 Comment2018-07-21T15:26:42+00:00
How to configure C# WebApi2 to display data in JSON format directly in browser?[Solved]

How to configure C# WebApi2 to display data in JSON format directly in browser?[Solved]

saikk March 10, 2018 No Comment2018-03-10T16:05:59+00:00
Downloading PDF File from Server to Client using ASP.NET & MVC C#

Downloading PDF File from Server to Client using ASP.NET & MVC C#

saikk December 25, 2017 2 Comments2017-12-25T15:31:43+00:00
Different ways to rendering a Partial View in ASP.NET MVC

Different ways to rendering a Partial View in ASP.NET MVC

Rajender G July 5, 2017 No Comment2017-10-19T07:56:36+00:00
How to secure your entire MVC application with “Authorize” attribute ?

How to secure your entire MVC application with “Authorize” attribute ?

Rajender G June 8, 2017 2 Comments2017-10-19T08:05:58+00:00

.Net Core  Get Feed for .Net Core

.Net Core

C# code performance improvement with Span<T> Type

saikkOctober 17, 2022No Comment2022-10-17T16:51:36+00:00
Understanding Task vs ValueTask

Understanding Task vs ValueTask

saikk July 3, 2022 No Comment2022-07-03T14:23:03+00:00
Working with Async/Await/Task keywords in depth

Working with Async/Await/Task keywords in depth

saikk December 12, 2021 No Comment2021-12-12T16:49:47+00:00
Understanding worker thread and I/O Completion Port (IOCP)

Understanding worker thread and I/O Completion Port (IOCP)

saikk December 12, 2021 No Comment2021-12-12T13:21:07+00:00
Working with Smarter Enums in C#

Working with Smarter Enums in C#

saikk December 8, 2021 No Comment2021-12-08T16:31:13+00:00

Database  Get Feed for Database

Database

Hackerrank: SQL Query to get Customer Name who made max order in 10 years

saikkMay 31, 2020No Comment2020-05-31T15:09:15+00:00
Working with Default Parameters in SQL Server Functions

Working with Default Parameters in SQL Server Functions

saikk August 22, 2017 18 Comments2017-10-16T09:18:03+00:00
Calling REST API Service From SQL Server Using C# SQL CLR

Calling REST API Service From SQL Server Using C# SQL CLR

saikk August 21, 2017 4 Comments2017-09-08T09:51:30+00:00
Problem with ASP.NET using MySQL Connecting through ODBC Driver in some Hosting Servers

Problem with ASP.NET using MySQL Connecting through ODBC Driver in some Hosting Servers

saikk May 21, 2017 1 Comment2017-10-19T08:11:44+00:00

Repository  Get Feed for Repository

C#

Understanding EF Code First Migrations

saikkNovember 5, 2017No Comment2017-11-05T16:22:47+00:00
EF Code-First Approach Vs Database First Approach

EF Code-First Approach Vs Database First Approach

saikk November 4, 2017 No Comment2017-11-04T17:16:07+00:00
Using Entity Framework Working with Multiple Similar Databases at Run time

Using Entity Framework Working with Multiple Similar Databases at Run time

saikk October 12, 2017 No Comment2017-10-12T15:10:11+00:00

JavaScript  Get Feed for JavaScript

Client Side

Sorting JSON Array

saikkMarch 26, 2019No Comment2019-03-26T12:51:57+00:00
Copying events from one JavaScript Element to another JavaScript Element

Copying events from one JavaScript Element to another JavaScript Element

saikk August 13, 2018 No Comment2018-08-19T06:19:00+00:00
Decoding HTML string to Normal String in JavaScript

Decoding HTML string to Normal String in JavaScript

saikk July 6, 2018 No Comment2018-07-06T07:46:56+00:00
Approaches for Cloning JavaScript Object

Approaches for Cloning JavaScript Object

saikk July 5, 2018 No Comment2018-07-05T07:27:10+00:00
Understanding JSONP and its Security Issues

Understanding JSONP and its Security Issues

saikk November 14, 2017 No Comment2017-11-14T10:06:36+00:00

Interview Tips  Get Feed for Interview Tips

Interview Tips

Interview: Write Palindrome Program

saikkSeptember 30, 2019No Comment2019-09-30T17:55:04+00:00
Understanding Persistence Ignorance Principle

Understanding Persistence Ignorance Principle

saikk December 29, 2018 No Comment2018-12-29T17:26:51+00:00
BasicHttpBinding vs WsHttpBinding vs WebHttpBinding in WCF

BasicHttpBinding vs WsHttpBinding vs WebHttpBinding in WCF

saikk September 15, 2018 No Comment2018-09-15T04:21:57+00:00
Mention what is CSDL, SSDL and MSL sections in an EDMX file?

Mention what is CSDL, SSDL and MSL sections in an EDMX file?

saikk September 15, 2018 No Comment2018-09-15T04:19:11+00:00
When does Application_Start() and Application_End() Used?

When does Application_Start() and Application_End() Used?

saikk August 20, 2017 No Comment2017-10-19T07:19:11+00:00

Tech Solutions  Get Feed for Tech Solutions

Database

Hackerrank: SQL Query to get Customer Name who made max order in 10 years

saikkMay 31, 2020No Comment2020-05-31T15:09:15+00:00
Generate the code files Using Visual Studio and CLI

Generate the code files Using Visual Studio and CLI

saikk February 29, 2020 No Comment2020-02-29T18:23:25+00:00
Fix: File In Use Error in Release Pipeline while deployment

Fix: File In Use Error in Release Pipeline while deployment

saikk November 30, 2019 No Comment2019-11-30T17:18:14+00:00
Getting UserName from JWT Token At Web API

Getting UserName from JWT Token At Web API

saikk June 7, 2019 No Comment2019-06-07T18:59:01+00:00
Generate Random Password

Generate Random Password

saikk May 10, 2019 No Comment2019-05-10T17:13:42+00:00

Search

Recent Posts

  • C# 11 Features – Auto-default Struct
  • C#11 features – Required Members
  • C#11 features – Raw String Literals
  • C#11 features: Newlines in string interpolations
  • Introducing File Scoped Types in C# 11

Pages

  • About Us
  • Contact Us
  • Home
  • Privacy Policy
  • Sitemap
  • Tech Tutorials
  • Useful Links

Tags

    .Net Core Angular Architect ASP.Net ASP.Net MVC Azure best practises C# C#7.0 C#7.1 C#8.0 C# 11.0 Cloud Computing Dependency Injection Entity Framework Interview Interview Tips IoC Tutorial Javascript JSON MVC OOPS Performance Prime Number Repository SQL Server Tech News Tech Solutions TypeScript WinForms
Copyright ©2025. TechXposer
  • Home
  • About Us
  • Contact Us
  • Privacy Policy
  • Useful Links
  • Sitemap