sharepointcafe

  • ,

    The Future of Connectivity: Understanding the Basics of 5G Technology

    .

    5th Generation or 5G Mobile Network or simply 5G is the latest revolution in mobile technology. 5G speed is 10 times faster than 4G, with this you can guess the future benefits of 5G technology. We can say that 5G is a revolutionary stone in the mobile network industry. In this article, we will know…

  • Introduction to gRPC

    .

    For the past many years, we have been using Rest Based Communication. As we know that REST is a flexible architectural style where the client communicates with the server through HTTP. Recently, a new framework for client-server communication has been invented in the industry which we know as gRPC. What is gRPC, and how does…

  • ,

    The Future of Mobile App Development: Top Technologies to Watch

    .

    Mobile applications have turned into an indistinguishable piece of our lives. We have a mobile application for nearly everything. A mobile application development services provider needs to consider plenty of elements to make an application fruitful on the PlayStore or Application Store. Picking the right innovation for custom mobile application development is one of them.…

  • Proven Ways to Boost ASP.NET Core Application Performance

    .

    Performance is one of the vital characteristics of an application to make it fruitful. In the event that a site or web page requires over 3 seconds to answer, the user doesn’t like it. For a public website, Google and other search engines additionally really like to suggest streamlined, versatile, and faster sites. This article…

  • Java Script Array

    .

    The Array object gives you store numerous qualities access a single variable. It stores a fixed-size consecutive assortment of components of a similar type. An array is utilized to store an assortment of data, however it is in many cases more helpful to consider an array an assortment of variables of a similar type. Use…

  • Creating API Documentation with Swagger: A Beginner’s Tutorial

    .

    Swagger is the standard approach to documenting the Standard APIs. Swagger is an open-source set of rules, determinations and instruments for creating and portraying RESTful APIs.The capacity of APIs to portray their own design is the foundation of all amazingness in Swagger. We mainly use Swagger for documenting API.Swagger is basically an asset posting of…

  • .NET Core Web API Data validation with FluentValidation
    ,

    .NET Core Web API Data validation with FluentValidation

    .

    In this article, we will learn .NET Core Web API Data validation with FluentValidation. What is Data Validation in Web API? Data Validation simply tells the rules and validation that we apply to Data. So, data Validation in Web API means, validating the data that is being sent by the client and if the data…

  • ,

    Onion Architecture Vs Clean Architecture

    .

    In this article, we are going to learn about Onion Architecture vs Clean Architecture. These architectures play a key role when we build large and complex projects which require regular enhancements and extensions.Here, we will understand Onion architecture and Clean architecture in detail. Also, we will see a basic example of a .Net Core-based application…

  • Install and Configure Git in easy steps

    .

    This article will focus on How to Install and Configure Git in easy steps? What is Git? Git is one of the most popular version control systems. It is a free and open source software to manage a source code repository. It is a DevOps tool which helps the software development team to track the…

  • ,

    How to create JSON response from a class?

    .

    What is JSON? JSON stands for JavaScript Object Notation. It is a lightweight and human-readable data exchange format. Nowadays, most of the data transformation over the web happens in the form of JSON. How to create a JSON string with the C# class? First of all, create a new Web API project in Visual Studio.…

  • What is Docker Container and how it is helpful in software deployment?

    .

    In this article, we will learn about Docker Container and see how it is helpful in the software deployment process. What is Docker Container? Docker container technology was launched in 2013 as an open-source Docker Engine. A container is a standalone unit of a software package that wraps up the application code and all its…

  • , ,

    Azure for Data Engineer Associate – DP 203 Exam

    .

    If you are preparing for DP 203 exam to become Data Engineer Associate for Azure then you have landed on the right page. In the previous articles, I wrote about AZ 900 Exam Notes. In this article, we will brief about DP 203 Exam. Those who are beginners to Azure and trying to get into…

  • How to consume REST API from ASP.NET Razor Web Pages?

    .

    In this article, we will consume an API from the ASP.NET Razor web page where REST API is secured with API Key. What is an API? Web API is the Microsoft open source technology for developing REST services based on HTTP protocol. ASP.Net Web API is a framework for building, and consuming HTTP-based services. The advantage of…

  • Boost Your Productivity: The 5 Must-Try Visual Studio Extensions

    .

    In this article, we will see 5 amazing extensions to use with Visual Studio 2022. As a developer, we want to do tasks efficiently and luckily we have helpful extensions available with Visual Studio 2022. There are numerous extensions available which can be used with Visual Studio 2022 and all the extensions have their own…

  • A Comprehensive Guide to Implementing In-Memory Caching in ASP.NET Core

    .

    This article focuses on “How to implement In-Memory Caching in ASP.NET Core?” What is Caching? Caching is a method to deliver data faster to the client so that information can be served a lot quicker for any future requests. So, we take the most often utilized information and duplicate it into brief capacity so it…

  • In-Process and Out-Of-Process hosting models in ASP.NET Core

    .

    In this article, we will learn about In-Process and Out-Of-Process hosting models in ASP.NET Core. At the point when we push your web application to IIS, different processes to the application are taken care of by what is known as the ASP.NET Core Module. Let’s understand In-Process and Out-Of-Process Hosting Model Understanding and picking the…

  • How to read the request body in ASP.NET Core Middleware?

    .

    In this article, we will write code to Read the request body in ASP.NET Core Middleware. To demonstrate this we will create a custom middleware. What is Middleware? Middleware in .NET Core is similar to HttpHandlers and HttpModules which were part of classic ASP.NET. When a user hits the request from a client such as…

  • Error – Object serialized to Object. JArray instance expected

    .

    Recently, I was involved in one of the migration projects. I had to migrate the existing ASP.NET Core 2.2-based project to .NET Core 3.1. I faced a few challenges and errors during the migration. However, one of the errors related to JSON took a lot of my effort. So I thought to post it here.…

  • Tuple in C#

    Tuple in C# with Example

    .

    In this article, we will learn about Tuple in C#. What is a Tuple? A tuple is a reference type lightweight data structure that may contain different data types. It is introduced in C# 7.0. Tuple is useful when we want to store data of different data types without creating a new one. Syntax to…

  • Trace and Detect a Deadlock with SQL Server Profiler

    .

    In this article, we will see about deadlocks in SQL and how to trace and detect a deadlock with SQL Server Profiler. Let’s start with an introduction to Deadlock. What is Deadlock? Deadlock in SQL server is a scenario where two or more resources are trying to access the same resource which is mutually being…


RSS
YouTube
YouTube
Instagram