Resources  
  • Create a React Marquee in SPFxSep 14, 2025. Build a modern, accessible React marquee in SharePoint Framework (SPFx) to display announcements, event reminders, and news headlines. This article replaces the deprecated <marquee> tag with a flexible React component using react-fast-marquee for smooth scrolling. Customize the text, speed, and direction, and integrate it seamlessly into your SharePoint Online environment.
  • Getting Started with Recharts in SPFxSep 14, 2025. Learn how to integrate Recharts, a powerful React charting library, into your SharePoint Framework (SPFx) solutions. This article guides you through setting up Recharts, creating basic charts, and customizing them to visualize data effectively within SharePoint. Discover how to display monthly tasks and department workloads, enhancing data presentation for actionable insights and improved decision-making.
  • 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'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.
  • React Fragment vs Div – When and Why to Use Each in ReactSep 08, 2025. When building user interfaces with React, one of the first limitations you bump into is that components must return a single parent element. If you try to return two siblings without wrapping them, React throws an error. The common beginner fix is to wrap everything in a <div>.
  • What is the HTML script async Attribute?Sep 05, 2025. Unlock faster website loading speeds with the HTML async attribute! This guide explains how async enables asynchronous JavaScript loading, preventing scripts from blocking HTML parsing. Learn when to use async for independent scripts like analytics and ads, and when to avoid it for scripts with dependencies. Discover the difference between async and defer to optimize your website's performance and user experience. Improve your website's speed today!
  • Create Outlook and Group Events Using Microsoft Graph APISep 02, 2025. Learn how to create calendar events in SharePoint Framework (SPFx) using Microsoft Graph. Explore user vs group events, Graph API integration, permissions, and best practices for seamless scheduling.
  • How to create a static HTML web app by using Azure Cloud Shell?Sep 01, 2025. Learn how to quickly deploy a static HTML web application to Azure App Service using Azure Cloud Shell. This tutorial guides you through cloning a sample application, deploying it with the Azure CLI's az webapp up command, updating the code, and redeploying the changes. Perfect for beginners, this method offers a streamlined approach to web app deployment on Azure, leveraging the power of PaaS and the convenience of a browser-based shell. Get your web app up and running in minutes!
  • Prompt Engineering: Using It Properly Creates an “Unfair” Advantage — Powered by GSCP IntroductionAug 29, 2025. Unlock an "unfair" advantage with GSCP: a system for reliable AI outcomes. Structure prompts, verify outputs, and scale AI with confidence. Stop dabbling, start dominating.
  • Artificial Intelligence: Using It Properly, Creates an “Unfair” Advantage — Powered by Gödel's Scaffolded Cognitive PromptingAug 28, 2025. GSCP (Gödel’s Scaffolded Cognitive Prompting) transforms AI demonstrations into dependable systems. With contracts, grounding, verifiers, and feedback loops, it delivers reliable, auditable, and scalable outcomes.
  • Create a Free Referral Tracker Using Airtable and GmailAug 27, 2025. Build a free referral tracker using Airtable, Gmail, and Make. Automate alerts, track status, and reward referrers. No marketing tools needed! Scale easily.
  • Create an Invoice Number Tracker in Google SheetsAug 27, 2025. Effortlessly create an invoice number tracker in Google Sheets using formulas & Make.com. Automate unique IDs, monthly resets, & notifications without code!
  • Create an Auto-Reply Email System Using Gmail Filters + Make.comAug 26, 2025. Acknowledge support emails and new leads instantly while keeping replies accurate and traceable.
  • AJAX The power behind Dynamic Web pagesAug 22, 2025. AJAX enables fast, interactive, and user-friendly web applications by updating data without reloading pages. It improves performance, enhances user experience, supports real-time updates, and remains vital in modern web development despite limitations.
  • Create Prompts for AI Agents and Multi-Step TasksAug 22, 2025. AI agents and multi-step prompts help break down complex tasks into smaller, reliable steps. Learn how to design prompts for agents, workflows, and chained reasoning with real-world examples.
  • Why the Next AI Coding Cycle Will Create Clear Winners—and How to Spot OneAug 21, 2025. AI coding platforms are evolving beyond demos. The next wave demands repo-aware context, agentic workflows, evaluation, and cost efficiency—making software delivery measurable, reliable, and enterprise-ready. Discover SharpCoder.ai’s breakthrough showcase.
  • How to Create Taskpad in Windows ServerAug 19, 2025. In Windows Server, a taskpad within a Microsoft Management Console (MMC) is a user interface element that provides a focused way to access and perform specific tasks related to a particular scope node.
  • Creating Minimal API's quickly with ASP.NET CoreAug 19, 2025. In this comprehensive article, we'll explore how to leverage ASP.NET Core to develop minimal APIs rapidly, covering key concepts, best practices, and practical examples.
  • Generative AI: Creating Content with Smart AlgorithmsAug 19, 2025. Generative AI creates new content from text, images, music, and 3D designs using models like GANs and transformers. It boosts creativity, personalization, and efficiency across industries while raising ethical and bias concerns.
  • Create a Daily Habit Tracker in Notion Using Make.comAug 18, 2025. You’ll build one Make.com scenario that, every morning, auto-creates that day’s habit checklist in a Notion database. You track completion by ticking checkboxes in Notion. No paid tools. Works on Make’s free tier.
  • Creating Self-Signed Certificates with Azure Functions and App Registration in Azure ADAug 16, 2025. Step-by-step guide on creating self-signed certificates with Azure Functions and Azure AD App Registration. Learn how to securely generate, manage, and use certificates for authentication and app integration in Microsoft Azure.
  • How Do I Create Custom GPT Workflows Visually?Aug 11, 2025. Want to build your own GPT-powered workflows without code? Learn how to visually create custom AI workflows using tools like Langflow, Flowise, and Autogen Studio — no coding skills needed!
  • How to Build a Simple Website Using Only HTML and CSS (No JavaScript)Aug 10, 2025. Learn how to create a clean, responsive website using only HTML and CSS—perfect for beginners who want to master the basics without JavaScript.
  • HTML Cheatsheet: A Complete Guide for BeginnersAug 11, 2025. HTML (HyperText Markup Language) is the standard language used to create webpages. It provides the structure for content on the web, including text, images, links, and more. Every website you see is built using HTML in some way. This cheatsheet is a complete reference guide to help you learn or revise HTML. It includes definitions, simple code examples, and key points about each topic.
  • MongoDB Cheatsheet: A Complete Guide for BeginnersAug 08, 2025. MongoDB is a flexible NoSQL database that stores data in JSON-like documents, supports powerful queries, indexing, aggregation, and scaling, making it ideal for modern, high-performance applications.
  • 20 Most Frequently Asked Questions About CryptocurrencyAug 06, 2025. Explore the top 20 most searched cryptocurrency questions in 2025—from what crypto is, how it works, to how to invest, buy, and trade safely. Learn everything in one place.
  • Create SharePoint Lists and Columns in SPFx Using PnPjsAug 04, 2025. Learn how to use PnPjs (spfi) in SPFx to dynamically create various SharePoint list columns like text, number, date, choice, and lookup fields using addFieldAsXml for seamless customization and automation.
  • How to Create a Utility Token?Aug 02, 2025. Learn how to create a utility token step-by-step—from defining purpose and tokenomics to smart contract deployment, legal considerations, and ecosystem growth. Ideal for startups, Web3 builders, and product teams integrating blockchain.
  • Chapter 5: JavaScript Loops: Repetitive TasksJul 30, 2025. This chapter covers JavaScript loops—for, while, and do...while—along with break and continue statements, helping you automate repetitive tasks and iterate over data effectively.
  • Chapter 6: JavaScript Functions: Reusable Code BlocksJul 30, 2025. This chapter introduces JavaScript functions—reusable code blocks that enhance organization, readability, and maintainability. It covers declarations, parameters, return statements, scope, function expressions, and modern arrow functions.
  • Creating Your First Custom Hook in ReactJul 30, 2025. Learn how to build your first custom React Hook with this beginner-friendly guide. Understand the power of reusable logic with real-world examples. Say goodbye to repeating useEffect and useState code across components.
  • đŸ§Ÿ Creating Custom Middleware in ASP.NET Core – The Complete Guide with Real ExamplesJul 29, 2025. ASP.NET Core is known for its modular pipeline, where middleware components play a critical role in handling HTTP requests and responses. Middleware can perform a variety of tasks such as request logging, authentication, routing, response modification, error handling, and more.
  • Chapter 3: JavaScript OperatorsJul 28, 2025. This chapter introduces JavaScript operators, including arithmetic, assignment, comparison, logical, ternary, and unary operators, with examples. Mastering these is essential for performing calculations, comparisons, and controlling program flow.
  • Chapter 2: JavaScript Core Syntax and Basic Data TypesJul 28, 2025. Learn JavaScript's core syntax, data types, and variable declarations (var, let, const). Master statements, expressions, type coercion, and type checking—essential foundations for writing effective, bug-free code.
  • Create a Personal Budget Tracker in C# Using JSON and Console UIJul 28, 2025. In this article, we will build a simple personal budget tracker using C# with a clean console UI and JSON for persistent storage. This beginner-friendly project helps users understand file handling, data serialization, and basic CRUD operations—ideal for those starting with .NET or looking for a practical mini project.
  • CRUD (Create, Read, Update, Delete) with Fetch API in Vanilla ASP.NET Web Forms (Vanilla Web Forms)Jul 28, 2025. Building a Web Forms Page with CRUD (Select, Insert, Update, Delete) Operations without Server Control and Postback
  • Chapter 4: JavaScript Control Flow: Making DecisionsJul 28, 2025. This chapter explains JavaScript control flow with if-else, switch, and ternary operators, enabling programs to make decisions and execute different code blocks based on conditions and variable values.
  • Chapter 1: Welcome to JavaScript!Jul 28, 2025. Explore the fundamentals of JavaScript—its history, core concepts, environments, and why it dominates web development. Learn to write and run your first JS code using browser console and VS Code.
  • Building a Modern E-Commerce System with .NET 9.0 and KafkaJul 24, 2025. Discover how a modern e-commerce system was built using .NET 9.0, Kafka, microservices, and Azure—featuring real-time dashboards, scalable architecture, and seamless communication between services for speed, reliability, and growth.
  • From CSR to SSR to RSC: The Evolution of React RenderingJul 23, 2025. This article explores how React rendering has evolved over the years from Client Side Rendering (CSR) to Server Side Rendering (SSR), and now to React Server Components (RSC). Each stage reflects changes in how we think about performance, user experience, and developer workflows.
  • How a Website is Made?Jul 23, 2025. This article consists of step-by-step guide on how a website is made and deployed from scratch
  • How to Build an App?Jul 23, 2025. Learn how to build an app from scratch with this step-by-step guide covering idea validation, feature planning, design, development, testing, launch, and post-launch strategies to ensure long-term success.
  • Leveling Up in JavaScript: Moving Beyond the Basics Part 2Jul 23, 2025. If you've already dipped your toes into the world of JavaScript and gone through the basics, congratulations — you're officially on the path to becoming a web developer! In my first article on C# Corner, I introduced the fundamentals of JavaScript: variables, functions, events, loops, and more.
  • How to Create Microservices in .NET: A Step-by-Step GuideJul 22, 2025. Microservices architecture allows developers to build scalable, flexible, and independently deployable services. In the .NET ecosystem, creating microservices has become more accessible with modern tools like ASP.NET Core, Docker, and Kubernetes.
  • Vibe Coding Tools and Techniques for Creating Stunning User ExperiencesJul 22, 2025. Welcome to the world of Vibe Coding: where design, experience, and functionality come together to create apps that users don’t just use—they enjoy.
  • Visualizing HTML Changes in Power Apps with a Custom React PCF ControlJul 22, 2025. Learn how to build a custom PCF control using React and an HTML diff algorithm in Power Apps to visually compare content versions, enhancing workflows like approvals, audits, and reviews.
  • Introduction to JavaScript: A Beginner’s Guide Part 1Jul 22, 2025. Learn what JavaScript is, why it’s essential for web development, how it works in browsers, and explore its core concepts—perfect for beginners ready to build dynamic, interactive websites.
  • Creating and Using Relationships in Power BI: A Practical GuideJul 21, 2025. This article explains how Power BI relationships connect tables for cleaner data models, enabling accurate, interactive reports. Learn types, benefits, and how to create relationships for smarter data analysis.
  • Building Interactive Web Apps with BlazorJul 21, 2025. Blazor empowers .NET developers to build interactive web apps using C# instead of JavaScript. Supporting both server and WebAssembly modes, it enables full-stack development with modern UI capabilities.
  • 🌐 What is Page Template in Power Pages and How to Create a New Page Template in Portal ManagementJul 18, 2025. ?? What is Page Template in Power Pages and How to Create a New Page Template in Portal Management
  • Top 10 Matplotlib Functions Every Data Analyst Should KnowJul 18, 2025. Unlock the power of Python data visualization with this quick articleto the top 10 Matplotlib functions every data analyst should know. From plot() to subplot(), learn how to create line charts, bar graphs, histograms, and more — with clear examples to get you started fast.
  • Creating a Semantic Model in Microsoft Fabric WarehouseJul 15, 2025. Transform raw warehouse tables into business-friendly insights using semantic models in Microsoft Fabric Warehouse. Enable self-service analytics, Power BI integration, and centralized data modeling with ease.
  • Create and Update SharePoint List Items in SPFx Using PnPjsJul 14, 2025. Learn how to create and update SharePoint list items in an SPFx web part using the latest PnPjs (spfi). Includes step-by-step examples for all field types, including lookup, people, multi-choice, and more.
  • Creating a DeselectableRadioGroup in React with Material UI Jul 14, 2025. Learn how to build a DeselectableRadioGroup in React using Material UI. This custom component lets users select, deselect, or reset radio options, providing more flexibility than standard radio buttons.
  • What is the DOM in JavaScript? A Beginner's Guide to the Document Object ModelJul 11, 2025. Learn the DOM—how browsers turn HTML into a tree structure that JavaScript can control. Master DOM methods, events, and real-life examples to build dynamic, interactive web pages as a frontend developer.
  • MVC Architecture in Node.js (With Code Examples)Jul 11, 2025. Learn how to build a clean, maintainable Node.js app using the MVC pattern with Express.js, separating concerns into Models, Views, and Controllers for scalable, testable, and organized code structure.
  • Interactive PDF Annotation Tool with Movable Text Using HTML, Bootstrap, and JavaScriptJul 11, 2025. This project showcases a browser-based tool to load and annotate PDF files dynamically using movable, resizable, and editable text elements. It allows users to place texts on a canvas over the PDF, adjust font size and spacing, and export all data as a structured JSON. Ideal for printed form customization, data mapping, and PDF editing tasks.
  • Creating a Basic Node.js REST API (GET, POST, PUT, DELETE)Jul 09, 2025. Learn how to build a simple RESTful API using Node.js and Express. This tutorial covers CRUD operations (GET, POST, PUT, DELETE), JSON handling, and running a local server with in-memory data storage.
  • Angular's Lazy Loading: A Real-Time Problem and SolutionJul 09, 2025. This article explains Angular’s lazy loading, the common page refresh issue caused by server-side routing, and provides a simple fix to reroute unknown routes to index.html for smooth navigation.
  • Getting Started with React: Setting Up Your Project and Integrating APIsJul 03, 2025. React is one of the most popular JavaScript libraries for building modern web applications. Whether you're a beginner or transitioning from another framework, learning how to set up a React project and connect it to APIs is essential. This guide will walk you through the process from scratch.
  • Creating a Slick Carousel in SPFx Using ReactJul 03, 2025. Build responsive carousels in SharePoint Framework using React and react-slick. Learn to install, configure, and render rotating slides with ease, ideal for showcasing announcements, events, or image banners.
  • Canva for Web Design: Create Like a Pro Without CodingJul 02, 2025. Design stunning websites without coding! Canva's drag-and-drop builder, templates, mobile-ready designs, and collaboration tools make it ideal for beginners, creators, and small businesses to quickly and easily build web pages.
  • Client‑Side Student Record Management Using JavaScript (Add, Modify, Delete, Show – Student Records)Jun 29, 2025. Managing student data is a common task in educational web applications.
  • How to Share Logic Between Components Using Custom Hooks in ReactJun 26, 2025. Learn how to reuse and share logic between React components using custom hooks. Create clean, maintainable code with real examples of custom React hooks.
  • How to Create and Publish WebGL Builds in UnityJun 24, 2025. Learn how to build, publish, and share your Unity WebGL game using the WebGL Publisher, playable in browsers and easily shareable on Unity Play and other platforms.
  • Creating Fabric F64 Capacity: A Guide for Data EngineersJun 19, 2025. Learn how to create and manage F64 capacity in Microsoft Fabric. This step-by-step guide helps data engineers scale workloads, optimize performance, and unlock enterprise-level analytics.
  • How To Run JavaScript in Power Automate Desktop Using “Run JavaScript” ActionJun 17, 2025. Learn how to run JavaScript directly in Power Automate Desktop using the “Run JavaScript” action. Build objects, return JSON via WScript.Echo(), and integrate JS logic seamlessly into your PAD flows.
  • Easily Change Folder Colors and Create Folders in SharePoint Using Power AutomateJun 12, 2025. Learn how to use Power Automate to create folders and change folder colors in SharePoint with ease. Enhance organization, boost productivity, and streamline your SharePoint experience.
  • Creating a Smart Contract on Base Using Remix + HardhatJun 12, 2025. Learn how to write and deploy a simple smart contract on Base using Remix, Hardhat, and MetaMask. This beginner-friendly guide makes Ethereum Layer 2 development fast, affordable, and easy to follow.
  • 🧠 What is Event Bubbling?Jun 09, 2025. You're sitting inside a small room (a <button>), which is inside a bigger room (a <div>), which is inside an even bigger hall (<body>).Now, someone knocks on the innermost room's door (you click the button ). That knock doesn’t just stop there — it echoes outward to the next room, then the next, all the way out.
  • useRef: The React Hook You’re Sleeping OnJun 06, 2025. Learn how React’s useRef hook helps you persist values and directly access DOM elements across renders. Perfect for managing focus, timers, or mutable state without triggering UI updates.
  • đŸ€– Create a Copilot Agent for SharePoint Development Site Creation using Copilot StudioJun 05, 2025. Learn to automate SharePoint development site creation using Microsoft Copilot Studio and Power Automate. Build a smart agent that collects user inputs and provisions sites instantly—no manual effort needed!
  • Understanding useState in ReactJun 04, 2025. How React hooks really work, and how to use them like someone who knows what they're doing. From basics to real-world cases.
  • What is Debouncing in JavaScript?Jun 03, 2025. You're typing something into Google search, right? And it shows suggestions after every letter you type.If the app tries to send a request for every single keypress, that’s a lot of wasted work — especially if someone types fast.So what do smart developers do?
  • 💡 Real-World Small JavaScript Projects – For Real PeopleJun 03, 2025. So you’re learning JavaScript and you want to build something useful, not just “Hello World” or random number generators. You want to build something that feels like what real developers do. Something simple but practical. Something that makes sense in the real world.
  • 🔧 Create a Web Template Component in Power Pages /WebsitesJun 02, 2025. Learn how to create and use Web Template components in Power Pages for reusable, modular HTML + Liquid code. Simplify maintenance, follow DRY principles, and streamline portal development.
  • Use Copilot to Create and Edit Power Fx formulasJun 02, 2025. Copilot is an AI feature in Power Apps Studio that helps you create and modify Power Fx formulas quickly. You can use Copilot in the formula bar to explain Power Fx formulas in natural language or generate Power Fx formulas from natural language or code comments.
  • Onboard Any User onto Base Blockchain Using OnchainKitJun 02, 2025. Learn how to onboard users to the Base blockchain with OnchainKit—create wallets via email, enable gasless transactions, and perform Web3 actions easily without MetaMask. Perfect for beginners and developers alike.
  • React Children! Yeah, That’s What They CalledJun 01, 2025. You’ve seen children all over React code, but no one told you how to actually use it well. This is your real-world guide to doing it right, less theory, more code you’d actually ship.
  • How to Create and Use Subflows in Power Automate Desktop Like a Pro (PAD)May 30, 2025. Learn how to create and use subflows in Power Automate Desktop (PAD) to organize your automation workflows efficiently, improve reusability, and simplify complex tasks like a pro.
  • HTML Pages in .NET 9 Web API [GamesCatalog] 22May 28, 2025. Explore HTML Pages integration in .NET 9 Web API with the [GamesCatalog] project. Learn how to serve dynamic content, enhance user experience, and simplify front-end delivery in APIs.
  • 🧠 JavaScript Hoisting: What It Is, How It Works, and Why You Should CareMay 28, 2025. If you're learning or working with JavaScript, you've probably heard the word "hoisting" before. Maybe you’ve even seen it come up in an interview question or two.Let’s talk about what hoisting really means , how it affects your code, and why understanding it can help you avoid bugs and write better JavaScript.
  • Create Your First Desktop Flow in Power Automate Desktop (PAD)May 23, 2025. Power Automate Desktop is Microsoft’s free tool that lets you automate tasks on your Windows PC without coding. Easily create flows to handle repetitive work like data entry, app control, web scraping, and more.
  • Create Amazon Bedrock KB with SharePoint App-Only AuthMay 23, 2025. Create and configure an Amazon Bedrock Knowledge Base connected to SharePoint Online using SharePoint App-Only authentication. Securely sync, test, and manage data to generate accurate, AI-powered responses with citation support.
  • Create React TS Apps with CRA & ViteMay 22, 2025. Learn how to set up your first React + TypeScript apps in VSCode using CRA and Vite. Follow simple steps to get started fast with both popular tools.
  • Create Django Web App with MySQL DatabaseMay 21, 2025. Learn how to create a Django project with MySQL integration, configure database settings, create an app, apply migrations, and run the development server to view your Django web application.
  • Creating a "Pooled" Dependency Injection Lifetime in C# 13May 19, 2025. Discover how Ziggy Rafiq demonstrates how to set up a custom "pooled" dependency injection lifetime in C# 13 using ObjectPool<t> with best practices, DI registration, and high-performance service examples.</t>
  • Creating Reliable Healthcare AI: PT-SLM for Business Problem SolvingMay 20, 2025. Discover how PT-SLM (Problem-Task Structured Language Model) enhances healthcare AI by aligning with real-world business problems.
  • The Value of Vibe Coding and Vibe Tools in Creating High-Impact Proof of ConceptsMay 13, 2025. Vibe Coding empowers teams to build strategic, production-ready POCs quickly using AI tools, real-time collaboration, and reusable components—turning ideas into impactful, functional solutions faster than ever.
  • VS Code for C# Developers: Create, Run, and Debug AppsMay 12, 2025. Learn to set up Visual Studio Code for C# development on macOS, create and run a simple C# console app, debug with breakpoints, and build .NET Core applications. Transition smoothly from Visual Studio with the C# extension.
  • Create Amazon Bedrock Knowledge Base with Kendra GenAI IndexMay 09, 2025. Learn how to enhance enterprise search by connecting Amazon Bedrock Knowledge Bases with the Kendra GenAI index to enable AI-powered conversations, smarter document querying, and better SharePoint data access.
  • Creating a Read-Only USB Disk for Archiving Family PhotosMay 08, 2025. This article explains how to create a read-only USB external disk to securely archive and share family photos and videos.
  • Core Banking–Focused PT-SLM Implementation Plan & Workflow ChartMay 05, 2025. A structured implementation plan for integrating PT-SLM in core banking, enhancing accuracy, automation, and compliance through secure infrastructure, model customization, seamless integration, rigorous testing, and continuous improvement.
  • Create Your First React App in VS CodeMay 05, 2025. This article walks you through setting up the project, understanding key files like App.js and index.js, and running your app locally. Perfect for those starting with React and modern web development.
  • Programmatically Manage Power Automate Flows: How to Create, Modify, and Remove Cloud Flows with CodeApr 30, 2025. In this article, learn how to programmatically create, update, and delete flows using the Dataverse Web API and the .NET SDK, whether you're automating deployments, enforcing governance, or integrating with DevOps tools. This article provides C# and JavaScript examples to streamline your flow management process.
  • Create an Amazon Kendra Gen AI index with OneDriveApr 29, 2025. Learn how to create and configure an Amazon Kendra GenAI index using Microsoft OneDrive as a data source to enable powerful LLM-based semantic search with natural language understanding and precise results.
  • Creating a WebApi Project in .NET 9 [GamesCatalog] 18Apr 28, 2025. Learn how to set up an ASP.NET Core Web API with MySQL using Entity Framework Core. This guide covers creating projects, configuring the database, defining DTOs, adding migrations, and creating a users table in the database.
  • Create Graph Windows Form - WInForm using .Net 8Apr 16, 2025. Learn how to create a bar chart in a Windows Forms App (.NET) using the Chart control. This step-by-step guide covers project setup, adding the chart control, configuring the chart area, and adding data points for visualization.
  • Create an Azure DevOps Pipeline for a SharePoint Framework (SPFx) SolutionApr 15, 2025. The SharePoint Framework (SPFx) is a popular development model for customizing SharePoint Online and modern SharePoint pages.
  • Django Web framework Google Chart ExampleApr 14, 2025. Django, a Python web framework using the MVT pattern, simplifies web development with built-in admin, structured views, and templates—demonstrated using a Google Charts example for dynamic data visualization.
  • React Tutorial For Beginners - Pass Data between Components (Parent to Child and Child to Parent)Apr 14, 2025. The user interface of every React application we develop, gets broken down into Components. Each React application we develop will be comprising of multiple components.