sharepointcafe

  • ,

    .NET 8 vs .NET 9: Whatโ€™s New and Why You Should Upgrade

    .

    With the tech world constantly evolving, Microsoft continues to enhance its .NET platform to keep up with modern application development needs. The release of .NET 9 is just around the corner, and it’s packed with exciting improvements. But how does…

  • What is Azure WebJob?
    ,

    Develop and deploy Azure WebJobs

    .

    In this article, we will learn how to develop Azure WebJobs in VS Code and deploy them in Azure App Service. What is Azure WebJob? Azure WebJob enables you to run a script or code snippet in the background. It…

  • Azure App Deployment: Step-by-Step Guide from VS Code

    .

    Azure App Service provides a seamless way to host and manage web applications in the cloud. If you’re using VS Code, deploying your application becomes even easier with the Azure App Service extension (Azure widget). In this article, weโ€™ll walk…

  • Essential VS Code Commands for .NET Core Developers

    .

    As a .NET Core developer using VS Code on Windows, optimizing your workflow with the right commands can boost productivity and streamline development. Whether you are coding, debugging, building, or deploying, these essential VS Code commands and .NET CLI commands…

  • ,

    How to Verify Communication Between Two Azure App Services?

    .

    When hosting applications on Azure App Service, it’s common to have a Web App (UI) that communicates with an API App (Backend). In this article, weโ€™ll explore the ways to check if your Azure App Services are communicating. Whether youโ€™re…

  • Swagger Vs OpenAPI

    Swagger Vs OpenAPI

    .

    In .NET 9, the ASP.NET Core team has removed the default inclusion of Swagger (Swashbuckle) from Web API templates due to maintenance concerns and the desire for a more integrated solution. Instead, .NET 9 introduces built-in support for OpenAPI documentation…

  • Getting Started with GitHub Commands

    .

    GitHub is a powerful source code repository tool. It enables the development team to collaborate and work together, merge and track the changes. In this blog, we will see the list of useful GitHub commands a developer must know if…

  • What is Terraform?
    , ,

    Overview of Terraform

    .

    You must have heard of IaaS, Paas and SaaS. There is something called IaC or IaaC which stands for Infrastructure as a Code. Terraform is a popular infrastructure-as-code (IaC) tool that enables the automation provisioning and management of infrastructure resources….

  • Dot Net MVC Benefits, Pros and Cons

    .NET MVC – Benefits, Pros , Cons. Compare with Angular and React

    .

    In this interesting article, we will learn about the benefits of using .NET MVC. We will also see the pros and cons of using MVC as a UI development framework and compare .NET MVC with Angular and React. So, let’s…

  • .NET 8 Features and The Best Practices for High-Performance Application

    .

    In this article, we are going to cover about .NET 8 features and will also see the best practices for building high-performance applications. You may like this article: Data Validation and Annotation in .NET MVC .NET 8 Overview .NET 8…

  • Edge Computing Vs Cloud Computing: A Comparative Analysis

    .

    Technologies are changing very rapidly and today there is a lot of discussion about Edge Computing Vs Cloud Computing. Both technologies have their advantages as well as their principles and architecture.In this article, we will learn in detail about edge…

  • Policy Based Authorization in .NET Core

    Policy-Based Authorization in .NET Core With Example

    .

    In this article, we will learn Policy-Based Authorization in .NET Core With Example. We will implement this authorization in .NET Core application. There are many ways to apply authorization in .NET Core, however, in this article, we will focus on…

  • Data Validation in .NET MVC

    Data Validation and Annotation in .NET MVC

    .

    Data Validation is one of the most important parts of any application. .NET MVC provides special classes to apply validation and data annotation. In this article, we will learn how to apply Data Validation and Annotation in .NET MVC. Previous…

  • static vs keyword

    Static Vs Readonly Keyword in C#

    .

    In C#, both the static and readonly keywords are used to define fields, but they serve different purposes and are used in distinct scenarios. Understanding when and how to use these keywords is essential for writing efficient and maintainable code….

  • Sealed Class in C#

    Sealed Class in C# – Easy Explanation

    .

    Sealed classes restrict users from inheriting them. We can use sealed keywords to make a class sealed. The keyword tells the C# compiler that the class is sealed and cannot be extended. A method can also be sealed., and hence…

  • MVC View Page Logic

    How to Add Serial Numbers to a List of Records in MVC

    .

    Adding serial numbers to a list of records in an MVC application is a common requirement. It helps users to easily reference and identify records. In this article, we will walk you through how to achieve this in an ASP.NET…

  • .NET MVC Tutorial

    .NET MVC with SQL Server Database

    .

    In this article, we will learn .NET MVC with SQL Server database and entity framework. Previous Chapter: Routing in MVC The .NET MVC (Model-View-Controller) framework is a popular framework for building web applications. It promotes a clean separation of concerns…

  • Minimal API Concept in .NET Core

    .NET Core Minimal API with Example

    .

    In this article, we will learn about the minimal API concept in .NET Core. What is a Minimal API? A Minimal API is a simplified approach to building APIs in .NET, introduced in .NET 6. It streamlines the process of…

  • What is Kubernetes?

    Let’s dive into Kubernetes: Uses, Benefits and Limitations

    .

    Kubernetes, often abbreviated as K8s, is an open-source platform to automate deployment, scaling, and operating applications in containers. Think of containers as lightweight, portable, and self-sufficient units that package software and all its dependencies so it can run consistently across…

  • Action and Func Delegates in C#

    .

    In C# programming language, there are various delegates to use. C# provides 2 built-in delegates: Action and Func. This article will cover Action and Func delegates in C#. Before we proceed further, we will first look into delegate. What is…


RSS
YouTube
YouTube
Instagram