Resources  
  • Create Service Connections in Azure DevOpsMar 28, 2024. Learn how to set up service connections in Azure DevOps for seamless integration with Power Platform. Follow step-by-step instructions to configure essential details like Server URL, Tenant ID, Application ID, and Client Secret. Grant access permissions and save your service connection for successful integration.
  • How To Add Jetpack Compose In Existing Kotlin ProjectMar 27, 2024. This article guides you through the step-by-step process of integrating Jetpack Compose into your existing Kotlin Android project.
  • Folder Structure of .NET ProjectsMar 20, 2024. The folder structure of a .NET project is fundamental for developers navigating the vast ecosystem of .NET development. Whether you're building a console application or a web application, having a clear understanding of the folder structure is organizing and managing your code effectively.
  • Implementing AI and ML in C# ProjectsMar 14, 2024. Explore the integration of AI and ML into C# projects with this beginner-friendly guide. Power of ML.NET, TensorFlow.NET, and Accord.NET to implement machine learning algorithms in your C# applications. From simple linear regression to sentiment analysis, discover the basics of AI and ML in C# programming.
  • Implement Global Exception Handling Middleware in .NET ProjectMar 07, 2024. Implementing custom global exception handling in your project involves setting up a system to manage errors across your application. By defining exception classes and configuring error logging, you can ensure smoother error handling and improve the reliability of your software.
  • How to Integrate Twilio in C# .NET MVC Project to Send SMS?Feb 26, 2024. In this article, we will learn how to integrate Twilio in a C# .NET MVC project to send SMS. Learn to enhance user engagement by integrating Twilio into a C# MVC project. Follow the steps from setting up a Twilio account to sending SMS, creating a seamless user interaction experience.
  • The MoSCoW Prioritisation Method for Software Development ProjectFeb 21, 2024. Explore the MoSCoW Prioritisation Method for Software Development Projects authored by Ziggy Rafiq. Learn how this technique categorizes requirements into Must-have, Should-have, Could-have, and Won't-have, optimizing decision-making and resource allocation for impactful product delivery
  • Azure DevOps: Create Organization, Project, Commit .NET SolutionFeb 20, 2024. Create Azure DevOps Organization & Azure DevOps Project, Commit .NET Solution Project into Azure DevOps. The article provides a detailed guide on establishing an Azure DevOps Organization, creating a project, and committing to a .NET Solution Project.
  • Securing Your .NET Projects: Simple Strategies and Real ExamplesFeb 18, 2024. In today's digital world, keeping our software safe from cyber threats is super important. For developers working with .NET projects, it's not just a good idea but really necessary to make sure our apps are strong against potential attacks. Luckily, there are lots of tools and tricks within the .NET world to help us do this.
  • Fortifying your .NET ProjectFeb 16, 2024. This article explores essential strategies to enhance the security of .NET projects, addressing common threats like SQL injection and XSS. It covers input validation, parameterized queries, authentication, secure communication, XSS prevention, and dependency management for robust application security.
  • Explain about Git and GitHubFeb 01, 2024. Git is a powerful, open-source distributed version control system designed by Linus Torvalds for efficient project management. Developers use Git for version control, tracking code changes, and collaborating. GitHub, a platform utilizing Git, facilitates collaborative coding, project hosting, and version control.
  • Number Guessing Game in PythonJan 19, 2024. In this article, you will learn how to write a Guess-the-number game in Python using a Google Colab. You will learn three different ways to implement it.
  • Creating Unit Test project for NodaTimeJan 09, 2024. Creating a NodaTime classlibrary project and adding Unit tests for that classlibrary. The creation of a NodaTime ClassLibrary project for .NET applications, emphasizing the importance of unit testing with xUnit. It provides step-by-step instructions, code snippets, and explanations for implementing and testing NodaTime functionalities, promoting robust and maintainable software development.
  • Create a Django Project Crash to BuildJan 07, 2024. Create a Django app in simple steps: Install Django, create a project and app, define models, apply migrations, set up views and templates, configure URLs, and run the development server.
  • How to Create a Vue Project?Jan 06, 2024. Creating your first Vue.js project doesn’t have to be daunting. This step-by-step guide walks you through the process, starting from setting up the development environment to running your Vue.js application. Learn how to initiate a Vue.js project using npm, make essential choices during project creation, install dependencies, and launch your project locally.
  • Implementing CORS in Your ASP.NET Core ProjectJan 04, 2024. Enable secure cross-origin communication in your ASP.NET Core app with this step-by-step guide on implementing Cross-Origin Resource Sharing (CORS) using middleware and policies. Enhance security and control access to your resources effectively.
  • A Guide for Building a .NET Project with Clean ArchitectureJan 02, 2024. In this article we will take a closer look at the foundational thoughts and factors influencing our project creation. Clean Architecture emphasizes the separation of concerns and dependency inversion to create a highly modular and testable codebase.
  • Creating a Standalone Project Using NX With Module FederationDec 21, 2023. NX is a wonderful framework, of which not many Angular/React developers are aware. Today I want to write an introduction about NX and its capabilities
  • How to Create Sample Maven Project by Adding TestNG Nov 28, 2023. Learn how to create a Maven project and add TestNG dependencies in Eclipse. Follow steps like configuring Maven settings, specifying project coordinates, and adding dependencies for efficient project development and execution.
  • How to build a Sentiment Analysis Chatbot using Python?Nov 18, 2023. In this article, we will explore the creation of a simple Sentiment Analysis Chatbot using Python and the Tkinter GUI library. Sentiment analysis involves determining the sentiment (positive, negative, or neutral) expressed in a piece of text. Our chatbot will leverage the TextBlob library for sentiment analysis and Tkinter for the graphical user interface.
  • Identity API Endpoints based Authentication and Authorization in .NET 8Nov 15, 2023. The second step in adding token-based authentication to ASP.NET Core Identity is to introduce the Identity API endpoints. Basically, this is an API version of the actions that you can perform with ASP.NET Core Identity through the classic web UI. Once you enable the Identity API endpoints, you will get endpoints like /register, /login, /forgotPassword, confirmEmail, etc.
  • How To Use Notion Efficiently For Project Management?Nov 02, 2023. Notion is a digital workplace that helps you manage all of the chores and work for your business.
  • How We Can Add Setup Project in Window Service?Oct 27, 2023. In this article, we will see how we can add a Windows services installer. You can combine your service with any required files, registry entries, and configurations into a single installation package using this installer. The setup project makes it easier to deploy your Windows service.
  • ASP.NET DevOps Starter Project SetupOct 23, 2023. Setting up a sample ASP.NET project using DevOps Starter Project. Learn how to kickstart an ASP.NET project with DevOps Starter in Azure. Sign in, create a DevOps Starter project, configure settings, deploy to Azure, and set up continuous integration.
  • Mediator Design Pattern in ASP.NET Core Web API with 3-Tier ArchitectureOct 19, 2023. The Mediator Design Pattern is a behavioral design pattern that defines an object that centralizes communication between a set of objects. It promotes loose coupling between components by preventing direct connections between them. Instead of components communicating directly, they communicate through a mediator.
  • Effective QA Strategy for Software SuccessOct 19, 2023. Crafting a Kickass QA Strategy A Recipe for Software Success" is a title that suggests the development of a comprehensive and effective Quality Assurance (QA) strategy to ensure the success of software projects. In this approach, "kickass" implies a robust and highly efficient strategy. A well-structured QA strategy is vital for identifying and addressing issues, ensuring the quality of the software, and ultimately achieving success in terms of user satisfaction, reduced errors, and meeting project goals. This title highlights the importance of a well-crafted QA strategy as a key ingredient in the recipe for achieving software project success.
  • Building Flexible And Future-Proof C# Applications With ExamplesSep 27, 2023. This article explores the Open Closed Principle (OCP), one of the SOLID principles of object-oriented design, and how it can help developers build flexible and future-proof C# applications. By adhering to the OCP, you can create software that is easy to extend and maintain without modifying existing code. We'll delve into the theory behind OCP and provide practical C# examples to illustrate its application.
  • Real-Time Insights with Azure Stream Analytics in IoT ProjectsSep 25, 2023. Azure Stream Analytics is a Microsoft Azure service for real-time data stream processing. It enables the ingestion, processing, and analysis of streaming data from various sources, such as IoT devices, sensors, and social media. By continuously processing data as it arrives, Stream Analytics provides immediate insights, facilitating quick decision-making and actions.
  • Running Python Code Inside .NET with IronPythonSep 21, 2023. Learn how to integrate Python seamlessly with .NET applications using IronPython. This open-source implementation of Python is designed to run on the .NET framework, offering access to Python's libraries and modules within the .NET ecosystem.
  • GraphQL in Next.jsSep 15, 2023. Here we will give the description how to setup GraphQL with Next.js.
  • Azure Functions Proxies: URL Rewriting and API CompositionSep 12, 2023. Azure Functions Proxies are a powerful feature that allows you to define proxies to control the behavior of HTTP requests and responses to and from your Azure Functions. You can use them for URL rewriting, request/response transformation, and API composition. Here are the steps to use Azure Functions Proxies in an ASP.NET Core application:
  • Efficient PDF Generation in ASP.NET Core Web API Using DinkToPdfSep 09, 2023. Generating PDF files in an ASP.NET Core Web API is a common requirement, and there are several libraries available to help with this task. In this example, I'll show you how to generate PDF files using the popular library called DinkToPdf, which is a .NET wrapper for the C library DinkToPdf. We'll also follow best practices for structuring your ASP.NET Core Web API project.
  • Securing Infrastructure with VMware SaltStackSep 06, 2023. Securing Your Infrastructure with VMware SaltStack: Best Practices and Considerations
  • Boosting IoT Projects with Cloud Storage and Azure IoTSep 01, 2023. In the era of IoT-driven digital transformation, efficient data storage is paramount. Cloud storage, particularly Microsoft Azure IoT's solution, empowers IoT projects with scalability, accessibility, reliability, analytics, and cost-efficiency.
  • Access .NET Projects via LANAug 30, 2023. How you can access .NET project through LAN. Unlock the potential of LAN access for your .NET project. Discover how to create a web application, configure endpoints, and seamlessly access it from any device on the same network.
  • Create and Run .Net project in UbuntuAug 27, 2023. In this article we will learn about creating and executing .Net Project in Ubuntu OS
  • How to use Telerik Private NuGet Package in Visual Studio 2022 and .NET 7 ProjectAug 25, 2023. NuGet is the most useful and essential tool for modern software development platforms via which developers can create, share and consume reusable code. NuGet is a package manager for the software development platform that simplifies the process of adding and managing libraries and dependencies in your projects. this article explains how we can use private NuGet package with Visual Studio 2022 and .NET 7 project.
  • Drawing the Indian Flag Using Python: A Creative Coding ProjectAug 25, 2023. This article discusses a creative coding project that involves programming the drawing of the Indian flag using Python. It provides a step-by-step guide and code explanation to help readers recreate the flag using Python's graphics capabilities.The article begins by introducing the concept of creative coding and its application in creating visual artworks with the help of programming languages like Python. It then dives into the step-by-step process of drawing the Indian flag.
  • What is Google Gemini, AI Project by Google?Aug 23, 2023. Google Gemini is an artificial intelligence e (AI) project from the Google AI team. It is a large language model (LLM) that is expected to be more powerful and versatile than previous LLMs.
  • Deploy Angular Project On DomainAug 22, 2023. In this article, I told you how to run a project on the domain. It appears you're requesting a description, but you haven't specified what you'd like a description of. Could you please provide more context or clarify the subject you're referring to? Whether it's a technology, concept, process, or something else, providing additional details will help me provide you with an accurate and relevant description.
  • Project Structure of .NET MAUI ApplicationAug 14, 2023. In this article, we will understand the project structure of a .Net MAUI Application.
  • What is Non-Functional Requirements?Jul 31, 2023. A Non-Functional Requirement (NFR) is a type of requirement in software and system development that specifies criteria for the performance, behavior, and qualities of the system, rather than defining specific features or functionalities. Unlike Functional Requirements, which describe what the system should do, Non-Functional Requirements describe how the system should perform or behave.
  • Node.js RESTful API Project with Express, MongoDB, and PostmanJul 21, 2023. How to perform CRUD operations using Node-js, Express, Postman, and MongoDB
  • Streamlined Orchestration with VMware SaltStack: Automating WorkflowsJul 21, 2023. This article focuses on SaltStack's orchestration features within the VMware ecosystem, highlighting its ability to streamline workflows, automate tasks, and coordinate complex operations across multiple systems.
  • Exploring SVG, Canvas, and WebGL for Optimal Web Project GraphicsJul 12, 2023. Exploring SVG, Canvas, and WebGL: Choosing the Right Graphics Technology for Web Projects Discover the strengths of SVG, Canvas, and WebGL and learn how to select the ideal technology for your web projects based on graphic complexity, interactivity, performance, and accessibility.
  • How to Create a Project in Node.js?Jul 12, 2023. In this article, we've created a basic login form and user authentication system using Node.js.
  • How To Add Authentication In ASP.NET Core 6 MVC Project Using Identity?Jul 11, 2023. In this article, We will be learning how to add authentication in ASP.NET 6 Using Identity service.
  • Set Up The Node Environment and Run a Simple Node Server ProjectJul 03, 2023. Set Up The Node Environment and Run a Simple Node Server Project With Express framework Step by step
  • How to Select the Software Model for the Software projectJun 29, 2023. Every Software model provides the software development cycle that helps us to efficient and effective development. By using the Software development process model, we can get the requirements to form the customer very effectively. The software process model provides an effective way of requirement management. The software Process model defines the product business modeling. It provides the testing environment throughout the development cycle. It provides the complete details of the project by documenting all the processes during development. Selecting the software product is a challenging task in the software development process. Select the process model according to the nature of the software product given below we will discuss how can we select the right software process model in the right way.
  • Next Gen Computer Vision Capabilities with Project Florence Foundation ModelJun 28, 2023. This article describes about the Project Florence and Vision Studio capabilities.
  • How to Structure a CLI project in Go?Jun 19, 2023. The article talks about how one must structure their CLI projects in Go.
  • How to Generate a Standalone Executable File from C# Project in Visual Studio 2022May 29, 2023. In this article, we will explore the process of generating a standalone executable file from a C# project in Visual Studio 2022. A standalone executable file allows you to distribute your application to end users without the need for them to have the .NET Framework or any other dependencies installed on their machines.
  • WebAPI Unit Testing with MSTest Project in .Net 7May 03, 2023. Today I will create the ASP.Net Web API in .Net 7 and I will test module with MSTest Unit Testing Project.
  • What’s the Difference Between SCSS and Sass and How to Use it in Your ProjectMay 03, 2023. What’s the difference between SCSS and Sass and how to use it in your project to make it more faster than define css
  • How to Use C# 12's Source Generators to Improve Performance and EfficiencyApr 18, 2023. How to Use C# 12's Source Generators to Improve Performance and Efficiency
  • Debug .NET Core Project In Mobile Or Tablet Using Dev TunnelsMar 10, 2023. In this article we will explore the new feature of Microsoft Visual Studio 2022 which allows you to test your Web Application on other PC, Mobile or Tablets while you are debugging your project. This feature is called Dev Tunnels.
  • Project Loom - A Preview Feature Of Java 19Mar 09, 2023. In this article, you will learn about preview feature of Java 19 i.e about Project Loom.
  • Create A New Console Project In Visual Studio CodeMar 06, 2023. In this article, you will learn how to create a new C# Console project using Visual Studio Code using command prompt.
  • How To Project Camera To Web Browser Using WebRTCFeb 27, 2023. In this tutorial, we'll understand how we can project Camera feed to your web browser using WebRTC.
  • Auto Testing .Net Core API ProjectFeb 22, 2023. To automate testing of a .NET Core API project, you can use a testing framework such as NUnit or xUnit, which are popular for .NET Core projects.
  • Learn Flutter In 15 Days - Day OneJan 23, 2023. In this article, you will learn what is flutter and how we can install flutter in android studio.
  • Setup Selenium Test Automation Project Using C#Jan 12, 2023. In this article, you will learn how to setup test automation Project using Selenium C#.
  • Project Structure Of Blazor WebAssembly Project In ASP.NET Core 7.0Jan 08, 2023. In this article, you will learn about Project Structure of Blazor WebAssembly Project in ASP.NET Core 7.0.
  • Project Structure Of Blazor In ASP.NET Core Jan 06, 2023. In this article, you will learn about project structure of Blazor in ASP.NET Core.
  • How To Setup A Express.js ProjectJan 05, 2023. In this step-by-step guide, you’ll learn to set up your Express.js development environment.
  • How To Integrate Signature Pad Into The Blazor ProjectDec 26, 2022. This article explains how to integrate the signature pad into the Blazor project.
  • How To Use ClickUp Efficiently For Project Management?Dec 17, 2022. ClickUp is a flexible project management application that can be used for a variety of tasks, including team management and goal monitoring.
  • How To Create Blazor WebAssembly Project In ASP.NET Core 7.0Dec 14, 2022. In this article, you will learn how to create Blazor WebAssembly project in ASP.NET Core 7.0.
  • How To Convert An MVC Project Into A Blazor Application ProjectNov 23, 2022. In this article, you will learn how to convert an MVC application into a Blazor application.
  • React And .NET Core 6.0 Web API Sample Project with DockerNov 11, 2022. This article will explain the CRUD (Create, Read, Update and Delete) operations in ASP.NET Core 6.0 WEP API using Entity Framework Core Code First approach.
  • Adding Blazor To Existing ASP.Net Core ProjectNov 10, 2022. Add blazor UI and components into any existing asp.net core or mvc project. Its very simple to use and enjoy rich layout with c# code mixed with html.
  • Setup Selenium Test Automation Project Using JavaNov 08, 2022. In this article, we will look at how to setup selenium test automation project using java.
  • Set Up Webdriver IO Test Automation ProjectOct 31, 2022. In this article, you will learn how to set up Webdriver IO Test Automation Project.
  • Set Up Cypress ProjectOct 26, 2022. In this article, you will learn how to Set Up Cypress Project.
  • Setup Playwright Automation ProjectOct 18, 2022. In this article, you will learn about the setup playwright automation project.
  • Writing Tests In Playwright Test Automation ProjectOct 18, 2022. In this article, you will learn how to write tests in playwright Test Automation Project.
  • Update Angular For Environment And ProjectOct 03, 2022. This article is to discuss how to update Angular for both environment or Project.
  • First Flutter Project😁Aug 12, 2022. In this article, you will learn about the First Flutter Project.
  • How To Convert Console Project To Web API ProjectJul 26, 2022. In this article, I will explain how we can convert a console project into a web API project and the changes required in this conversion process.
  • How To Add Startup.cs Class In ASP.NET Core 6 ProjectJun 02, 2022. In this article, you will learn how to Add Startup.cs in ASP.NET Core 6 Project.
  • Common Practices In .NET Project StructureMay 30, 2022. In this article, you will learn about common practices in .NET Project Structure
  • Understanding Folder Structure For React ProjectApr 22, 2022. In this article, you will learn about the Folder Structure for basic React project.
  • Files To Be Committed To Source Control In SPFx ProjectsApr 07, 2022. In this article explains what files to be committed to source control during SPFx source code check in.
  • Open Legacy Projects (4.5 Framework) In Visual Studio 2022 Mar 20, 2022. In this post, we will see how to open legacy 4.5 framework projects in Visual Studio 2022.
  • 10 Reasons Why Software Projects FailMar 14, 2022. In this article, you will see the top 10 reasons why software projects fail.
  • Implement Unit Of Work And Generic Repository pattern in a Web API .NET Core Project Using EFFeb 21, 2022. Complete guide to implement Unit of Work with Generic Repository Pattern with Entity Framework in a WEB API .NET Core project
  • Creating An Xamarin Project In Visual Studio 2019 Using MacFeb 09, 2022. In this article, I have explained about creating a sample xamarin project and run the android/iOS app using visual studio 2019 using mac
  • Sync .Net Core Project To GIT Repository Feb 07, 2022. In this article I will show you to Create GIT repository, create branch to your Git Repository, Sync Your local project to your GIT repository, Commit your project, Push your project file changes.
  • Managing Files On GitHub Using Git Bash In Real-Time Scenario - Removing A Specific File From Pull RequestJan 14, 2022. We discuss on steps to push, pull and clone repository files to GitHub by team members using Git Bash under organization. Here one member will add reviewers to review its pushed files by creating pull request. After then it will be merged to main branch.
  • How To Resolve Issue Of Test Project Not Running The Unit Tests After Upgrade To .NET 6Jan 07, 2022. This article describes the scenario of unit test project not running the test cases in .NET project and the solution to this issue in detail.
  • Folder Structure Of ASP.NET Core MVC 6.0 ProjectDec 30, 2021. In this article, you will learn about the folder structure of ASP.NET Core MVC 6.0 Project.
  • Advanced Entity Framework Core: Extract data access layer with migrations to the library project and Execute migrations from the command lineOct 13, 2021. See code examples in this article: Let's imagine you have a solution with many projects including a web application with the name "MiniService", which contains appsettings.json and a library project with DbContext and Migrations with any name f.e. "MiniService.Data". You most likely want to use the exact connection string in the appsettings.json used by the web app. May be different cases when you will need to run migrations from the command line, for example, there is no 'Package Manager Console' in VS for Mac.
  • Creating MAUI APP Project And Understanding Its Folder Structure In VS 2022Oct 04, 2021. This article explains about developing an app using MAUI. The steps to be followed for creating first app. Along side how to install VS 2022.
  • Agile PM Tools And Techniques ⚙️ (Sprint 2)Sep 30, 2021. To handle quality product development and timely delivery, you need a project management tool that meets your needs and can tackle software development projects smoothly with proper pricing plans. 
  • Agile Project Management⚙️📝📋📊Sep 20, 2021. What is agile project management? How Scrum and Kanban are similar and different, popular frameworks of Agile methodology.
  • Creating A Web API Project In Visual Studio 2019Sep 17, 2021. This article explores the creation of APIs with GET, POST, PUT, and DELETE operations, crucial for CRUD functionalities. It delves into database connectivity, HTTP methods, routing, HTTP status codes, and model implementation in ASP.NET Core.
  • Agile🚀 Scrum🏈 Framework For Beginners To Intermediate Level✅Sep 03, 2021. Agile is a methodology. Scrum is a framework. In this article, I explained both with the project management approach.
  • Set Up GitHub With .NET ProjectAug 16, 2021. In this article, we will learn how to setup GitHub with .NET project and push code to GitHub
  • Create GitHub Repository And Add New/Existing Project Using GitHub DesktopJul 20, 2021. In this article, you will learn about the easy way to Create GitHub Repository and add new or existing project using GitHub Desktop.
  • How Do Enterprise-Level Software Projects Start?Jul 14, 2021. In this article, I'll walk you through the processes from initiating business needs to get ready to start software development.

About Extensibility-Projects

NA

OUR TRAINING