Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Rikam Palkar(13)
Tuhin Paul(4)
Sangeetha S(4)
Vijay Kumari(3)
Vijay Yadav(3)
Chetan Sanghani(3)
Ashish Bhatnagar(2)
Rinki (2)
John Godel(2)
Muhammad Asif(2)
Mohamed Azarudeen Z(2)
Mervyn Manilall(2)
George (2)
Babita (2)
Manikandan Murugesan(2)
Ayush Gupta(2)
Jin Necesario(2)
Shikha Tiwari(2)
Uday Dodiya(2)
Ananthakrishna V(2)
Shilpa Tanwar(2)
Gourav Jain(1)
Lokendra Singh(1)
Lalit Bansal(1)
Bhawna Vishwakarma (1)
Sridharan D(1)
Sagar Rane(1)
Daniel Wright(1)
Monica Rathbun(1)
Jayraj Chhaya(1)
Aakash Chhillar(1)
Rohit Gupta(1)
Devesh Omar(1)
Muhammad Imran Ansari(1)
Sarthak Varshney(1)
Naveen Kumar(1)
Mayooran Navamany(1)
Kirtesh Shah(1)
Prathamesh Dhopare(1)
Jignesh Kumar(1)
Omar Rodriguez(1)
Ziggy Rafiq(1)
Hamed Niazmand(1)
Harieswaran D(1)
Vinay Ayinapurapu(1)
Vivek Kumar(1)
Rohini Parade(1)
Vishal Joshi(1)
Gunasekaran Palani(1)
Aby Mathew(1)
Aman Gupta(1)
Dharmendra Sah(1)
Adarsh Nigam(1)
Manoj Kalla(1)
Abhishek Saini(1)
Sudhir Vaghela(1)
Ajay Kumar(1)
Saravanan Ganesan(1)
Alexis Chan Gridel(1)
Sardar Mudassar Ali Khan (1)
Rajiv Singh(1)
Resources
No resource found
Building an AI-Powered Quiz Generator with React and Gemini AI
Jun 30, 2025.
Build custom quizzes on any topic using Google's Gemini AI with this modern React app. Features include difficulty settings, real-time feedback, explanations, and smooth deployment via GitHub 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.
Next.js App Router Explained: The Modern Way to Build Routes
Jun 27, 2025.
Learn how to use Next.js App Router—a modern routing system using the `/app` directory. It supports layouts, nested routes, loading states, dynamic paths, and more for scalable, organized applications.
You’re Using useState for That? Cute
Jun 15, 2025.
Tired of useState management in complex components? useReducer is way for building structured, scalable state management in React + TypeScript.
Wrapper Component to Consumer Component: That’s a Wrap!
Jun 09, 2025.
This article breaks down how wrapper components work in React, showing you how to build flexible, reusable UI pieces without losing your mind or your types. Learn how to pass props, handle refs, and keep your components clean and powerful.
useRef: The React Hook You’re Sleeping On
Jun 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.
Understanding Window Operations in Pandas
Jun 06, 2025.
Window operations are among the most powerful features in pandas for time series analysis and data manipulation.
Understanding useState in React
Jun 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.
React Children! Yeah, That’s What They Called
Jun 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.
Interfaces vs Types in TypeScript
May 29, 2025.
Don’t waste another hour arguing over type vs interface. Here's what matters, what doesn't, and how to pick the right one without overthinking it.
How to Pass Functions & Params in React + TypeScript
May 27, 2025.
You’re passing functions around like candy in your React app, but when TypeScript throws a tantrum, you start hacking with any or begging Google for help. Let’s fix that.
One Cool Trick in React: Memo
May 26, 2025.
There is no need to re-render child components every time value on parent component changed, that's where React brings memo.
Create React TS Apps with CRA & Vite
May 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.
Let's Start with React Components
May 22, 2025.
Learn the basics of React components and how they help build dynamic user interfaces. This beginner-friendly guide introduces you to functional components, props, and component structures to kickstart your journey in React development.
Sir, This Is a TypeScript Function
May 21, 2025.
Functions are one of the most fundamental concepts in programming. They’re where your application’s logic lives and in TypeScript, they’re even more powerful thanks to static typing.
Understanding Types in TypeScript
May 15, 2025.
Explore the different types in TypeScript, including primitives, union and intersection types, type aliases, interfaces, and generics.
The Role of AI in Digital Transformation: Streamlining Operations Across Industries
May 12, 2025.
AI is revolutionizing digital transformation by automating processes, enabling data-driven decisions, and enhancing customer experiences, making businesses more agile, efficient, and competitive.
TypeScript: Strong Types and Where to Find Them?
May 09, 2025.
TypeScript is a typed version of JavaScript that helps catch errors early and improve code quality. Let me explains what it is, why it’s useful, and how to get started.
Improved CRUD operations for GridView with Redshift in ASP.NET Core MVC (Utilizing C# 14 Features)
May 08, 2025.
Learn how to enable CRUD operations in an ASP.NET Core MVC application using Amazon Redshift and C# 14 features. This guide covers setup, connection, SQL commands, data manipulation, security, and best practices.
Build a CRUD App in .NET 8 MVC Using Dapper and Repository Pattern
May 06, 2025.
Learn to build a CRUD app in .NET 8 MVC using Dapper for lightweight data access and the Repository Pattern for clean code architecture.
How to Use Private Tailored Small Language Models (PT-SLM) to Transform Core Banking Features
May 02, 2025.
Private Tailored SLMs (PT-SLMs) enhance core banking with secure, on-premises AI, automating transactions, loans, and payments while preserving data privacy and ensuring regulatory compliance.
LINQ in C# Tutorial for Beginners: 101 C# LINQ Operations
Apr 17, 2025.
Learn LINQ in C# with 101 essential operations for beginners. Simple examples of filtering, sorting, and joining data to make your code better and faster. Perfect for new C# developers.
Unit Test CRUD operation in Web API using NUnit Testing Framework
Apr 07, 2025.
Testing a Web API Crud Operation's test scenarios using NUnit Framework. Learn how to implement unit testing in C# using the NUnit framework for efficient CRUD operation testing. Explore test case scenarios, NUnit features, and the AAA pattern for reliable, high-quality code validation.
Building Your First API with Flask
Apr 02, 2025.
Learn how to build a simple student management API using Flask in Python. This guide covers CRUD operations (GET, POST, PUT, DELETE), API endpoints, JSON responses, and testing with Postman for a hands-on learning experience.
How to Handle File Operations in C#
Apr 02, 2025.
Learn how to perform file operations in C# with this step-by-step guide. This article covers reading and writing text files, handling exceptions, and using object-oriented programming concepts.
How Go Improves TypeScript Compilation & Tooling
Mar 14, 2025.
TypeScript's migration to a Go-based compiler boosts performance with faster builds, parallelized type-checking, and improved memory efficiency. Developers enjoy a seamless workflow with enhanced tooling.
Eliminating Unnecessary DELETE Operations
Feb 28, 2025.
SQL Server performance issues often stem from easy fix bottle necks that can be fixed with the right tuning strategies. This short blog will focus on the DELETE statement.
Integrate External Application with D365 CRM Using Power Automate
Feb 24, 2025.
This article covers setting up automated workflows, using connectors, and synchronizing data seamlessly. Enhance business processes by enabling smooth communication between Dynamics 365 and third-party apps with low-code automation.
Feature-Rich User Management System in Angular
Feb 18, 2025.
Build a modern User Management System using Angular with advanced features like theme switching, undo/redo functionality, CRUD operations, data export, form validation, and responsive design for an enhanced user experience.
Most common GlideRecord objects in ServiceNow
Feb 04, 2025.
This article provides an overview of common GlideRecord methods in ServiceNow, which are essential for interacting with the platform's database. It covers key methods like querying, inserting, updating, deleting records, and managing permissions.
Swap First and Last Rows in a Matrix Using Java with Code
Jan 28, 2025.
Learn how to interchange the first and last rows of a matrix in Java using simple loops or efficient methods like `System.arraycopy()`, complete with examples, explanations, and practical tips.
Differences Between TRUNCATE and DELETE in SQL Server
Jan 22, 2025.
Learn the key differences between TRUNCATE and DELETE in SQL Server, two commands used to remove data from tables. Understand their syntax, performance impact, transaction logging, and use cases.
Learn Quantifier Operations in LINQ
Jan 21, 2025.
Quantifier operations in LINQ simplify logical evaluations of collections using methods like `Any`, `All`, and `Contains`. They enhance readability, reduce boilerplate, and support efficient data validation and filtering.
Java Program to Implement Matrix Transposition
Jan 16, 2025.
Java Program to Implement Matrix Transposition involves writing a Java program that performs matrix transposition, a mathematical operation where the rows and columns of a matrix are swapped. In simpler terms, the element at position (i, j) in the original matrix moves to position (j, i) in the transposed matrix.
AI Roadmap: How to Go from Beginner to Intermediate
Jan 10, 2025.
This article covers essential Python concepts, libraries (NumPy, Pandas, Scikit-learn, Matplotlib, SciPy), and machine learning frameworks (PyTorch, HuggingFace & Gradio), helping beginners progress to advanced proficiency in software development and data science.
Crafting Clean and Efficient Angular Apps with Pipes
Jan 07, 2025.
In Angular, one of the most powerful features for transforming and formatting data within templates is the use of "pipes". Pipes provide a declarative way to process data before it is displayed to the user, enabling developers to apply transformations such as formatting dates and changing text cases.
Check Armstrong Numbers Between Two Integers in Java with Code
Jan 06, 2025.
Learn to identify Armstrong numbers in a given range using Java. This article explains logic, digit manipulation, and mathematical operations, with an example program to detect and display Armstrong numbers efficiently.
Static Lambda in C# 12 : Performance Improvement
Jan 02, 2025.
This article explores Static Lambdas in C# 12, highlighting their performance benefits by preventing variable capture. Examples include sorting, filtering, parallel processing, and array operations, demonstrating efficient and optimized code execution.
Bulk and Transactional Batch Operations with the Azure Cosmos DB .NET
Dec 30, 2024.
Azure Cosmos DB provides Bulk and Transactional Batch Operations for efficient data management. Bulk Operations support high-throughput processing across multiple partition keys, while Transactional Batches ensure atomicity within a single partition.
File Read Write Operation in Python
Dec 19, 2024.
This article covers Python file handling, including reading, writing, appending, and binary operations. It explains functions like `read`, `readline`, and `readlines`, with code examples for practical applications.
Docker Desktop 4.37: AI Catalog Access and Command-Line Control
Dec 19, 2024.
Docker Desktop 4.37 introduces AI Catalog access, command-line management, component upgrades, and bug fixes, streamlining modern development workflows.
Unlocking Faster INSERT Operations in SQL Server with TABLOCK
Dec 17, 2024.
In this article learn how using the TABLOCK hint in SQL Server can significantly speed up INSERT operations by reducing logging overhead and enabling parallel insertions.
Modern Featured Entity Framework With SQLite DB Example
Dec 11, 2024.
Learn to build a .NET Core application using C# async/await and SQLite with Entity Framework. Implement CRUD operations, handle asynchronous tasks, and explore efficient database interaction using Visual Studio 2022.
SQLite Database with .NET Example
Dec 10, 2024.
SQLite is a lightweight, file-based relational database ideal for small web, mobile, and .NET applications. This guide demonstrates SQLite integration, CRUD operations, and database handling using C#.
Leveraging TypeScript Decorators for Modern Web Development
Dec 08, 2024.
Explore the role of TypeScript decorators in modern web development. Learn how decorators enhance code readability, simplify logic, and support powerful metadata features.
filter(x => !!x) in typescript
Dec 06, 2024.
a feature of TypeScript.
CRUD Operations with ASP.NET Core API and EF Core
Nov 29, 2024.
This article provides step-by-step instructions for building a RESTful API, integrating EF Core for database management, and performing essential data operations seamlessly.
.NET with MONGO Database Code Example
Nov 28, 2024.
Learn MongoDB integration with .NET, from setup to CRUD operations. Discover its advantages, like cross-platform flexibility, high-speed data handling, and robust security, with code examples for seamless database interaction.
How to Use Microsoft Teams for Project Management
Nov 28, 2024.
Microsoft Teams simplifies project management by integrating task management, real-time communication, and collaboration. Use Planner for tasks, schedule check-ins, and keep your team organized with chat updates and meetings.
Introduction To Minimal API using ASP.NET Core 8
Nov 21, 2024.
Minimal API in .NET Core 6.0 simplifies the process of creating HTTP APIs by reducing code verbosity and dependencies. It is ideal for microservices, offering advantages like lightweight routing, improved performance, and accelerated development.
CRUD Operation in Java with code example
Nov 15, 2024.
This article demonstrates implementing CRUD operations in Java with a console-based Student Management System, allowing users to add, view, update, and delete student records using a simple menu-driven interface.
Repository Pattern in .NET Core for Clean Data Access
Nov 15, 2024.
Learn how to separate business logic from data logic, enhance testability, and reduce code duplication. By following these best practices, you’ll achieve modular, scalable applications in .NET Core.
Beginner's Guide to CRUD Operations in .NET Core 8 Web API
Nov 12, 2024.
This guide walks you through creating a .NET Core 8 Web API for managing employee data with full CRUD operations. Using Entity Framework Core, you’ll define models, connect to a SQL database, create endpoints, and perform migrations.
How to perform CRUD Operations in Power Apps
Nov 10, 2024.
Create a student management app in Power Apps with CRUD functionality—Create, Read, Update, and Delete—for efficient data handling. This app connects to a SharePoint list, allowing users to add, view, edit, and delete student records.
Creating Interactive Charts with Chart.js and TypeScript
Nov 10, 2024.
To create a responsive chart in a TypeScript application, use Chart.js—a popular library for data visualization. Set up your TypeScript project, install Chart.js and its types, and configure Webpack for bundling.
How to Sort a List of Objects in TypeScript by Property
Nov 09, 2024.
This guide covers sorting lists of objects in TypeScript, with examples for sorting by string, numeric, and date properties. It demonstrates using the sort() method, localeCompare for strings, custom sorting functions for dates and numbers, and multi-property sorting techniques.
Mastering Basic Arithmetic Operations in Web Development
Nov 08, 2024.
Build a simple web-based calculator that performs basic arithmetic operations such as addition, subtraction, multiplication, and division. This project utilizes HTML for structure, CSS for styling, and JavaScript for interactivity.
Creating a CQRS Architecture in .NET Core 8
Nov 04, 2024.
This guide outlines a practical implementation of the CQRS (Command Query Responsibility Segregation) architecture using C# and MediatR, emphasizing the separation of read and write operations for better scalability and maintainability.
Map, Filter and Reduce in TypeScript with Examples
Oct 30, 2024.
This guide provides a comprehensive overview of these essential functions, complete with practical examples to illustrate their use in real-world applications. Enhance your coding skills and streamline data manipulation with TypeScript today.
TypeScript for advanced type inference in React
Oct 23, 2024.
In this article, Ziggy Rafiq discusses advanced type inference techniques in React with TypeScript, focusing on hooks and JSX elements.
TypeScript Object Spread
Oct 10, 2024.
Object spread in TypeScript allows for copying properties of objects or arrays using the spread operator (...), with later objects overwriting properties with the same name, and it can also be used to combine arrays or insert elements at specific positions.
TypeScript Essential Features
Oct 07, 2024.
TypeScript offers essential features that enhance JavaScript development, including static typing, type inference, and support for interfaces and generics. It provides tools like classes, enums, and modules, enabling better code structure.
TypeScript command 'tsc' not running in Terminal and PowerShell
Oct 06, 2024.
This series of articles will discuss a specific feature for PowerShell programming.
How to Use a Cursor in SQL?
Oct 03, 2024.
A cursor in SQL is a database object that allows row-by-row processing of query results. It enables you to iterate through a result set, perform operations on each row, and manage data more efficiently in certain scenarios.
IoC Providers in Angular Dependency Injection useClass
Oct 03, 2024.
This article dives into Angular's Dependency Injection, focusing on the use of IoC and providers with useClass. Learn how to manually inject classes, define tokens with InjectionToken, and configure services using Angular's ApplicationConfig. Explore examples with ManualService and ManualServiceWithLog.
The Property '__metadata' Does Not Exist on Type 'SP.Data.SPLibraryItem
Oct 01, 2024.
This content addresses the error message "The property '__metadata' does not exist on type 'SP.Data.SPLibraryItem'." It explores the implications of this TypeScript error in SharePoint development, highlighting potential causes such as type mismatches or missing attributes.
Check which process deleted the files on Window
Sep 28, 2024.
Enable event logging to identify the process causing deletion operations. Set up folder auditing by adjusting security properties, adding auditing entries, and running AuditPol commands.
Learn MongoDB Evaluation Operators
Sep 24, 2024.
MongoDB's evaluation operators enable advanced query operations, allowing for dynamic data retrieval beyond simple comparisons. Key operators include $regex for regular expression matching, $mod for modulus operations, $expr for expression evaluation, and $where for JavaScript-based queries.
Reading and Writing Operation on File System in C Programming
Sep 20, 2024.
In C programming, file handling allows reading from and writing to files using functions like fopen(), fclose(), putc(), getc(), fwrite(), and fread(). Files are opened in various modes such as read, write, or append, with support for unformatted and formatted input/output operations.
Learn Higher Order Functions in JavaScript
Sep 18, 2024.
A higher-order function in JavaScript is a function that takes another function as an argument, returns a function, or both. This allows for reusability, code abstraction, and functional programming. Common examples include map(), filter(), and reduce(), which simplify complex tasks.
Create a Desktop Application with Angular Electron Framework
Sep 17, 2024.
Learn how to create or convert an existing application to a Desktop application with the Electron framework. Convert an Angular application into a cross-platform desktop app using the Electron framework, covering steps like installation, configuration, and packaging for Windows.
Build Microsoft Teams Bot Extension Using TypeScript
Sep 11, 2024.
Learn to build a Microsoft Teams Bot Extension with TypeScript in this guide. You'll set up your environment using Node.js and Visual Studio Code, create a bot with Teams Toolkit, and deploy it using Azure. Perfect for enhancing Teams with custom bots for improved communication and productivity.
Understanding Flutter's BuildContext
Aug 29, 2024.
BuildContext in Flutter is a key concept representing a widget's location in the widget tree. It helps navigate the tree, access inherited widgets, and manage state and theme data. Understanding BuildContext is essential for efficient Flutter development, enabling effective UI interactions and navigation.
RESTful API Design with .NET
Aug 29, 2024.
Explore the principles of RESTful design and learn how to implement robust, scalable, and maintainable web APIs in a .NET environment. This guide covers key REST concepts like statelessness, client-server architecture, and HTTP methods, and provides a step-by-step tutorial to build a simple API using .NET 6.
File Structure: Writing and Reading Records Efficiently
Aug 29, 2024.
In C programming, fwrite() and fread() manage data storage and retrieval. fwrite() writes structures to a binary file, while fread() reads them back. This involves defining a structure, opening a file in binary mode, and using these functions to write and read data, ensuring file integrity and data consistency.
Inner Join vs Cross Apply and Left Outer Join vs Outer Apply
Aug 28, 2024.
In SQL, INNER JOIN and CROSS APPLY differ in functionality; INNER JOIN merges rows based on a condition, while CROSS APPLY uses a table-valued function for dynamic row operations. LEFT OUTER JOIN includes unmatched rows as NULL, whereas OUTER APPLY combines this with table-valued functions for enhanced flexibility.
Centralizing String Utility Functions in Java
Aug 27, 2024.
This article explains how to consolidate common string utility functions in Java by creating a utility class like StringUtils. It covers methods for checking if a string contains only alphanumeric characters with underscores and if a string consists solely of letters, improving code organization and reusability.
CRUD Operations with Repository Pattern and Web API in .NET 8
Aug 20, 2024.
This guide covers creating a clean, maintainable data access layer by leveraging the Repository Pattern for managing database interactions and exposing endpoints through Web API, enhancing your .NET 8 applications.
OpenAI in Enterprise: Revolutionizing Business Operations
Aug 16, 2024.
Explore how OpenAI is transforming business operations across various enterprise sectors. This article delves into advanced applications of AI in HR, finance, customer service, and beyond, demonstrating how OpenAI is driving efficiency and innovation.
Impact of Generative AI in Technology Industries
Aug 09, 2024.
Generative AI is transforming technology with advanced applications across software development, cybersecurity, IT operations, and data analytics. It enhances code generation, automates testing, improves threat detection, and optimizes resource usage.
JavaScript vs TypeScript File Extensions: .js .jsx .ts .tsx
Aug 08, 2024.
Unlock the mysteries behind JavaScript and TypeScript file extensions with this comprehensive guide. Learn the differences between .js, .jsx, .ts, and .tsx files, and understand how each plays a crucial role in modern web development.
Tips to Learn Angular Quickly
Aug 08, 2024.
To learn Angular quickly, leverage your existing knowledge of HTML, CSS, and JavaScript. Focus on core Angular concepts like Components, Routing, Guards, Data Binding, Template Forms, and Services. Utilize Angular CLI for efficient project management and familiarize yourself with TypeScript for strong typing.
Routing in React JS with TypeScript
Aug 08, 2024.
Routing is a crucial feature for single-page applications (SPA) as it allows navigation between different views or pages without reloading the entire application. React Router is the most popular library for handling routing in React applications.
How Do We Create Custom APIs with Next.js?
Aug 08, 2024.
Next.js allows you to create custom APIs with API routes defined in the pages/api directory. You can handle various HTTP methods (GET, POST, PUT, DELETE), use query parameters, connect to databases (e.g., SQLite), add middleware, implement authentication, and test with Jest.
Using Next.js with TypeScript
Aug 07, 2024.
Integrating TypeScript with Next.js enhances code quality by adding static types. Start by creating a Next.js project, then install TypeScript and necessary type definitions. Configure tsconfig.json, convert JavaScript files to TypeScript and handle props and state using TypeScript interfaces.
Understanding About Pnpjs
Aug 05, 2024.
PnPjs is a set of open-source JavaScript libraries for SharePoint development, simplifying REST API interactions with SharePoint, Microsoft Graph, and Office 365. It offers type-safe API calls, supports CRUD operations, and integrates well with SPFx and other frameworks, enhancing productivity and code maintainability.
Why We Should Avoid Using await in C# Loops
Jul 31, 2024.
Avoid using `await` inside C# loops as it causes sequential execution and resource contention, leading to poor performance. Instead, use alternatives like `Task.WhenAll`, `Parallel.ForEachAsync`, or `SemaphoreSlim` to handle asynchronous operations concurrently and efficiently.
The AbstractList Class and ArrayList Class in Java Collection
Jul 29, 2024.
The AbstractList class in the Java Collections Framework provides a skeletal implementation of the List interface, enabling developers to create custom list implementations with ease. It offers default implementations for some list operations, allowing focus on specific aspects of the custom list.
How to Show and Hide Password in Angular
Jul 25, 2024.
Enhance your Angular forms by adding a show/hide password toggle feature. Just like a light switch that lets you see if a room is lit or dark, this feature allows users to reveal or hide their password for better accuracy.
LINQ to ADO.NET: Enhancing Data Access with Modern Querying
Jul 23, 2024.
In the evolving world of .NET, querying databases has traditionally been done using ADO.NET, which provides a robust set of classes for data access. However, the introduction of Language Integrated Query (LINQ) has revolutionized the way developers interact with data.
Advanced ADO.NET Features for Complex Data and Async Operations
Jul 23, 2024.
ADO.NET remains essential for database interactions in . NET. Advanced features include handling complex types with SQL Server's UDTs and XML data, managing binary data with VarBinary, and leveraging asynchronous operations for improved performance.
After Business Rules in ServiceNow: Scenarios and Best Practices
Jul 22, 2024.
After Business Rules in ServiceNow execute after a database operation, enabling actions that depend on the successful completion of the initial operation. Common scenarios include audit logging, triggering notifications, data synchronization, and cascade updates.
Efficient IoT Operations with Azure IoT Hub Monitoring
Jul 17, 2024.
Monitoring in Azure IoT Hub ensures the optimal performance, health, and security of IoT deployments through real-time tracking, alerts, and diagnostics. It is essential for efficient operations across various sectors, including manufacturing, energy, healthcare, and smart cities.
MAPIG: My Method for Analysis, Projection, and Global Integration for technology strategy
Jul 17, 2024.
MAPIG (Method for Analysis, Projection, and Global Integration) is a comprehensive tech leadership framework designed by Alexis Chân Gridel. It integrates historical analysis, strategic alignment, tech audit, team assessment, and ethical considerations to bridge IT operations with business goals, fostering innovation and sustainable growth.
Implementing a Audit Trail in ASP.NET Core Web API
Jul 17, 2024.
Learn how to implement a robust audit trail in an ASP.NET Core Web API using Entity Framework Core and SQL Server. This comprehensive guide covers setting up the project, defining data models like Products and AuditLogs, configuring the database context, applying migrations, and creating CRUD operations.
Building RESTful APIs with ASP.NET Core
Jul 16, 2024.
In today's interconnected digital landscape, creating robust and efficient APIs is crucial for enabling seamless communication between applications. ASP.NET Core, the open-source framework from Microsoft, provides a powerful platform for developing RESTful APIs with ease.
Left and Right Shift operators in C#
Jul 15, 2024.
This article delves into the intricacies of left and right shift operators in C#. You'll learn how these bitwise operators work, their syntax, and practical applications.
Angular vs. AngularJS: Key Differences and Syntax Changes
Jul 15, 2024.
AngularJS revolutionized web development with two-way data binding and a modular approach. Angular (2+) addresses performance issues, offering a modern framework with enhanced features like robust dependency injection, improved data binding, and a powerful CLI.
Creating a complete CRUD (Create, Read, Update, Delete) application in Angular
Jul 10, 2024.
Build a CRUD application in Angular using Angular CLI for setup, components for UI, services for data management with HttpClient for API interactions. Implement CRUD operations (Create, Read, Update, Delete) with a Todo model, integrating JSON Server for backend simulation.
TaskCompletionSource in .NET to Convert Async Non Task to Async Task
Jul 09, 2024.
TaskCompletionSource<T> in .NET allows manual creation and control of tasks, enabling custom async patterns and adapting non-task-based APIs. With methods like SetResult, SetException, and SetCanceled, it facilitates complex asynchronous operations, event handling, and integration, enhancing code flexibility and readability.