Resources  
  • How To Install Appium Inspector And Appium Server GUIMar 18, 2024. This article walks you through every step of installing and configuring Appium for mobile test automation. From downloading the necessary software to configuring dependencies , this guide covers it all
  • What Is the Best Way to Re-render a Component in Vue.jsMar 18, 2024. Vue.js empowers component re-rendering through its reactivity system, updating the DOM when data changes. Utilize data properties, watchers, or force re-rendering for effective component updates in Vue.js applications.
  • Exploring Various Triggers and Their Applications in WPFMar 11, 2024. Triggers play a crucial role in defining interactions and behaviors within the WPF user interface. This article explores the various types of triggers in WPF and their implementation within the MVVM pattern. Property triggers, data triggers, event triggers, and multi-data triggers.
  • User Authentication with Forms Authentication in ASP.NET MVCMar 10, 2024. Forms Authentication is a widely-used mechanism in ASP.NET for managing user authentication within web applications. It allows developers to authenticate users based on credentials stored in a database or another user store. Implementation of Forms Authentication in an ASP.NET web application.
  • Unit Test in ASP.NET Core ApplicationMar 07, 2024. Creating unit tests for an ASP.NET Core API controller involves service mocking and exception handling. Set up your project, install packages, create a test project, mock the service, write tests, handle exceptions, and run tests.
  • Building AI Applications in .NETMar 07, 2024. Artificial Intelligence (AI) can seem complex and shrouded in mystery. But for developers, the power of AI is becoming increasingly accessible, particularly within the .NET framework. This guide aims to demystify AI for .NET developers, providing a clear roadmap to building your own intelligent applications.
  • Creating Funnels Using Custom Events in Application InsightsMar 07, 2024. Learn to add custom events to a simple .NET application's telemetry and then use these events to create funnels that identify users who complete a specific sequence of steps in your application.
  • What is PWA & How to Implement It Using JavaScriptMar 05, 2024. A Progressive Web App (PWA) is a type of web application that offers a user experience like that of native mobile apps. PWAs leverage modern web technologies to provide features such as offline functionality, push notifications, and smooth performance, making them responsive, reliable, and engaging for users.
  • Best Practices for Handling Exceptions in C# Mar 05, 2024. Learn effective exception handling techniques in C# with Ziggy Rafiq's comprehensive guide. Discover best practices for managing exceptions, including specifying exception types, logging errors, and employing cleanup strategies. Enhance your C# application's robustness and reliability while minimizing downtime.
  • Vue Methods: Improving Interactivity in Your Vue.js ApplicationsMar 05, 2024. Vue.js, with simplicity and reactivity system, empowers developers to build interactive and dynamic web applications effortlessly. In addition to data properties, Vue introduces the concept of methods within the Vue instance, providing a powerful mechanism for handling complex logic.
  • Product Management Application using .NET Core and React JS with CRUD OperationsMar 02, 2024. In this article, learn to create a product management web API with CRUD operations using .NET Core 6 and React JS. Utilize SQL Server for the backend and Axios for API consumption.
  • C# 10 and .NET Interactive Web Applications with Blazor WebAssemblyMar 02, 2024. This framework, emphasizing C# and .NET, simplifies UI updates, fosters code reusability, and seamlessly integrates with .NET Standard libraries for enhanced functionality. Dive into component-based architecture, two-way data binding, and a vast ecosystem, unlocking the potential of Blazor WebAssembly for dynamic.
  • MSAL for Vanilla JS SPA: Get JWT Access & ID TokensMar 01, 2024. This document provides an overview of Microsoft Authentication Library (MSAL) and its role in implementing secure authentication in Vanilla JavaScript Single Page Applications (SPAs). It discusses the significance of MSAL in obtaining JWT (JSON Web Token) Access Tokens and ID Tokens from Microsoft identity services.
  • Implement and Configure Windows Defender Application Control (WDAC)Mar 01, 2024. Windows Defender Application Control is a security software application designed to protect devices, from malware and other harmful software. Its main purpose is to allow trusted applications to run on PCs.
  • Creating Cohorts Using Custom Properties in Application InsightsFeb 27, 2024. In this article, we will learn how to leverage custom properties in Application Insights to create cohorts for in-depth user behavior analysis.
  • Service Lifetimes in .NET Core ApplicationsFeb 26, 2024. In .NET Core, understanding service lifetimes is crucial for efficient dependency management. This article explores transient, scoped, and singleton lifetimes with practical examples in ASP.NET Core applications.
  • Run .NET 6 containerized applications on Google Cloud Run Feb 23, 2024. Effortlessly deploy .NET 6 containerized apps on Google Cloud Run. Benefit from serverless architecture, scalability, and seamless integration with Docker, enabling efficient management and deployment of your applications in the cloud.
  • ASP.NET Core with Hosted Service & Lifecycle EventsFeb 20, 2024. ASP.NET Core with Hosted Service & Lifecycle Events explores the integration of background tasks in ASP.NET Core applications. Learn how to implement long-running processes efficiently, manage service lifetimes, and leverage lifecycle events for graceful initialization and shutdown.
  • Dataverse Plugin Telemetry with Azure Application InsightsFeb 20, 2024. Learn to use the logger in plugins to log information to Azure App Insights using Dataverse Plugin telemetry. Integrate Azure Application Insights with Dataverse plugins for enhanced telemetry. Monitor plugin executions, detect errors, and optimize performance, providing actionable insights for robust plugin solutions.
  • Mobile Number Validation Using Angular and BootstrapFeb 19, 2024. This article illustrates the implementation steps for 10-digit mobile number validation in an Angular app using reactive forms and Angular's phone number validation pattern. It guides us through setting up the reactive forms module
  • 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.
  • Concurrency in Flutter: Exploring the Power of IsolateFeb 15, 2024. Learn how to use Isolates in Flutter to do multiple tasks at once. This article will help you to understand and use Isolates to make your Flutter apps run better and faster.
  • Test Responsiveness of Your Website with Application Insights Availability TestsFeb 14, 2024. Learn how to create a standard availability test for your website using Azure Monitor Application Insights. Ensure optimal user experience! Use Application Insights Availability Tests to monitor website responsiveness, detect issues, and enhance performance.
  • Getting Started with Mobile Automation with AppiumFeb 14, 2024. Appium, an open-source tool, simplifies mobile app automation with its cross-platform support for native, hybrid, and web apps. Its versatility shines through support for various programming languages, enabling automation across Android, iOS, and Windows platforms.
  • Resolving Database Reconnection Challenges in .NET with PollyFeb 13, 2024. This content provides an overview and detailed implementation guide of utilizing the Polly library for connection retry in .NET applications. It demonstrates creating an Employee class and table, simulating temporary database disconnection.
  • Build Temparature Convertor Application Using Angular and BootstrapFeb 12, 2024. In this tutorial, I will show you how to build an Temperature Convertor application using Angular Custom Pipe. The Pipes are a great way to transform the appearance of elements in the template.
  • Cross-Platform Mobile Development FrameworksFeb 09, 2024. Developing mobile applications for both iOS and Android platforms can be challenging due to the need for separate codebases. Cross-platform frameworks offer a solution, allowing developers to write code once and deploy it on multiple platforms.
  • Integrate YouTube videos in our Angular ApplicationFeb 08, 2024. This content explains how to integrate YouTube videos into an Angular application using the Angular YouTube Player component. It outlines the steps involved, such as installing the necessary package, importing modules, adding the YouTube player component to the HTML template.
  • How to Create Dynamics 365 Trial AccountFeb 08, 2024. Learn how to set up your Dynamics 365 trial account with our comprehensive guide. Follow step-by-step instructions to register for a free trial, create your account, and explore the powerful features of Microsoft's business applications.
  • Display an Application Notification in Dynamics 365 Using JavaScriptFeb 07, 2024. Unlock Dynamics 365's in-app notifications with JavaScript. Activate via the Power Apps portal, create a web resource with code, and trigger on contact name change. Stay informed effortlessly.
  • How to Deploy Angular Application on Nginx?Feb 07, 2024. Deploying an Angular application on Nginx involves setting up Angular, installing Node.js, creating folders, installing Angular CLI, downloading Nginx, configuring ports, building the app, copying files to Nginx's HTML folder, and starting and stopping the Nginx server.
  • CesiumJS Sample in WPF ApplicationFeb 06, 2024. This project streamlines CesiumJS integration into a WPF app, leveraging powerful geospatial visualization. Learn to inject KML files, define locations, create lines, and manage KML loading. Follow the steps to embed CesiumJS, set up HTML, and integrate with WPF using CefSharp.
  • Dev Express Charts in .NET MAUIFeb 05, 2024. Elevate your .NET MAUI projects with DevExpress Charts! Learn step-by-step implementation using a lifetime-free plugin. Follow project setup, plugin installation, and code execution for creating dynamic and visually appealing charts.
  • Steps to Implement Title Service in Angular ApplicationFeb 05, 2024. This article explains steps to set the page title using the title service in Angular apps using an example. The title service allows to change the HTML title of the application with ease.
  • Build Calculator Application Using Angular And BootstrapFeb 04, 2024. In this article, I will show you how to build calculator application using Angular and Bootstrap in 2 minutes.
  • Creating Azure Virtual Networks, Advantages and DisadvantagesFeb 01, 2024. This article delves into the essence of Azure Virtual Networks, Their significance, advantages, and potential considerations. Step-by-step journey in creating a Virtual Network, we explore how this fundamental Azure component lays the groundwork for resilient, scalable, and seamlessly connected cloud environments.
  • What is Benchmarking in .NET?Jan 30, 2024. Explore the world of performance metrics and benchmarking in .NET with this comprehensive guide. Uncover essential insights into measuring and optimizing the performance of your .NET applications, gaining a deep understanding of benchmarking techniques and strategies.
  • Choosing Between Flask and Django for Your Python Web AppJan 29, 2024. Flask and Django are two prominent Python web frameworks; Flask offers simplicity and flexibility for smaller applications, while Django provides a comprehensive package with more built-in features for larger, more complex projects.
  • Implement Health Checks in a .NET Core ApplicationJan 24, 2024. Checking the health of a .NET Core application is an important aspect of monitoring and maintaining the application's reliability. One way to achieve this is by implementing a health check endpoint. Health checks provide a quick way to assess the state of your application, such as checking database connections, external dependencies, or other critical components.
  • Microsoft Copilots for Different Services and ApplicationsJan 22, 2024. Microsoft Copilot's impact on Microsoft 365, GitHub, and Azure. This article delves into its distinct functionalities, pricing models, and the exciting potential of AI in shaping future work experiences.
  • Securing Your .NET Applications With ExamplesJan 20, 2024. In the realm of software development, security remains a paramount concern. This is especially true for .NET applications, which often handle sensitive data and interact with critical systems. By adhering to security best practices, developers can create robust applications that safeguard user information and withstand potential attacks.
  • Implementing IP Rate Limiting in ASP.NET Core MVCJan 18, 2024. IP rate limiting is a crucial aspect of web application security that helps prevent abuse, protect against brute force attacks, and ensure fair resource usage. In this article, we will walk through the process of implementing IP rate limiting in an ASP.NET Core MVC application using middleware.
  • Getting Started with .NET MAUI Application Development with .NET 8Jan 16, 2024. The .NET framework is a versatile and powerful platform for building a variety of applications, including web, desktop, mobile, cloud, gaming, and IoT applications. With the release of .NET 8, Microsoft has introduced several enhancements and features that make it even more appealing for developers. This article explains, what is .NET MAUI, it's uses and demonstrates how to get started with .NET MAUI application development.
  • Understanding Naive Bayes Classifiers In Machine LearningJan 15, 2024. Understanding Naive Bayes Classifiers In Machine Learning.
  • Building a Secure PHP MySQL Signup/Login Website with Email VerificationJan 15, 2024. Creating a secure signup/login system is essential for any web application that involves user authentication. In this article, I'll guide you through building a PHP MySQL login/signup website with email verification. I'll focus on security best practices, including password encryption using PHP's built-in functions.
  • Protecting Your Web Application From Session Replay Attacks In Azure CloudJan 14, 2024. In today's world of increasing digital interconnectedness, online security threats are continuously increasing, and cybercriminals are finding new and innovative ways to exploit system vulnerabilities. One such type of attack is a Session Replay Attack. In this article, we will discuss what Session Replay Attacks are, their proper real-life use cases, implementation in Azure Cloud, countermeasures to minimize them, and how to handle them in .Net Core web applications. In today's world of increasing digital interconnectedness, online security threats are continuously increasing, and cybercriminals are finding new and innovative ways to exploit system vulnerabilities. One such type of attack is a Session Replay Attack. In this article, we will discuss what Session Replay Attacks are, their proper real-life use cases, implementation in Azure Cloud, countermeasures to minimize them, and how to handle them in .Net Core web applications.
  • Efficient Bandwidth Management Using Techniques in .NET CoreJan 11, 2024. Response compression is a vital technique employed in web development to optimize the performance and responsiveness of HTTP applications. By reducing the size of HTTP responses, response compression enhances the user experience, improves page load times, and minimizes bandwidth usage.
  • How to scale Spring Boot applications with NCache Java EditionJan 08, 2024. From this article, you will learn how to scale spring boot applications with NCache Java Edition. Spring Boot for efficient and scalable Java applications. Learn to integrate NCache, a distributed in-memory caching solution, for optimal performance and enhanced scalability.
  • IndexedDB and Its Basic ConceptJan 05, 2024. In this article, we will learn about IndexedDB, a powerful client-side storage API for storing and retrieving structured data asynchronously. Explore its key features, concepts, and a practical example for efficient data management in web applications.
  • Stateful vs Stateless Widget in FlutterJan 05, 2024. Flutter widgets: Stateless and Stateful. Stateless widgets remain static, like a traditional paper menu, while Stateful widgets dynamically update, akin to a real-time digital menu. Delve into examples and code snippets for comprehensive comprehension.
  • Azure Migrate Application and Code Assessment Tool for .NETJan 05, 2024. Explore seamless Azure migration with AppCAT, a powerful tool for .NET. Visual Studio and CLI installations, detailed analyses, and insightful reports empower coding excellence.
  • What is WebSQL?Jan 04, 2024. Explore the fundamentals of WebSQL, a deprecated but once widely used client-side storage solution for web applications. Learn its basics, from setting up a database to CRUD operations with SQL.
  • Connecting Postgres Database to Mobile App with Flutter and DartJan 03, 2024. Postgres Database to connect with your mobile app using Flutter and Dart
  • How To Use Syncfusion Dropdown Tree In Vue.js ApplicationDec 28, 2023. How To Use Syncfusion Dropdown Tree In Vue.js Application.
  • Decoding Redux: Empowering React.js Applications with Scalable State ManagementDec 27, 2023. Explore Redux integration in React.js. Learn store, actions, and connecting components. Elevate your app with efficient state management.
  • How to Create Login page in PowerApps using SharePointDec 27, 2023. PowerApps with a secure login screen. Learn the step-by-step process, from designing the interface to connecting to data sources, validating user credentials, handling navigation, and ensuring application integrity.
  • React Router: Seamless Navigation in Your React ApplicationsDec 27, 2023. Discover the versatility of React Router, offering dynamic routes, nested navigation, lazy loading, and route guards for enhanced single-page applications.
  • How to Use GitHub to Launch Your Web ApplicationDec 27, 2023. Learn to deploy your web application using GitHub and Azure Web Apps. This step-by-step guide covers creating, deploying, and managing applications for efficient development and growth. ??
  • Unveiling the Power of HTML Applications (HTA): A Comprehensive ExplorationDec 23, 2023. HTML Applications (HTA), which bridges the gap between web development and desktop applications! Discover the power of HTML Applications with our latest video. HTA is a game-changer because it seamlessly integrates web technologies with desktop environments. Learn how to convert HTML5 to HTA, customize your applications, and experience its seamless integration and enhanced capabilities. Watch now and empower your coding journey!
  • Implementing Unit Test .Net Core Application Using CQRS HandlerDec 15, 2023. Unit testing Dot Net Core using CQRS Architecture. This article delves into testing .Net Core API projects using the XUnit testing framework. Demonstrating unit tests for a CQRS architecture, it covers arrangement, action, and assertion phases with mocking and examples.
  • Building To Do Application Using RustDec 15, 2023. In this article, we will learn to build a todo application using Rust Programming Language. This comprehensive guide navigates through creating a To-Do application using Rust. It covers Rust installation, setting up the project with Rocket, and building a functional UI for task management.
  • WebSocket in .NETDec 12, 2023. WebSockets have become crucial for real-time communication in web applications, transcending the limitations of traditional HTTP. In .NET, utilizing the System.Net.WebSockets namespace facilitates straightforward WebSocket implementation, empowering developers to establish bidirectional, real-time communication channels. This article guides through creating both WebSocket servers and clients in a .NET environment, offering a powerful solution for building modern, responsive, and interactive web applications.
  • How to Configure Microsoft Entra Application Proxy?Dec 12, 2023. Learn how Azure Application Proxy facilitates secure remote access to on-premises applications without a VPN. From prerequisites to step-by-step guidance on setting up and configuring the App Proxy connector, this article ensures you understand the process. Discover the benefits, including secure access, single sign-on, and hybrid deployment support. Follow the steps to enable and test the application, emphasizing secure external access without VPN requirements, making it a cost-effective solution for various scenarios.
  • Bootstrap: Design ElevatedDec 11, 2023. Bootstrap, a game-changing front-end framework, simplifies web development with responsive grids, pre-designed components, and customization features. This article explores Bootstrap's significance, key features, and diverse applications, emphasizing its role in creating efficient and visually appealing websites.
  • TODO application with CQRS Design Pattern within Nest JSDec 03, 2023. In this article, we will discover the process of incorporating the CQRS design pattern into a Nest JS application. A detailed, step-by-step guide to its implementation.
  • Exploring MongoDB: Applications and Essential QueriesNov 30, 2023. In this article, we will explore MongoDB and delve into its applications, accompanied by an in-depth look at some of the most commonly used MongoDB queries.
  • Microsoft Entra ID Integration with .NET 8 ASP.NET Core ApplicationNov 27, 2023. From this blog, you will learn how to integrate Microsoft Entra ID Integration with .NET 8 ASP.NET Core Web application. The streamlined integration of Microsoft Entra ID with an ASP.NET Core application using .NET 8. Learn to create, register, and configure your app for robust identity management.
  • CI/CD Pipeline for a .NET Web API Application in Azure DevOpsNov 21, 2023. Continuous Integration/Continuous Deployment (CI/CD) pipelines play a pivotal role in achieving this, enabling developers to build, test, and deploy their code efficiently. For .NET Web API applications, Azure DevOps offers a robust platform to establish a streamlined CI/CD pipeline.
  • Deploying a Python Application to AzureNov 21, 2023. Deploying a Python application to Azure enables seamless scalability, robust performance, and easy maintenance. In this guide, we’ll walk through the process using Azure App Service, a platform that facilitates deploying and managing web applications
  • 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 Create ASP.NET Core MVC Application?Nov 08, 2023. An ASP.NET Core MVC (Model-View-Controller) application is a type of web application framework developed by Microsoft. It is designed for building modern, dynamic web applications. Here's what each component of ASP.NET Core MVC represents:Model: The model represents the data and business logic of the application. It defines the structure and behavior of the data that the application works with. In an ASP.NET Core MVC application, models are typically classes that define the data entities and may also include the logic to interact with a database or other data sources.View: The view is responsible for presenting the user interface and displaying the data to the user. Views in MVC are typically written in a markup language like HTML, and they are often combined with a template engine to dynamically generate the HTML based on the data from the model.Controller: The controller acts as an intermediary between the model and the view. It receives user requests, processes them, interacts with the model to retrieve or update data, and then selects the appropriate view to render the response. Controllers handle user input, such as form submissions and URLs, and manage the flow of the application.ASP.NET Core is a cross-platform and open-source framework that allows developers to build web applications and services. MVC is one of the architectural patterns it supports, and it provides a structured way to organize code, making it easier to manage and maintain web applications. It promotes the separation of concerns, making it possible to work on the different aspects of an application independently.
  • How To Use Syncfusion Predefined Dialogs In Vue.js ApplicationNov 07, 2023. This article provides a comprehensive guide for integrating Syncfusion Predefined Dialogs into a Vue.js application. The step-by-step approach, along with the code snippets, ensures that readers can follow along and implement the functionality effectively.
  • Azure Redis Cache with C# for High-Performance ApplicationsNov 02, 2023. This article explanation of Azure Redis Cache and its integration with C# is thorough and provides a good understanding of the topic. You have covered the essential steps to set up Azure Redis Cache, retrieve access keys, and integrate it with C# using the StackExchange.Redis library. Additionally, your provided code example illustrates how to connect to Azure Redis Cache and refresh the expiration time of a cache key.
  • Integration of ActiveMQ with .NET Core Console ApplicationNov 02, 2023. In this article, we delve into the seamless integration of Apache ActiveMQ, a powerful open-source message broker, with a .NET Core console application.
  • Types of Crypto WalletsNov 01, 2023. Explore the world of cryptocurrency wallets, from convenient hot wallets for daily transactions to ultra-secure cold wallets for long-term storage. Choose wisely for a balanced approach to digital asset management.
  • .NET Core Middleware for Logging using SerilogNov 01, 2023. This article provides a comprehensive guide to setting up .NET Core middleware for logging using Serilog. It covers key steps from project setup to middleware configuration, highlighting the flexibility and customization options offered by Serilog. By following your instructions, developers can effectively integrate Serilog into their .NET Core applications and gain insights for efficient monitoring and issue troubleshooting.
  • Zustand in a React.js ApplicationOct 25, 2023. This article talks about implementing Zustand state management framework in a react js application
  • ASP.NET Core MVC CRUD Application with DapperOct 24, 2023. Learn how to build a robust CRUD application in ASP.NET MVC with Dapper, a lightweight and efficient ORM library.
  • Resource URI (Unique Resource Identifier) details of Common Microsoft Resources in Entra IDOct 23, 2023. Resource URI (Unique Resource Identifier) details of Common Microsoft Resources in Entra ID.
  • 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.
  • Data Validation in ASP.NET Core with FluentValidationOct 19, 2023. FluentValidation in ASP.NET Core Data Validation is a title that encapsulates the concept of using the FluentValidation library within the ASP.NET Core framework for effective data validation. In this context, "FluentValidation" refers to a third-party library that simplifies and streamlines the validation process, allowing developers to define validation rules in a fluent, expressive manner. This title suggests that the article or content will explore how to leverage FluentValidation for robust and structured data validation in ASP.NET Core applications. It highlights the importance of ensuring data integrity and user input validation, which are fundamental aspects of building secure and reliable web applications.
  • Unit Testing In Flutter Using Welltested.AIOct 17, 2023. In this article, you will learn about how you can write test cases for unit testing using AI.Unit Testing in Flutter using Welltested.AI offers a robust approach to ensuring the quality and functionality of Flutter mobile applications. Welltested.AI provides automated testing solutions tailored for Flutter development, allowing developers to create and execute unit tests efficiently. With this tool, developers can validate individual units of code in isolation, ensuring their correctness and reliability. By automating the testing process, Flutter developers can enhance their app's stability, identify and fix issues promptly, and deliver a seamless user experience. Welltested.AI simplifies the unit testing process, making it an essential tool for Flutter developers aiming to create high-quality, bug-free mobile applications.Regenerate
  • How to Migrate Xamarin to MAUIOct 17, 2023. In this article, I am going to explain how we can migrate our Xamarin Forms application into .NET MAUI in easy steps and how I did it for my live play store app which is multilingual & multithemed application
  • Understanding and Utilizing Middleware in ApplicationsOct 17, 2023. Middleware is a vital component in the world of web applications. But what exactly is it, and how can it benefit your software projects? In simple terms, middleware is like a helpful assistant in your application pipeline, capable of managing requests and responses in a seamless and efficient manner. Let's break it down in easy-to-understand language.
  • Troubleshooting Microsoft.Extensions.Hosting Service Access Error Oct 16, 2023. This message signifies an issue encountered while attempting to access services within Microsoft.Extensions.Hosting in a .NET application. Specifically, there was a problem with the application service provider, resulting in the need to proceed without accessing the associated services. It's a notification that an expected service or functionality might not be available, prompting the application to continue its operation while excluding the affected service provider.
  • Clean Architecture and Command Pattern in ASP.NET Core API ImplementationOct 16, 2023. Explore a clean and efficient approach to building a robust ASP.NET Core Web API for a Car Company, using Clean Architecture and the Command Pattern. Simplify CRUD operations with a structured and maintainable design.
  • How Can You Interact with Smart Contracts Using Safe{Wallet}Oct 10, 2023. Learn how to securely manage digital assets with Safe{Wallet}'s user-friendly interface for interacting with smart contracts on the blockchain. #BlockchainSecurity
  • How to connect metamask with different blockchain networks?Oct 06, 2023. Unlock the full potential of MetaMask! Learn to connect to various blockchain networks and manage your digital assets with ease.
  • Building Scalable ASP.NET Core Web API with Onion Architecture and Abstract Factory Design PatternOct 06, 2023. This implementation serves as a foundation for building robust, modular, and scalable ASP.NET Core Web APIs. As the project evolves, additional features, security measures, and optimizations can be incorporated while adhering to the principles of the chosen architectural style.
  • 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.
  • .NET MAUI Cross-Platform App DevelopmentSep 25, 2023. Dive into the world of .NET MAUI and discover how to create cross-platform applications effortlessly using a single codebase. Explore the simplicity and power of this framework for building native apps on Android, iOS, macOS, and Windows.
  • Implementing a Custom Telerik RadTextBox Control in a WinForms ApplicationSep 21, 2023. Learn how to create a custom Telerik RadTextBox control for WinForms applications. This code example, compatible with .NET 5/6/7/8, adds convenient IsEmpty and IsNotEmpty properties, enhancing text box functionality.
  • How to Avoid Bots on Private ApplicationsSep 21, 2023. How to use userAgent to avoid bots in .NET Core applications. Implementing a middleware layer that filters incoming HTTP requests for known bot "User-Agent" strings is a practical way to mitigate unwanted bot traffic in private online applications or websites. This middleware intercepts each request, extracts the "User-Agent" header, and compares it to a predefined list of user-agent strings commonly associated with bots.
  • Simplified .NET Application Development using DaprSep 20, 2023. In this article, we delve into Dapr's role in .NET development, exploring its key attributes through practical examples. Dapr, short for "Distributed Application Runtime," streamlines the development of distributed applications by managing state, facilitating service-to-service communication, and supporting event-driven architectures. Developed collaboratively by Microsoft and the community, its .NET SDK is a game-changer for .NET developers.
  • 15 Effective Methods for Enhancing Performance in Our ASP.NET Core ApplicationSep 17, 2023. 15 Effective Methods for Enhancing Performance in Our ASP.NET Core Application.
  • Diagnosing Microservices Performance with Azure Application Insights and OpenTelemetrySep 14, 2023. Implementing distributed tracing with Azure Application Insights or OpenTelemetry to diagnose performance issues is a crucial aspect of monitoring and troubleshooting applications in a distributed system. Below, I'll provide a step-by-step example with a real-world scenario using Azure Application Insights and .NET Core.Scenario: You have a microservices-based e-commerce application that consists of multiple services, such as a product catalog service, a shopping cart service, and an order processing service. You want to trace user requests as they flow through these services to diagnose performance bottlenecks.
  • A Clean Architecture for Building Web Applications with ASP.NET Core MVC C#Sep 13, 2023. ASP.NET Core MVC is a robust framework for constructing web applications, and when combined with the Clean Architecture pattern, it can result in manageable and expandable solutions. In this piece, we will explore how to organise an ASP.NET Core MVC project using Clean Architecture principles, with code samples written in C#.
  • Get Started With Kotlin Multiplatform For MobileSep 12, 2023. This article is going to explain how to create an application that runs on both Android & IOS devices.
  • Creating Resilient Web Applications using ASP.NET Core and Domain-Driven Design (DDD)Sep 12, 2023. Building Robust Web Applications with ASP.NET Core MVC and Domain-Driven Design (DDD)
  • Sending Messages with RabbitMQ in .NET CoreSep 11, 2023. Here we will learn how to use RabbitMQ for sending message in dotnet core

About Mobile-Application

NA

OUR TRAINING