Resources  
  • Mastering Angular CLI Advanced Configurations for Multi-Project WorkspacesNov 12, 2025. Unlock the power of Angular CLI for multi-project workspaces! Learn advanced configurations, shared libraries, and CI/CD integration for scalable Angular apps.
  • Formatting Dates in JavaScriptNov 12, 2025. Master JavaScript date formatting! Learn to create, manipulate, and display dates using built-in methods and libraries like Luxon and date-fns. Handle time zones effectively.
  • Is JSON Dead? Meet TOON – The Token-Efficient Alternative for LLM PromptsNov 06, 2025. Learn about TOON (Token-Oriented Object Notation), an emerging data format designed to make large language model (LLM) interactions faster, cheaper, and more readable by reducing token count compared to traditional JSON. Discover why TOON is gaining attention and how to use it for optimizing AI-powered applications.
  • 🧠 Automating Name Formatting with Power Automate — From “KRIsh KANAkiya” to “Krish Kanakiya”Nov 06, 2025. Clean up messy names like 'KRIsh KANAkiya' with Power Automate! This flow automatically formats names to 'Krish Kanakiya', improving data quality in PowerApps and SharePoint.
  • Using JSON and XML Data Efficiently in SQL Server for APIsNov 05, 2025. Leverage SQL Server's JSON & XML capabilities for efficient APIs. Parse data, return responses directly from SQL, boosting performance & simplifying integration.
  • SQL Server 2025 – What’s New & What’s ChangedOct 31, 2025. Explore SQL Server 2025's game-changing features: AI integration, JSON support, real-time streaming, enhanced security, and cloud readiness. Upgrade your database skills!
  • Customize C# Code Formatting in Visual Studio CodeOct 24, 2025. This guide provides practical steps to customize your VS Code settings, utilize .editorconfig for team consistency, and leverage CSharpier for automated formatting. Learn to control indentation, spacing, and brace placement for cleaner, more readable code. Improve collaboration and maintain a professional coding style across all your C# projects, ensuring consistency and ease of maintenance.
  • Event Deep Research | Open-Source Agent for Structured Historical TimelinesOct 19, 2025. Explore Event Deep Research, an open-source AI agent built with LangGraph and LangChain that researches historical figures and outputs structured JSON event timelines. Learn installation, architecture, usage, limitations, and workflows.
  • Mastering host.json and local.settings.json in Enterprise Serverless ArchitecturesOct 17, 2025. Unlock the secrets of Azure Functions configuration! This article dives deep into host.json and local.settings.json, crucial for building robust serverless applications. Learn how to properly configure these files for optimal performance, security, and scalability, drawing from real-world healthcare pipeline examples. Master configuration as code and avoid common pitfalls that can lead to fragile, insecure deployments. Elevate your serverless architecture today!
  • Azure Functions: Hosting, Local Development, and Trigger ConfigurationOct 17, 2025. Unlock the power of Azure Functions for enterprise-grade applications! This guide dives into hosting plans (Consumption, Premium, App Service), local development best practices using Core Tools, and the crucial role of function.json in trigger/binding configuration. Learn how to build a real-time fraud detection system in fintech, ensuring low latency and scalability. Avoid common pitfalls like cold starts and misconfigured bindings with our expert insights. Master serverless architecture for robust, event-driven systems.
  • Chapter 17: JSON Data and Local Storage for Client-Side PersistenceOct 12, 2025. Master client-side data persistence with JSON and Local Storage! Learn how to leverage JSON for data exchange and Local Storage for saving data directly in the browser. This chapter covers JSON syntax, parsing, stringifying, and essential Local Storage methods like setItem, getItem, removeItem, and clear. Build web apps that remember user preferences and data across sessions.
  • Debug Like a SRE: Build a Real-Time JSON Log Aggregator for Critical Systems Using PythonOct 11, 2025. This article demonstrates how structured logging with JSON transforms debugging from a nightmare into a streamlined process. Learn to parse, filter, and color-code logs for instant insights, enabling rapid diagnosis and resolution of issues in distributed environments. Ideal for SREs and developers managing complex systems.
  • Build a Log Aggregator with Structured JSON Parsing Using PythonOct 10, 2025. This article guides you through building a real-time log aggregator with Python. Learn to parse structured JSON logs, filter by service/error level, and drastically reduce MTTR. Transform chaos into clarity with observable, understandable logs. Improve your debugging workflow today!
  • Animation of Different Signalling Formats using PythonOct 08, 2025. Unlock the power of visual signal analysis with Python! This article demonstrates how to animate NRZ, Manchester, and Differential Manchester signalling formats using matplotlib. Learn to debug real-time systems like train control with intuitive visualizations, revealing timing errors and protocol violations. Turn raw data into actionable insights and build your own signal observability tool in just 50 lines of code. See the signal, save time, and enhance safety!
  • How to Convert CSV to JSON in JavaScriptOct 07, 2025. Learn how to convert CSV to JSON in JavaScript using various methods, from simple plain JavaScript parsers for small datasets to robust libraries like csv-parse and PapaParse for handling complex CSV files with quoted fields, escapes, and large data volumes. Choose the right approach based on your project's needs, considering performance, memory usage, and browser compatibility.
  • How Can I Convert JSON to a Python Object Dynamically?Oct 06, 2025. Unlock the power of JSON in Python! This guide provides a comprehensive overview of converting JSON data into dynamic Python objects. Learn to use json.loads(), SimpleNamespace, dataclasses, and jsonpickle to handle various JSON structures, from simple dictionaries to complex nested objects. Master techniques for efficient data manipulation and seamless integration with APIs. Elevate your Python skills and build robust, data-driven applications.
  • Implement a Custom Logger in Node.jsOct 06, 2025. This article covers essential aspects like log levels, structured JSON logging, asynchronous writing, file rotation strategies, and integration with centralized logging systems (ELK, Datadog). Discover when a custom solution is preferable to existing libraries like Winston or Pino, and how to build a lightweight, efficient, and secure logger tailored to your specific application needs.
  • Understanding package.json and package-lock.json in Node.jsSep 26, 2025. This article clarifies the roles of package.json and package-lock.json. Learn how package.json defines dependencies and project metadata, while package-lock.json ensures consistent installs across environments by locking exact versions. Understand the impact of deleting package-lock.json and best practices for reliable Node.js development.
  • What is launchsetting.json in ASP.NET Core?Sep 18, 2025. Unlock the secrets of launchSettings.json in ASP.NET Core! This essential file dictates how your application behaves during development, streamlining debugging and environment configuration. Learn how to define profiles, set environment variables, and control application URLs for consistent and efficient development workflows across teams. Master this file for seamless ASP.NET Core development!
  • Extract Text from Documents using Python (with and without AI)Sep 15, 2025. Learn how to extract text from various document types (Word, PowerPoint, PDF, emails, images) using Python and the MarkItDown package. This article covers text extraction without AI and enhances it with AI for images using OpenAI. Simplify document processing for search, summarization, and data pipelines.
  • IndiaAI Pre-Summit Events 2025: How to Apply and Draft a Winning ProposalSep 14, 2025. Unlock opportunities at the IndiaAI Pre-Summit Events 2025! This guide provides essential information on how to apply, draft a winning proposal, and contribute to shaping India's AI strategy. Learn about eligibility, proposal requirements, evaluation criteria, and get a sample proposal to boost your chances of success in workshops, hackathons, and more.
  • ASP.NET Core - How to Use appsettings.json and IConfigurationSep 11, 2025. This article simplifies using appsettings.json and IConfiguration to manage application settings like database connections, API keys, and logging levels. Learn how to access settings, leverage strongly typed classes, and implement environment-specific configurations for secure and scalable applications. Master best practices for handling sensitive data and building cloud-ready solutions with ease.
  • Protecting Against JSON Injection and Malformed Payloads in ASP.NET CoreSep 04, 2025. Protect your ASP.NET Core APIs from JSON injection and malformed payloads! This guide details how to prevent attacks like privilege escalation, DoS, and XSS. Learn to use DTOs, strict validation, request limits, and content-type enforcement. Secure your application by implementing these best practices for robust JSON parsing and handling, ensuring data integrity and application stability against malicious input.
  • Choose a Data Storage Approach at the CloudAug 23, 2025. This Article explains different types of data classification—structured, semi-structured, and unstructured data—in simple, easy-to-understand language. It breaks down how each type is stored, organized, and used, with real-world examples like product catalogs, photos, and business reports. We also explored common data serialization formats (XML, JSON, YAML) with plain explanations, examples, pros and cons, and a comparison table. Finally, we summarized everything with a visual infographic and a comparison table to make it easy to remember.
  • Mastering the Filter Array Action in Power Automate: A Complete Guide for Dynamic Data Filtering 🔥Aug 22, 2025. Learn how to effectively use the Filter Array action in Power Automate to filter and extract specific data from arrays and objects. This guide covers practical examples, real-world use cases, and advanced tips to streamline your flow logic and handle complex conditions with ease.
  • 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.
  • ASP.NET: Then vs Now — JSON Serialization PerformanceAug 21, 2025. ASP.NET has evolved from relying on Newtonsoft.Json to the faster, memory-efficient System.Text.Json in .NET 8. Offering built-in support, benchmarks show significant performance gains, making it today’s default choice.
  • JSON The backbone of modern data exchange Aug 21, 2025. JSON (JavaScript Object Notation) is a lightweight, human- and machine-readable data format used for exchanging information across web, mobile, and cloud applications. It’s simple, flexible, fast, and widely adopted.
  • Bitcoin and JSON: A Guide to Key Concepts in Modern TechnologyAug 20, 2025. Bitcoin is a decentralized digital currency operating on blockchain, secured by nodes and miners. JSON is a lightweight, human-readable data format widely used for web communication and APIs.
  • Get Structured JSON Output from a PromptAug 20, 2025. Want AI to return clean JSON instead of messy text? Learn prompt engineering techniques to get structured JSON outputs from LLMs, with examples and best practices for developers.
  • JSON Web Tokens (JWTs) in a Corporate Office: The Full StoryAug 19, 2025. JSON Web Tokens (JWTs) work in the world of web security? Imagine walking into a bustling corporate office—complete with receptionists, visitor badges, and security guards. This simple analogy breaks down JWTs step-by-step, from authentication to security, with a detailed use case, pros and cons, and alternatives to help you decide if JWT is right for your project.
  • MongoDB: Flexible NoSQL Database for Modern ApplicationsAug 19, 2025. MongoDB is a popular open-source NoSQL database that uses a flexible document-oriented model with BSON format, offering scalability, sharding, replication, and easy integration for modern web and mobile apps.
  • Build a Task Reminder Bot Using n8n + Telegram + SchedulerAug 19, 2025. Build a fully automated task reminder bot with n8n, Telegram, and a Scheduler trigger. This step-by-step guide shows how to set up commands, store reminders, and send them on time — plus includes the complete workflow JSON for easy import.
  • What is the purpose of npm, package-lock.json, and the command npm ci?Aug 14, 2025. This article explains what npm is, the role of package-lock.json, and the purpose of the npm ci command in Node.js projects, using clear and simple language with examples.
  • Understanding AJAX (Asynchronous JavaScript and XML) Aug 09, 2025. This article provides a comprehensive introduction to AJAX (Asynchronous JavaScript and XML), explaining what it is, how it works, and why it’s important in modern web development.
  • Validate the UPI ID FormatAug 06, 2025. To validate the UPI ID format in your existing JavaScript method (where you already check for an empty input), you can simply add a regular expression check after the empty check.
  • Secure ASP.NET Core Web API Endpoints with JWTAug 01, 2025. Learn to secure your .NET Core Web API with JWT authentication, role-based authorization, and protected endpoints. Includes user login/registration, token generation, and testing with Postman or Swagger.
  • Build a Daily Mood Tracker in C# Console App with JSON StorageAug 01, 2025. In this beginner-friendly C# project, you will build a simple daily mood tracker using a console interface and JSON for local data storage. This project is great for understanding how to combine real-life utility with coding fundamentals.
  • Build a Simple Habit Tracker in C# Console with JSON StorageJul 31, 2025. In this beginner-friendly C# article, you'll learn how to build a Habit Tracker application using a simple console interface and JSON for persistent storage. This project will help you manage daily habits and understand key programming concepts like classes, lists, file handling, and serialization in C#.
  • Data-Driven Testing with PlaywrightJul 30, 2025. Data-driven testing allows you to run the same test logic with multiple sets of input data. This is especially useful for validating: - Login scenarios - Form submissions - Search filters - Edge case handling
  • Dynamic Form Generation in Angular Using JSON ConfigurationJul 30, 2025. Create dynamic, reusable forms in Angular using JSON configuration and reactive forms. Easily manage input types, validations, and layout through a flexible, code-driven approach ideal for scalable applications.
  • React with JSON Server: A Quick and Easy Backend for Frontend ProjectsJul 28, 2025. Learn how to set up and integrate JSON Server with a React project to create a mock REST API for prototyping, testing, and building frontend features without needing a full backend.
  • Advanced Swagger Use Cases in ASP.NET Core (.NET 6/7/8)Jul 28, 2025. Take your API documentation to the next level with advanced Swagger use cases in ASP.NET Core. In this article, I cover grouping endpoints, API versioning, JWT authentication, hiding routes, UI customization, and more — all using Swashbuckle in .NET 6/7/8.
  • 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.
  • Code cleanup in Visual Studio 2022Jul 19, 2025. Learn how to perform effective code cleanup in Visual Studio 2022. This article covers built-in tools, shortcuts, and best practices to keep your C# code clean, consistent, and maintainable.
  • What’s New in .NET 10: JSON Updates & Quantum SecurityJul 18, 2025. .NET 10 Preview 6 boosts app security with strict JSON serialization, disallowing duplicates, and introduces Post-Quantum Cryptography (PQC) support to future-proof your code against quantum threats.
  • Copilot Studio: Use of Adaptive Card Node with a Real-World ExampleJul 16, 2025. In this article, let’s understand the use of Adaptive Card Node in Copilot Studio, and walk through a practical example that you can try out in your own bot. Whether you're building internal tools, IT service bots, or HR assistants, this component can add serious polish to your user experience.
  • Introduction to JSON: The Language of Data in Web DevelopmentJul 10, 2025. This beginner-friendly article explains what JSON is, why developers love it, and how it’s used in APIs and apps. Includes real-life examples, code snippets, rules, tools, and a clear analogy.
  • Guide: Importing Test Cases into Zephyr Squad using ExcelJul 10, 2025. This guide provides step-by-step instructions for importing multiple test cases into Zephyr Squad using an Excel file. It also explains the importance of the 'Discriminator' field, the correct use of 'Issue Type = Test', and how to structure test steps.
  • Parquet vs Delta Format: Choosing the Right Data Storage SolutionJun 25, 2025. Compare Parquet and Delta formats to choose the best data storage solution. Learn about performance, ACID transactions, schema evolution, and use cases for modern data engineering needs.
  • Health Checks in .NET 8 Web API: A Comprehensive GuideJun 18, 2025. Ensure your ASP.NET Web API’s reliability with .NET 8 health checks—monitor SQL Server, external APIs, and network connectivity using JSON-formatted diagnostics for proactive monitoring, easier debugging, and improved application resilience.
  • 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.
  • Calling REST APIs in Blazor Server: A Beginner's Guide with ExampleJun 04, 2025. In this article, we will learn how to call REST APIs in a Blazor Server application using HttpClient. We’ll walk through how to send GET, POST, PUT, and DELETE requests, and handle JSON responses using strongly-typed models.Whether you're building a dashboard, e-commerce site, or internal tool, REST API integration is a must-have skill for Blazor developers.
  • Convert .media to MP4 with FFmpeg: Reliable Webcam Recording SolutionApr 21, 2025. Learn how to easily convert .media files from webcam recordings to the widely supported MP4 format using FFmpeg.
  • .NET 9 Apps Are Faster Than EverApr 19, 2025. Explore .NET 9’s impressive performance improvements! From faster JSON serialization, optimized JIT compiler, reduced memory usage, to enhanced HTTP/3 handling
  • Consuming HTTP Calls in .NET MAUI Using HttpClientMar 27, 2025. Learn how to use HttpClient in .NET MAUI to perform GET, POST, PUT, and DELETE operations on a REST API. Build a simple UI and display JSON responses using alerts.
  • Building a Stunning Dashboard with Angular Mar 15, 2025. In this article, we’ll create a dashboard with beautiful charts using Angular frontend and Node Js as the backend. The modular structure of Angular combined with the performance of Node.js provides a robust foundation for scalable applications.
  • The Start and End Date Time should be set based on the UTC, ISO, and Central Time zonesMar 10, 2025. This JavaScript code is tailored for Dynamics 365 CRM, focusing on Date Time fields for Start and End Date Time. It triggers when the Scheduled Start (scheduled start) field changes and ensures that both the start and end Date Time values span the entire day in UTC, ISO, and Central Time.
  • Explaining System.Text.Json in .NETMar 06, 2025. The System.Text.Json library in .NET 9 has been significantly enhanced to provide developers with more robust and flexible JSON processing capabilities. These improvements focus on JSON schema support, intelligent application features, and increased customization options for serialization and deserialization processes.
  • What is Code Refactoring?Mar 03, 2025. Code refactoring is the process of restructuring existing code without changing its behavior to help code readability and maintainability.
  • Dynamic CORS Setup in .NET Core with JSON ConfigurationFeb 09, 2025. Learn how to configure CORS dynamically in .NET Core 9 using appsettings.json. Manage multiple allowed origins easily, enhance security, and improve flexibility for different environments like development, staging, and production.
  • System.Text.Json vs. Newtonsoft.Json: A Comprehensive ComparisonJan 31, 2025. System.Text.Json and Newtonsoft.Json are popular libraries for JSON serialization in .NET. System.Text.Json offers better performance and lower memory usage, while Newtonsoft.Json provides more advanced features like dynamic JSON handling and custom converters.
  • JSON Data with Python in SQLite DatabaseJan 29, 2025. This article explores handling JSON data in an SQLite database using Python. It covers reading, inserting, and creating tables while leveraging Python’s standard `json` and `sqlite3` libraries for seamless integration.
  • .NET8/9 – Testing different Build/Deployment modes – Part 5Jan 16, 2025. Explore various .NET8/9 build, publish, and deployment modes, including single-file apps, AOT precompilation, and framework-dependent/independent setups. Learn about tools like dotnet restore, global.json, and managing SDK versions.
  • Python Import Modules with ExampleJan 08, 2025. Learn Python's import module concepts, including importing entire modules, specific functions, and aliasing. This article demonstrates creating, reading, and writing employee data to a JSON file with practical examples.
  • Apply UI to Enhance Choice Fields with Conditional FormattingJan 02, 2025. Enhance SharePoint lists with UI Conditional Formatting. Use JSON to customize Choice Fields, changing colors, icons, and text dynamically based on values like "Done" or "In progress" for better data visualization.
  • Add Data Bars UI in SharePoint List Column Formatting in SharePoint ListJan 01, 2025. This article walks you through the process of customizing your SharePoint list columns for better data visualization and enhancing the current view with conditional formatting to display dynamic, visually appealing data bars.
  • Understanding the JSON Web Token (JWT)Jan 01, 2025. A small, URL-safe way to represent claims that need to be transferred between two parties is with JSON Web Tokens (JWT). The claims in a JWT can be digitally signed or integrity-protected with a Message Authentication Code (MAC) and/or encrypted.
  • How to Apply Conditional Formatting with JSON in SharePointDec 31, 2024. This article covers the basics of JSON formatting, step-by-step instructions to customize SharePoint lists, and tips for creating dynamic and visually appealing displays to improve user experience.
  • How to Format List Views in SharePointDec 31, 2024. SharePoint list formatting enhances data presentation by customizing appearance, adding alternating row styles, and applying conditional formatting. It improves readability, highlights key data, and boosts user experience for efficient collaboration.
  • Understanding the JavaScript Object Notation (JSON)Dec 31, 2024. JSON (JavaScript Object Notation) is a lightweight, human-readable data format used for data interchange between web applications and servers. It supports key-value pairs, arrays, and objects, making it easy to parse and widely supported across programming languages.
  • Format Literal Strings in C#Nov 26, 2024. Different techniques to display special characters and add different types of formatting to the output. This article explores C# string literals, including regular, verbatim, and interpolated strings, escape sequences, and formatting techniques like composite formatting.
  • JSON Data Handling in SQL ServerNov 26, 2024. SQL Server supports JSON for managing semi-structured data. You can store JSON in NVARCHAR(MAX) columns, parse it with JSON_VALUE, JSON_QUERY, and OPENJSON, and modify it using JSON_MODIFY.
  • How to Use Markdown to Format Power Automate Approval RequestsNov 25, 2024. This guide explains how to create visually appealing and well-structured emails, improving clarity and user experience in approval workflows. Customize your emails with ease using HTML.
  • Working with JSON in .NET Core: Newtonsoft.Json, NetJSON, and System.Text.JsonNov 24, 2024. In this article, we will learn three effective approaches to working with JSON in .NET Core using popular libraries: Newtonsoft.Json, NetJSON, and System.Text.Json.
  • New Features in SQL Server 2025: A Guide for Data EngineersNov 24, 2024. SQL Server 2025 introduces advanced AI integration, vector support, and performance upgrades like optimized locking and enhanced columnstore indexing. New features include JSON data type, regular expressions in T-SQL, and change streaming.
  • Data Cleansing in SQL ServerNov 24, 2024. Learn the essentials of Data Cleansing in SQL Server to enhance data quality and reliability. This guide covers techniques like removing duplicates, handling null values, standardizing formats, and transforming data using SQL queries.
  • How to Read and Write JSON Files in C#Nov 17, 2024. JSON is a common data format used in APIs, configuration files, and data exchange. Learn to handle JSON in C# using `System.Text.Json`. This article covers creating data models, writing to and reading from JSON files, with practical code examples for efficient JSON management.
  • Loading Nested JSON File Data in Dropdown ASP.NETNov 14, 2024. Learn how to load and bind nested JSON data to a dropdown in ASP.NET, covering both client-side and server-side techniques for dynamic data binding and efficient JSON parsing in web applications.
  • Managing User Data in Azure AD with Microsoft Graph APINov 05, 2024. Microsoft Graph API is a RESTful web API that provides access to Microsoft 365 services, enabling developers to manage user data in Azure Active Directory. It allows operations such as retrieving, creating, updating, and deleting users.
  • Fededim.Extensions.Configuration.Protected.DataProtectionAPI: The Ultimate Integration between ASP.NET Configuration and Data Protection APINov 05, 2024. Fededim.Extensions.Configuration.Protected is an improved ConfigurationBuilder which allows partial or full encryption of configuration values stored inside any possible ConfigurationSource and fully integrated in the ASP.NET Core architecture.
  • JWT Token Based Implementation using ASP.NET Core Web APIOct 29, 2024. JWT (JSON Web Token) is a way to share information securely between two or more systems and JWT structure allows for secure information exchange and user authentication.
  • How to Store Temporary Information in Table Like Format in C#?Oct 28, 2024. In this article, we will learn how to manipulate and manage in-memory data effectively, allowing for quick access and modifications while maintaining a structured format for your applications.
  • Serialization and DeSerialization in C#Oct 21, 2024. Serialization is the process of converting an object into a storable format, such as XML, JSON, or binary, while deserialization restores it to its original form. Common types include XML, JSON, Binary, and SOAP serialization.
  • What is JSON and Why Is It So Important?Oct 10, 2024. JSON (JavaScript Object Notation) is a lightweight, language-independent data format that represents key-value pairs, supporting strings, numbers, arrays, objects, and complex structures widely used for web applications and data interchange.
  • Creating Visually Engaging Dashboards: Ultimate Power BI ThemeSep 22, 2024. The Hussain PBI Theme enhances data presentation in Power BI with a harmonious color palette and modern typography. It features customizable visual styles for clarity and engagement, including vibrant data colors, clear tooltips, and distinct performance indicators.
  • Trigger Approval flow with SharePoint Column FormattingSep 21, 2024. To trigger a workflow with a button using column formatting in SharePoint, you can create a column that uses JSON formatting to display a button that, when clicked, initiates a workflow.
  • POCO to Dictionary Conversion Techniques in C#Sep 16, 2024. This article explores five methods for converting a C# POCO to a dictionary using reflection, LINQ, JSON libraries, and ExpandoObject, comparing their performance through Benchmark.NET to find the best approach.
  • How to Create an NPM Package?Sep 09, 2024. Creating and publishing an NPM package involves initializing a project, writing code (e.g., an OTP generator), testing locally, and preparing for publication. Steps include configuring package.json, adding a README file, and using npm login and npm publish to make your package available on the NPM registry.
  • AI-Powered Virtual Assistants: How to Build One in C#Aug 28, 2024. Build an AI-powered virtual assistant in C# using Microsoft Bot Framework, ML.NET, and Azure Cognitive Services. This assistant can perform tasks like setting reminders, answering queries, and recognizing speech. Integrate advanced AI features like NLP and task automation for a powerful, interactive experience.
  • Auto-Format Code in VS Code on Save to Streamline Your WorkflowAug 20, 2024. Effortlessly maintain clean and consistent code in VS Code by enabling auto-format on save. Streamline your workflow and let VS Code handle the formatting for you.
  • Investigating and Fixing Swagger Error- Failed to Load API DefinitionJul 29, 2024. Swagger is a widely used and powerful API development toolset that offers a framework for designing, building, documenting, and consuming RESTful web services. This article explains what Swagger is and how to fix the "Failed to load API definition" error in Swagger.
  • Elevate Your Code with Vertical Coding StyleJul 26, 2024. In the world of software development, code readability and maintainability are paramount. One effective way to achieve these goals is by adopting the Vertical Coding Style. The result is code that is easier to understand and navigate. Let's explore how Vertical Coding Style can elevate your coding practices.
  • Understanding JSON Web Tokens (JWT)Jul 17, 2024. JSON Web Tokens (JWT) are a popular method for securely transmitting information between parties as a JSON object. This article explores the fundamentals of JWT, including its structure, encoding, and common use cases in authentication and authorization.
  • Content Negotiation in .NET Core Web APIJul 11, 2024. Content negotiation in REST APIs allows clients to specify their preferred response format (e.g., JSON or XML) using HTTP headers like Accept and Content-Type. ASP.NET Core Web API supports this with built-in JSON support and customizable formatters for XML and other formats.
  • C# Method Designed to Make a POST Request to a Web API EndpointJul 04, 2024. This guide covers API integration in C#, detailing serialization, encryption, HTTP requests, and error handling. Learn how to set up an API integration method, handle responses, and follow best practices for security, error handling, and asynchronous operations to build robust and secure applications.
  • Understanding ParseJSON in PowerAppsJun 27, 2024. Understanding ParseJSON in PowerApps" is a comprehensive guide to using the ParseJSON function within Microsoft PowerApps. Learn how to effectively handle and manipulate JSON data in your custom applications.
  • Copying Footers Between SharePoint Sites Using PnP PowerShellJun 24, 2024. I've been extensively using SharePoint and the PnP PowerShell module, which simplifies tasks with easy command sets and detailed documentation. Notably, copying a footer between SharePoint sites is straightforward with PnP.
  • Editing JSON of Fabric Data Pipelines - Part 1Jun 21, 2024. Enable JSON editing in Fabric data pipelines by appending the 'feature.enableJsonEdit=1' to the pipeline URL. Switch from view-only to edit mode, make necessary JSON changes, then perform a minor UI adjustment to activate the Save option. Similar flexibility as Azure Data Factory's PaaS environment.
  • A Simple FTP Client Using FluentFTP with Json Configuration in C#Jun 20, 2024. With the help of C# and FluentFTP, we can build a simple yet robust FTP client using this comprehensive guide by Ziggy Rafiq. This article describes how to set up a console application, integrate FluentFTP to transfer files seamlessly, and manage configuration securely using a JSON file.