• 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
Understanding Thread Starvation in .NET Core Applications

Understanding Thread Starvation in .NET Core Applications

Most of the applications will be facing a performance issue while scaling and this might be due to thread starvation. Before getting into the thread starvation problem, we need to…

Working with Async/Await/Task keywords in depth

Working with Async/Await/Task keywords in depth

Modern systems are coming more powerful with multiple processors. Similarly, the modern server application development also improved to leverage the host CPU power for processing multiple requests in parallel to…

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

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

Every .NET/.NET Core application is associated with a thread pool and is a collection of threads that effectively executes asynchronous calls of an application. These threads on the thread pool…

Working with Smarter Enums in C#

Working with Smarter Enums in C#

Enum means enumeration , mentioning things one by one, and enum type is a special data type that enables a variable to be a set of predefined constants. Below is…

Consume OData feed with C# Client Application

Consume OData feed with C# Client Application

Introduction OData represents Open Data Protocol is an OASIS standard initiated by Microsoft in the year 2007. This defines the best practices for the consumption of data and building with…

All Articles  Get Feed for All Articles

Architect

Understanding Thread Starvation in .NET Core Applications

saikkDecember 23, 2021No 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 Smarter Enums in C#

Working with Smarter Enums in C#

saikk December 8, 2021 No Comment2021-12-08T16:31:13+00:00
Consume OData feed with C# Client Application

Consume OData feed with C# Client Application

saikk July 31, 2020 No Comment2020-07-31T15:45:02+00:00

Architect  Get Feed for Architect

Architect

Understanding Thread Starvation in .NET Core Applications

saikkDecember 23, 2021No 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
Implementing .NET Core Health Checks

Implementing .NET Core Health Checks

saikk October 24, 2019 No Comment2019-10-24T14:47:09+00:00

C#  Get Feed for C#

Architect

Understanding Thread Starvation in .NET Core Applications

saikkDecember 23, 2021No 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
Working with Smarter Enums in C#

Working with Smarter Enums in C#

saikk December 8, 2021 No Comment2021-12-08T16:31:13+00:00
Consume OData feed with C# Client Application

Consume OData feed with C# Client Application

saikk July 31, 2020 No Comment2020-07-31T15:45:02+00:00
Understanding Semaphore in .NET Core

Understanding Semaphore in .NET Core

saikk April 29, 2020 No Comment2020-04-29T17:22:17+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

Working with Async/Await/Task keywords in depth

saikkDecember 12, 2021No 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
Consume OData feed with C# Client Application

Consume OData feed with C# Client Application

saikk July 31, 2020 No Comment2020-07-31T15:45:02+00:00
Understanding Semaphore in .NET Core

Understanding Semaphore in .NET Core

saikk April 29, 2020 No Comment2020-04-29T17:22:17+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

  • Understanding Thread Starvation in .NET Core Applications
  • Working with Async/Await/Task keywords in depth
  • Understanding worker thread and I/O Completion Port (IOCP)
  • Working with Smarter Enums in C#
  • Consume OData feed with C# Client Application

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 Cloud Computing Code Snippets 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 ©2022. TechXposer
  • Home
  • About Us
  • Contact Us
  • Privacy Policy
  • Useful Links
  • Sitemap