Resources  
  • How to Implement Drag and Drop Functionality in JavaScript Step by StepApr 21, 2026. Learn how to implement drag and drop functionality in JavaScript step by step using HTML5 drag events with simple examples and best practices for beginners.
  • How to Populate Records in a Word File Using Power AutomateMar 25, 2026. Learn how to automate Word document population with dynamic data using Power Automate! This guide covers enabling the Developer tab and creating a data-driven Word template for efficient reporting. Perfect for automating repetitive tasks!
  • How to Fix “Cannot Drop Database Because It Is Currently in Use” in SQL ServerFeb 27, 2026. Learn how to fix the "Cannot drop database because it is currently in use" error in SQL Server. This guide provides a step-by-step solution, safe scripts, and best practices for database deletion. Ensure a smooth and error-free database management process.
  • Why Does Google Analytics Show Traffic Drop Suddenly?Feb 13, 2026. Sudden Google Analytics traffic drop? Don't panic! This guide helps diagnose the cause, from tracking issues to SEO problems, ensuring accurate data and insights.
  • Why Does Website Traffic Drop After a Google Algorithm Update?Feb 12, 2026. Traffic dips after a Google update? Learn why! This guide covers content quality, E-E-A-T, technical SEO, and recovery strategies for lasting organic growth.
  • How to Create Email Templates in Dataverse and Dynamically Populate Them Using Power AutomateFeb 12, 2026. Learn how to create dynamic email templates in Dataverse and populate them with personalized data using Power Automate. Automate email communication effectively!
  • Why Does Website SEO Ranking Drop Suddenly Without Changes?Feb 06, 2026. Sudden SEO ranking drop without changes? Discover hidden factors like algorithm updates, competition, & technical issues. Learn to diagnose & prevent drops!
  • Why PostgreSQL Works Fine for Months and Then Suddenly Slows DownJan 23, 2026. Uncover why PostgreSQL performance degrades seemingly overnight after months of stability. Learn to identify gradual accumulation of inefficiencies and prevent sudden slowdowns.
  • Why VACUUM in PostgreSQL Causes Performance Drops (And When It’s Normal)Jan 22, 2026. Understand why VACUUM in PostgreSQL causes performance drops. Learn when it's normal, avoidable, and a sign of deeper issues. Optimize your database now!
  • How Row-Level Security Slows Down Power BI ReportsJan 21, 2026. Discover why Row-Level Security (RLS) slows down Power BI reports and how to optimize it. Learn to balance security with performance for responsive dashboards.
  • UNDROP in Azure Databricks: Recover Dropped Tables Like a ProJan 20, 2026. In this article, I covered how to use the UNDROP command in Azure Databricks with Unity Catalog to recover accidentally dropped tables and materialized views. A data engineer's lifesaver! Discover syntax, permissions, and limitations for effective data recovery.
  • How Can Power BI Dashboards Slow Down Drastically with Large Datasets?Jan 19, 2026. Optimize Power BI dashboards for large datasets! Learn why they slow down & get 10 actionable tips to boost performance, ensuring responsive data visualization.
  • Is ChatGPT Down Right Now and Why Is It Not Working?Jan 15, 2026. ChatGPT not working? Discover common reasons like server overload, internet issues, or browser problems. Learn quick fixes to get back to using ChatGPT!
  • What Happens If Ledger the Company Shuts Down?Dec 26, 2025. Worried about Ledger shutting down? This article explains how your crypto remains safe and accessible even if the company disappears. Learn about self-custody and recovery.
  • Avoid EF Core Query Pitfalls That Slow Down AppsDec 18, 2025. Learn how common Entity Framework Core query mistakes slow down enterprise applications and how to fix them using simple patterns, better queries, and performance-focused practices.
  • Building Dynamic Dashboard Widgets with Persistence Store in AngularDec 03, 2025. Build dynamic Angular dashboards with customizable widgets, persistence, and drag-and-drop. Learn to create scalable, maintainable dashboards for real-world apps.
  • Model Validation in ASP.NET Core Using Data AnnotationsDec 02, 2025. Master ASP.NET Core model validation using Data Annotations! This guide covers everything from basic attributes to custom rules, ensuring secure and reliable web apps.
  • Building Dynamic Reordering Functionality in Power Apps Using Up/Down Arrow IconsDec 01, 2025. Effortlessly reorder items in your Power Apps Gallery with up/down arrow icons! This tutorial provides a simple, intuitive solution for dynamic record arrangement, improving user experience and control. Perfect for navigation menus, task prioritization, and more.
  • Understanding Razor View, Razor Layout, Razor View Imports, and Razor Pages in ASP.NET CoreNov 22, 2025. Unlock the power of Razor in ASP.NET Core! This guide covers Razor View, Layout, View Imports, and Pages with clear examples, boosting your web development skills. Master dynamic UI creation!
  • When an Internet Outage Teaches Us a Bigger LessonNov 22, 2025. A simple breakdown of how a small Cloudflare error caused a major internet outage, why such failures matter, and what it teaches us about building a safer and more resilient digital world. Easy to read, helpful, and written for everyone.
  • ASP.NET WebForms to ASP.NET Core MVC – Feature Comparison, Purpose & ExamplesNov 22, 2025. Migrating from WebForms to ASP.NET Core MVC? This guide provides a feature-by-feature comparison with examples, covering Razor views, controllers, and more for modern web development.
  • What You Can & Cannot Do in CSHTML (Razor Views) Nov 21, 2025. Unlock the power of CSHTML in ASP.NET Core! This guide contrasts Razor views with Web Forms, covering what's possible (and not) with code examples and Tag Helpers. Master modern web development!
  • CSHTML (Razor) Cheat Sheet — Quick Reference for ASP.NET CoreNov 21, 2025. Quickly master ASP.NET Core Razor syntax with this handy cheat sheet! Covers data binding, tag helpers, loops, forms, partials, layouts, and more for efficient development.
  • Smart Index Lifecycle Manager (Auto-Create, Auto-Drop, Usage Tracking in SQL Server)Nov 21, 2025. Automate SQL Server index management! This guide details creating a smart index lifecycle manager for auto-creation, dropping, and usage tracking. Improve performance!
  • Understanding .NET Core: A Simple and Complete Guide for BeginnersNov 18, 2025. A complete beginner-friendly guide to .NET Core covering its features, project structure, middleware pipeline, request flow, and key concepts of ASP.NET Core. This article explains everything in simple language, making it easy for students and new developers to understand and start their .NET journey.
  • Creating a Browser-Based Workflow Simulator in Angular (Drag Nodes → Simulate Execution)Nov 19, 2025. Build a drag-and-drop workflow simulator in Angular! Visually design, simulate execution, and validate workflows directly in the browser. Perfect for enterprises.
  • Why Do Big Websites Go Down When Cloudflare Is Down?Nov 19, 2025. Explore why Cloudflare outages cripple websites, even with healthy servers. Learn about DNS, CDN, and mitigation strategies for resilient web architecture.
  • Building a Dynamic Email Template Engine With Handlebars or Razor in ASP.NET CoreNov 17, 2025. Build a dynamic email template engine in ASP.NET Core using Handlebars or Razor. Supports placeholders, conditionals, layouts, preview, and versioning. Streamline email creation!
  • Complete Source Code — File Viewer + Drag-Drop File Manager (Angular + ASP.NET Core)Nov 17, 2025. Full-stack file viewer & manager! Angular frontend with drag-and-drop, ASP.NET Core backend. Supports PDF, DOCX, images, video. Ready to deploy with Docker!
  • Building a Fully Dynamic Form Builder in Angular (drag-drop fields, validation rules, preview mode)Nov 14, 2025. Build a dynamic form builder in Angular with drag-and-drop, validation, and preview. Covers architecture, data model, UX, and .NET Core backend integration. Target audience: Full-stack .NET + Angular engineers.
  • Doubling Down on DeepAgents – DeepAgents v0.2 Update & When to Use ItOct 30, 2025. Explore the v0.2 release of DeepAgents by LangChain: new pluggable backends, enhanced memory, conversation summarisation, and a decision framework on when to use DeepAgents vs LangChain vs LangGraph.
  • ASP.NET Core Razor Pages Mastery: Advanced UI Patterns, Real-World Examples & Performance Optimization(Part-21 of 40)Oct 21, 2025. Master UI development patterns, data binding, and handler methods. Explore real-world e-commerce examples, performance optimization, and best practices. Part 21 of a 40-part series, this module delivers a breakthrough in simplifying web development. Dive into page models, validation, and more to build high-performance web applications.
  • Locking Down Financial Transaction APIs: Enforcing IP Restrictions on Azure Functions in Real-Time Payment SystemsOct 16, 2025. Secure real-time payment systems using Azure Function IP restrictions. This article provides a step-by-step guide to implementing network-level access control, crucial for financial services compliance (PCI DSS, PSD2). Learn how to allow traffic only from trusted sources, preventing unauthorized API calls and bolstering zero-trust security. Includes Azure CLI scripts, testing strategies, and operational best practices for enterprises processing instant SEPA or FedNow payments.
  • Build First ASP.NET Core MVC Web App Part 3 - Complete E-Commerce Tutorial with Razor PagesOct 15, 2025. Build a complete e-commerce web application using ASP.NET Core MVC and Razor Pages in this comprehensive tutorial. Learn MVC architecture, create dynamic UIs with Razor syntax, implement shopping cart functionality, and set up a production-ready environment. Master real-world web development skills and build a portfolio-worthy project. Includes database design, testing, and deployment strategies.
  • Razor Pages in ASP.NET CoreOct 14, 2025. Discover Razor Pages in ASP.NET Core, a streamlined approach to web development. Built upon MVC, Razor Pages simplifies building dynamic web applications with a page-centric model. Learn about its structure, handler methods, routing, model binding, and dependency injection. Explore real-world use cases and understand why Razor Pages offers simplicity, better organization, and enhanced testability for modern .NET web development, making it ideal for both beginners and experienced developers.
  • Chapter 19: Web APIs: Geolocation, Drag & Drop, and Browser HistoryOct 12, 2025. Learn how to access user location with the Geolocation API, implement drag-and-drop functionality, and manipulate browser history for Single Page Applications (SPAs). This guide covers essential techniques for enhancing web applications with powerful browser features, including asynchronous location retrieval, drag events, and history management for seamless user experiences.
  • Mastering ArrayPool<T> in C#.NET to Cut Down AllocationsSep 28, 2025. This guide explains how to efficiently reuse arrays for file I/O, network operations, and more. Learn when to use it, common pitfalls, and practical examples for APIs, background workers, and stream pipelines. Discover how ArrayPool&lt;T&gt; minimizes allocations, reduces latency, and optimizes high-throughput services. Includes benchmark examples and a practical checklist.
  • HTML Tag Helpers vs. Tag Helpers in ASP.NET CoreSep 11, 2025. Confused about HTML Tag Helpers vs. ASP.NET Core Tag Helpers? This article clarifies the differences between standard HTML elements and ASP.NET Core&#39;s server-side helpers. Learn how Tag Helpers enhance Razor views with C# logic, improve SEO with clean URLs, and simplify model binding. Discover practical examples and benefits for cleaner, more maintainable ASP.NET Core web applications. Understand when and why to use each for optimal web development.
  • Content Security Policy (CSP) for Razor Pages and MVCSep 10, 2025. Protect your ASP.NET Core Razor Pages and MVC applications from XSS attacks with Content Security Policy (CSP). This guide explains how CSP works, why it&#39;s crucial for security, and provides practical examples for implementation using middleware and the NWebsec library. Learn how to configure CSP headers, handle inline scripts with nonces, report violations, and establish best practices for a robust security posture.
  • Partial View vs ViewComponent in ASP.NET MVC/Core – A Complete GuideSep 02, 2025. Unlock the secrets of Partial Views and ViewComponents in ASP.NET MVC/Core! This guide dives deep into their differences, exploring usage, performance, and best-use cases. Learn when to use each for optimal code reusability and maintainability. Discover how Partial Views excel at static content while ViewComponents shine with dynamic, data-driven widgets. Elevate your ASP.NET development skills today!
  • Inclusive Guide to Key Concepts in ASP.NET MVC FrameworkJul 31, 2025. This comprehensive article covers essential ASP.NET MVC concepts—from routing and controllers to Razor views, validation, filters, and deployment—offering best practices and examples to build secure, maintainable web applications efficiently.
  • Building Modern Web Applications with ASP.NET CoreJul 21, 2025. ASP.NET Core is a cross-platform, high-performance framework for building modern web apps. It offers modular design, cloud readiness, and support for Razor Pages, APIs, middleware, and modern front-end integration.
  • Understanding .NET MVCJul 14, 2025. ASP.NET MVC is a web framework from Microsoft that uses the Model-View-Controller pattern to build clean, testable, and scalable web applications using C# and Razor.
  • A Quick Guide On SignalR in .Net CoreMay 06, 2025. SignalR in .NET Core enables real-time communication for web applications, allowing instant messaging, notifications, live dashboards, and more. It simplifies two-way communication between clients and servers without page refreshes.
  • Overview of Razor Views, Razor Pages and Razor ComponentsApr 02, 2025. Explore the differences between Razor Views, Razor Pages, and Razor Components in ASP.NET Core. Learn how Razor Views work in MVC, how Razor Pages simplify page-based development, and how Razor Components power Blazor applications.
  • Consuming an API and Populating a List with the Results in MAUI MVVM .NET 9 [GamesCatalog] - Part 4Mar 03, 2025. Learn how to consume an API and populate a list with the results in a .NET 9 MAUI MVVM app. In this part of the GamesCatalog series, you&#39;ll fetch data from an API, bind it to a list, and implement best practices for handling API responses efficiently.
  • Blazor vs Traditional ASP.NET (MVC/WebForms): A ComparisonFeb 03, 2025. Blazor is a web framework by Microsoft that enables building interactive web apps using C# and .NET. It supports Blazor Server (server-side) and Blazor WebAssembly (client-side) for modern, real-time, and offline web development.
  • Farewell to an Era: Is CodeProject.com Really Shutting Down?Jan 14, 2025. This article explores whether the site is really shutting down, the impact on the developer community, and what alternatives exist for those looking for similar resources.
  • Scaffolding in C# 9.0: Building Fast & Efficient Code StructuresDec 03, 2024. Scaffolding in C# 9.0 streamlines application development by automating code generation for controllers, views, and models. It enhances productivity with simplified syntax, improved performance, and customization options.
  • Webgrid and Gridview in ASP.NET Core and .NET Core ExplainedNov 21, 2024. Learn dynamic paging and sorting in .NET Core using JavaScript and jQuery. Modify URLs with query strings for seamless server interaction, leveraging Bootstrap for responsive design and intuitive user experience.
  • New Feature: Drag and Drop in Microsoft ListsOct 21, 2024. Microsoft Lists has introduced a new drag-and-drop feature, allowing users to seamlessly rearrange items in both new and existing lists. Custom ordering is saved across the list, and users can switch to custom order mode easily.
  • Cascading Drop-downs in Canvas Power AppSep 19, 2024. Learn how to create dynamic, dependent drop-downs that filter options based on user input, improving form efficiency and user experience. Perfect for Power Apps developers looking to streamline data entry.
  • Explaining WebForms in ASP.NET CoreSep 12, 2024. Learn about alternatives like Blazor and Razor Pages, leveraging component-based architecture, state management, server-side rendering, and enhancing web app performance and scalability.
  • Explaning .NET Razor ≠ .NET BlazorSep 05, 2024. Razor and Blazor are distinct web technologies. Razor is a server-side templating engine in ASP.NET Core MVC, combining HTML with C# for dynamic server-side content. Blazor, in contrast, enables interactive client-side web apps using C#, running directly in the browser and eliminating frequent server calls.
  • Blazor Meets Azure MapsAug 29, 2024. This guide walks you through creating a Map component using Azure APIs in a Blazor application. It covers setting up an Azure Maps account, obtaining a subscription key, and integrating the map into your app with JavaScript and C#. You&#39;ll learn how to display maps with custom styles and themes using Azure Maps.
  • Entity Framework (13), with .Net Core Code-First SummaryAug 13, 2024. This is a summary article to discuss .Net Core Entity Framework Code First Approach.
  • Entity Framework (11-1), with .Net Core Razor Pages Code-First (2)Aug 10, 2024. This is a discussion for Entity Framework Razor, the second part.
  • Implementing Cascading Drop-Down Lists in .NET CoreAug 07, 2024. Cascading drop-down lists are an essential feature in dynamic web applications where the choice in one dropdown dictates the contents of another. For example, selecting a country in one drop-down could filter the available states in another.
  • Using RunXrmCommand in USD to Populate Fields in Dynamics 365 Jul 26, 2024. Learn how to automate data entry, enhance CRM workflows, and streamline customer service operations by leveraging USD scripts and Dynamics 365 integration for seamless field updates.
  • Populate Dropdown with All People from List for Easy SelectionJul 26, 2024. This is a complex situation where group of people are listed in drop down and depending upon drop down values all the people from list where drop down selected value.
  • Populate All Persons in a Group Depending Upon Dropdown ValueJul 25, 2024. Create a PowerApp to dynamically populate trainers based on a selected subject from a drop-down menu. First, two SharePoint lists should be set up: one for training details and another for trainer information. Design a form to display trainers based on the drop-down selection.
  • Populate Trainer’s Group Depending Upon Dropdown ValueJul 25, 2024. This is a complicated scenario where a group of individuals are listed in a drop-down menu, and every person in the list is selected based on the value specified in the drop-down menu.
  • Entity Framework (11), with .Net Core Razor Pages Code-FirstJul 22, 2024. This article is discussing Entity Framework with .Net Core Razor Pages Code-First.
  • Breaking Down SQL ComplexityJul 21, 2024. Choosing between Common Table Expressions (CTEs) and subqueries in SQL Server depends on readability, maintainability, and performance. Subqueries are ideal for simpler, single-use cases, while CTEs excel in complex, modular, or recursive queries.
  • Automate Fiscal Year Calculation and Auto Populate in Power Apps FormJul 18, 2024. Automating fiscal year calculation and auto-populating fields in a Power Apps form streamlines data entry and enhances accuracy. This tutorial guides users through setting up dynamic date calculations, ensuring seamless integration of fiscal year logic into forms.
  • Create Different Values in Same Dropdown Control in PowerAppsJul 03, 2024. Learn to customize dropdown values in PowerApps based on form requirements. Explore methods for different forms requestor and approver using single-line text or choice columns. Ensure data integrity and usability with dynamic dropdowns tailored to user roles and project phases.
  • Managing CRUD Operations in ASP.NET MVC with Razor and C#Jul 03, 2024. Learn how to implement CRUD operations in an ASP.NET MVC application using Razor views and C#. This guide covers creating, reading, updating, and deleting records, with detailed controller actions and views for managing data efficiently.
  • Let's Create WPF Blazor Hybrid AppApr 15, 2024. Unlock the potential of WPF and Blazor by combining their strengths in a hybrid application. Let&#39;s seamlessly blend the rich, desktop-centric features of WPF with the modern, web-enabled capabilities of Blazor to create a versatile and powerful application that delivers the best of both worlds.
  • Blazor Component: Creation, Lifecycle, Nesting, & UI Integration Apr 11, 2024. Blazor Components offer a modern approach to web development by utilizing Razor syntax and C#. They enable building interactive and reusable UI elements with data binding and event handling.
  • What is Blazor WebAssembly?Mar 24, 2024. Blazor WebAssembly, a client-side web framework powered by .NET and C#, empowers developers to craft dynamic and interactive web applications directly in the browser. In this article, we&#39;ll explore the capabilities, advantages, and potential of Blazor WebAssembly in revolutionizing web development.
  • Razor Syntax in ASP.NETMar 23, 2024. Razor syntax provides seamless integration of server-side code within HTML markup, resulting in cleaner and more readable code compared to traditional ASP.NET Web Forms
  • Difference Between .NET Razor & .NET BlazorMar 20, 2024. .NET Razor and .NET Blazor are two approaches in the .NET framework for web development. Razor offers server-side rendering, while Blazor enables client-side interactivity with C#.
  • Auto-Populate Azure Pipeline Variables and ConnectionsMar 11, 2024. In this article we will discuss how deployment settings file can be used to auto-populate environment variables and connection references in target environment.
  • Explain about Mouse Events in JavaScriptFeb 06, 2024. Unlock the potential of mouse events in JavaScript for dynamic web interactions. From simple clicks to intricate movements, utilize events like click, dblclick, mouse down, mouse up, mouse move, mouseover, mouse out, mouse enter, mouse leave, and context menu.
  • How to Use Drag and Drop in Angular?Feb 05, 2024. Learn how to implement drag-and-drop functionality in Angular tables. Follow these steps: create a component, install the Angular drag-and-drop library, add HTML and TypeScript code for table manipulation.
  • ASP.NET Core MVC vs Razor Pages vs CodeBehind FrameworkFeb 02, 2024. In this article, we compare the performance of ASP.NET Core with the CodeBehind framework. Once we compare Razor Pages with CodeBehind and once again we compare ASP.NET Core MVC with the CodeBehind framework.
  • DropDown List Using XML in ASP.Net C#Jan 11, 2024. The first dropdown, &quot;ddldist,&quot; displays district names, and the second dropdown, &quot;ddltaluka,&quot; displays taluka names based on the selected district. The C# code uses the Page_Load method to load district data on the initial page load. The ddldist_SelectedIndexChanged method handles the district selection, filtering, and populating of the taluka dropdown accordingly. The XML files &quot;District.xml&quot; and &quot;Taluka.xml&quot; store the district and taluka data, respectively.
  • Query to Find and Drop User-Defined Stored ProcedureDec 20, 2023. In this article, we will learn about dangerous SQL scripts that iterate through user-defined stored procedures, views, functions, and user-defined types, dropping them one by one. Caution: Do not run in production environments; it poses serious risks.
  • 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.
  • Design a Snake game in BlazorSep 22, 2023. The Snake Game, with its roots tracing back to the 90’s arcade era. Thanks to Blazor, Let&#39;s give this timeless gem a new home on your web browser.
  • SignalR to enable real-time communication between clients and the serverSep 04, 2023. SignalR to enable real-time communication between clients and a server. SignalR is a library for ASP.NET that allows you to build real-time, interactive web applications. In this example, we&#39;ll create a simple chat application where clients can send and receive messages in real-time.
  • Creating Custom Components in BlazorJul 21, 2023. Building Custom Components in Blazor: Create Reusable UI Elements Using C# and .NET. Learn to build interactive web apps with Microsoft&#39;s open-source framework.
  • JFC Drag and Drop ImplementationJul 14, 2023. The drag and drop mechanism consists of the GUI elements that make up the user interface for the drag and drop operation as well as the protocol that binds drag sources to drop targets.
  • Extract Devops Work Item Drop Down Value Using Power AutomateJun 22, 2023.
  • Create, Read, Update, and Delete (CRUD) with ASP.NET CoreJun 22, 2023. This article introduces developer to the Create, Read, Update, and Delete (CRUD) using ASP.NET Core and Razor pages
  • Revolutionize Your Umbraco Development with View ComponentsMay 07, 2023. Umbraco is an open-source content management system(C M S). mbraco has the ability to use view components to build dynamic and reusable user interface (UI) elements. The latest version of Umbraco is built on top of the .Net core and offers many exciting new features and improvements. One of the key improvements is the introduction of view components.
  • How To Use HTML5 Drag And DropMay 02, 2023. In this article, you will learn how to use HTML5 Drag and Drop.
  • Breaking Down the CompTIA Certification Pathway: Which One is Right for You?Mar 29, 2023. Overview of the different CompTIA certifications and helps readers to determine which certification is best suited for their career goals, experience, and skills. The article covers a variety of certifications, including A+, Network+, Security+, CySA+, PenTest+, Project+, Cloud+, and more. It highlights the key features of each certification, what it covers, and its relevance to different career paths. The article is intended to serve as a useful resource for anyone who wants to expand their knowledge and skills in the IT industry and take their career to the next level.
  • Android 14 'Upside Down Cake' - What's New In Latest ReleaseMar 28, 2023. This Article features new functionalities and the latest changes in android&#39;s new version of Upside Down Cake.
  • Breaking Down JavaScript PromisesMar 21, 2023. JavaScript promises are an essential tool for handling asynchronous code in web development. In this article, we explore the basics of how promises work, and provide tips and best practices for using them in your projects. Learn how to write more efficient and scalable code with the power of JavaScript promises.
  • Consume ChatGPT Open AI API Inside .Net Core Application Using Razor PagesFeb 23, 2023. This article demonstrates how to develop a ChatGPT application utilizing Razor pages and the OpenAI API in an ASP.Net Core web application.
  • How To Delete A Column With Default Constraints In SQL ServerJan 25, 2023. This article let us know, how to delete a column that has a default constraint in SQL server.
  • Demonstration And Configuration Of The Radzen BlazorJan 23, 2023. In this article, we covered the implementation of the Radzen Blazor component in the Blazor project.
  • Drag And Drop In Blazor Without JavaScriptDec 13, 2022. In this article, I am going to explain how we can perform drag and drop in blazor without using javascript.
  • How To Make A Drag-And-Drop Recyclerview In AndroidDec 12, 2022. In this article, we will learn about Android Drag and drop Reorder in Recyclerview.
  • How To Drag And Drop Items Using Angular(v2 to v14)Nov 23, 2022. Using ng-drag-drop npm package to drag and drop whole data from one box to another content box.
  • Generate Word Document Template Using Power AutomateNov 15, 2022. In this article am explaining how to Generate Word Document Template using Power Automate and am covering how to add repeating Table and Plain text content Controller.
  • Schedule Automatic Shut Down In Windows 10Oct 27, 2022. In this article, you will learn how to schedule an Automatic Shut Down in Windows 10.
  • Challenges With MicroservicesJul 04, 2022. In this article, we will see what are the challenges we can face while developing microservices and how to resolve them.
  • Drag And Drop Data Between Two Tables In Angular Using HTML 5 Drag And Drop APIsJun 07, 2022. In this article, you will learn how to drag and drop data between two tables in angular using HTML 5 Drag and Drop APIs.