C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
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]
Harshad Tretiya(12)
John Godel(10)
Tural Suleymani(5)
Nidhi Sharma(4)
Saurav Kumar(3)
Deepika Sawant(3)
Tanuj (3)
Riya Patel(2)
Mahesh Chand(2)
Ajay Narkhedkar(2)
Jochen Bartlau(2)
Jayant Kumar(2)
George (2)
Arun Potti(2)
Sardar Mudassar Ali Khan (2)
Sandhiya Priya(1)
Suraj Vishwakarma(1)
Satya Karki(1)
Chethan N(1)
Saravanan Ganesan(1)
Niharika Gupta(1)
Abhishek Tripathi(1)
Parthiv Suthar(1)
Vishal Joshi(1)
Ibne Sabid Saikat(1)
Amit Kumar(1)
Trent Best(1)
Shubham Sidnale(1)
Rajeev Paliwal(1)
Nitin (1)
Pravesh Dubey(1)
Mohammad Hasan Hosseini(1)
Babita (1)
Varun Setia(1)
Vivek Kumar(1)
Arpit Shrivastava(1)
Vijay Yadav(1)
Abhishek Chadha(1)
Prathap Reddy(1)
Allen Oneill(1)
Jitendra Mesavaniya(1)
Mark Pelf(1)
Nishi Kumari(1)
Ziggy Rafiq(1)
Sachin Singh(1)
Ali Benchaaban(1)
Ankit Sahu(1)
Abhishek Mishra(1)
Gowtham K(1)
Jefferson S. Motta(1)
Bhavesh Raval(1)
Debasis Saha(1)
Amira Bedhiafi(1)
Dhanesh Kumar M J(1)
Amit Mohanty(1)
Smi10 Kalathiya(1)
Yogeshkumar Hadiya(1)
Albin Ta(1)
Rikam Palkar(1)
Resources
No resource found
Remove K Digits Problem – Greedy Stack Approach to Find the Smallest Number
Jun 05, 2026.
Learn how to solve the “Remove K Digits” problem using a greedy monotonic stack approach. This article explains how to efficiently remove k digits from a number string to form the smallest possible result while maintaining digit order, along with a Java implementation and clear intuition.
GraphQL vs REST APIs: Choosing the Right Approach for Modern Applications
Jun 05, 2026.
Compare GraphQL vs REST APIs. Learn the key differences, advantages, disadvantages, performance considerations, and when to choose each approach.
Why Apple's On-Device AI Approach Could Change Mobile Development
Jun 01, 2026.
Explore Apple's on-device AI strategy and its impact on mobile development. Discover how local AI processing enhances privacy, performance, and user experience.
The Interplay of Metacognition and Metamemory: A Systems-Architecture Approach to Cognitive Governance
May 10, 2026.
Explore the dynamic interplay of metacognition and metamemory, revealing how our minds monitor, control, and optimize memory for enhanced cognitive governance.
How to Encrypt Data in Production (Real-World Approach + Pros & Cons)
Apr 13, 2026.
Learn how to encrypt data in production with this practical guide. Protect user data, achieve compliance, and build trust. Includes pros, cons, and real-world tips!
Difference Between Code First and Database First Approach in Entity Framework Core?
Apr 08, 2026.
Explore the Code First vs. Database First approaches in Entity Framework Core. Learn which method suits new projects and legacy systems for efficient .NET development.
How to Use Entity Framework Core Code First Approach in ASP.NET Core
Apr 03, 2026.
Learn how to use the Entity Framework Core Code First approach in ASP.NET Core to build scalable applications. Define your database structure with C# classes and migrations.
Rethinking .NET Development: Building AI-Powered Applications with Copilot-First Approach
Mar 31, 2026.
Explore AI-powered .NET development using a Copilot-first approach. Learn how to build real-time applications with SignalR and AI, shifting from CRUD to experience-driven systems.
Automating Keycloak Tenant Provisioning Using KeycloakConfigCLI vs Admin API (Template-Driven Approach)
Mar 30, 2026.
In modern enterprise IAM systems, onboarding new tenants and managing identity configurations manually can lead to inconsistencies, operational overhead, and scalability challenges. This article explores how Keycloak can be automated using a template-driven approach with KeycloakConfigCLI, compares it with the Keycloak Admin API, and demonstrates how organizations can efficiently provision and manage multiple tenants in a consistent, repeatable, and scalable manner.
Device Twin vs Module Twin in Azure IoT Hub: Understanding the Right Approach
Mar 31, 2026.
Unlock Azure IoT Hub's power! Device Twins manage entire devices, while Module Twins control individual components. Learn when to use each for scalable IoT solutions.
Code First vs Database First Approach in EF Core
Mar 26, 2026.
Explore Code First vs Database First in EF Core. Understand the differences, advantages, and disadvantages to choose the right approach for your .NET project.
What Approaches Improve Accessibility in Modern Web Interfaces?
Mar 11, 2026.
Make your web interfaces accessible! Learn practical approaches using semantic HTML, alt text, keyboard navigation, color contrast, ARIA, and more. Build inclusive apps.
The Scrum Process Model: A Structured Approach to Agile Project Management
Feb 16, 2026.
Discover the Scrum process model: a structured agile approach for efficient project management. Learn core principles, roles, artifacts, and events for success.
EF Core Tracking vs No Tracking: Choosing the Right Approach for Performance and Data Updates
Feb 16, 2026.
Unlock EF Core performance! Learn when to use Tracking for updates and No Tracking for read-only operations. Optimize your .NET applications for speed and efficiency.
Vertical Slice Architecture in ASP.NET Core: A Modern Approach to Clean and Maintainable Applications
Feb 13, 2026.
Discover Vertical Slice Architecture in ASP.NET Core! Build clean, maintainable, and scalable applications by organizing code around business features. Modernize your approach!
Event Sourcing in .NET: A Modern Approach to Data Management
Feb 13, 2026.
Discover Event Sourcing in .NET! Learn how to build auditable, scalable, and reliable applications by storing data as a sequence of events. Modern data management explained.
Implementing Agentic AI with C# Using Azure OpenAI: A Practical, Tool-Driven Approach
Jan 28, 2026.
Build agentic AI in C# with Azure OpenAI! Learn tool execution, orchestration, and secure configuration. Includes calculator, weather tools, and vector models.
Real-Time vs Asynchronous Salesforce Integration Architecture: Choosing the Right Approach
Jan 20, 2026.
Unlock Salesforce integration success! Compare real-time vs. asynchronous architectures. Learn the pros, cons, and hybrid approaches for scalable, reliable systems.
Reverse a Linked List (Iterative and Recursive Approach)
Jan 19, 2026.
Master the Reverse Linked List problem! Learn iterative & recursive solutions with code examples in C++, Java, and Python. Ace your coding interviews now!
What’s the recommended data access approach in .NET?
Jan 09, 2026.
This in-depth guide explains the recommended data access approaches in .NET, covering EF Core, Dapper, raw SQL, repositories, and hybrid strategies, with a focus on how experienced teams design data layers for long-term maintainability and performance.
Two Sum Problem in DSA (Array + HashMap Approach)
Jan 07, 2026.
Learn the Two Sum Problem in DSA using a simple Array and HashMap approach. This beginner-friendly article explains the logic step by step with examples and clean code.
Best Approaches for Implementing Logging and Monitoring in Distributed Systems
Jan 02, 2026.
Learn the best approaches for logging and monitoring in distributed systems using simple language. Understand logs, metrics, tracing, tools, real-world examples, and best practices for reliable systems.
How to Create Contact Records in Power Pages using Registration and Admin-Managed Approaches
Dec 26, 2025.
Learn how to create contact records in Power Pages using registration and admin-managed methods. Discover best practices for secure and scalable solutions. Choose the right approach for user sign-up, partner self-service, pre-assigning web roles, and restricted access.
ASP.NET Core Authentication – JWT vs API Key (Correct Enterprise Approach)
Dec 23, 2025.
Secure ASP.NET Core APIs with JWT and API Key authentication. Learn the right enterprise approach for internal, external, and hybrid API access. Scalable and maintainable!
Entity Framework Core – Code First Approach
Dec 14, 2025.
This article provides a complete and descriptive explanation of the Entity Framework Core Code First approach. It explains how databases are created and managed using C# classes, how DbContext and entities work together, how migrations handle schema changes, and how relationships, configuration, and change tracking are managed in Code First development. Written in simple language, this guide is ideal for beginners and professional .NET developers building modern, scalable applications using Entity Framework Core and SQL Server.
Entity Framework Core – Database First Approach
Dec 14, 2025.
This article provides a complete and descriptive explanation of the Entity Framework Core Database First approach. It explains how EF Core generates entity classes and DbContext from an existing database, how scaffolding works, how relationships, views, and stored procedures are handled, and how to safely manage schema changes using re-scaffolding and partial classes. Written in simple language, this guide is ideal for beginners and professional .NET developers working with legacy or enterprise databases using Entity Framework Core.
Beyond Transformers: An Engine Agnostic Architecture for Reasoning and Self Learning AI - Gödel's Approach
Nov 29, 2025.
Beyond Transformers: Engine-agnostic AI architecture for reasoning & self-learning. Decouple engine, learning, & runtime for adaptable, governed AI systems.
GenAI: Beyond Transformers, An Engine Agnostic Architecture for Reasoning and Self Learning AI - Gödel's Approach
Nov 29, 2025.
GenAI architecture beyond Transformers: Engine-agnostic design for reasoning & self-learning AI. Decouple engine, learning, & runtime for adaptable AI systems.
Unlocking the Depths of Docker: A Pragmatic Approach for Modern Development
Nov 17, 2025.
Explore Docker's architecture, layering, networking, and orchestration for modern development. Master containerization and unlock agility and resilience in your applications.
A C# approach to optimizing color contrast
Nov 17, 2025.
Optimize text readability in C# with intelligent color contrast! This article details a grid-based approach to dynamically adjust text color for accessibility.
Artificial Intelligence: Building Data Centers in Space for AI - A New Best-Approach to Energy and Efficiency?
Nov 13, 2025.
Explore space-based data centers for AI: a potential solution to energy and efficiency challenges. Discover the pros, cons, and strategic implications. Is it the future?
Power Apps vs SharePoint List Customization vs Microsoft Forms - Choosing the Right Approach in Microsoft 365
Oct 31, 2025.
Compare Power Apps, SharePoint List Customization, and Microsoft Forms for data collection in Microsoft 365. Learn which tool best suits your needs with our guide!
Bridging the Gap Between Developers and Entrepreneurs
Oct 30, 2025.
Unite developers & entrepreneurs for startup success! Bridge the communication gap, foster collaboration, and build a shared vision for innovation & growth.
Context Engineering: Managing Prompt Costs at Enterprise Scale — Practical Approaches
Oct 15, 2025.
Enterprises waste AI spend on undisciplined prompts, not expensive models. This guide offers a practical, engineering-first approach to prompt cost control: tighten contracts, bound evidence, version like code, and measure dollars per validated action. Learn to cut costs, improve reliability, and accelerate time-to-value by optimizing prompts and retrieval, implementing version control, and managing costs with visibility and accountability. Stop paying the 'prompt tax'!
SharePoint Customization Options — Modern vs Classic Approaches
Oct 13, 2025.
Explore SharePoint customization options, contrasting classic approaches (master pages, server-side code) with modern methods like SPFx, Power Platform, and PnP provisioning. Understand the capabilities, limitations, and non-customizable areas in modern SharePoint. Learn how to choose the right approach for forms, workflows, UI, and site provisioning, embracing security and cloud-readiness.
🧭 Vibe Coding: The Professional Prompt Engineering Approach to Emotional Precision in AI
Oct 10, 2025.
Vibe Coding is a prompt engineering methodology that focuses on encoding emotional and tonal intent into AI prompts for precise, contextually aligned, and human-centric outputs. It treats tone, style, and energy as structured variables, enabling enterprises to maintain brand voice, improve empathy, and reduce hallucination. Learn how to engineer prompts that resonate!
$100K H-1B Visa Rule: Who’s Affected and Who’s Not
Sep 21, 2025.
The U.S. just announced a $100,000 fee for new H-1B visas. Find out who is affected, who is safe, and how this impacts U.S. companies, Indian IT firms, and international students.
Elevate Your C# Projects with FSM_API: A New Approach to State Management
Sep 09, 2025.
Simplify complex C# logic with FSM_API, a high-performance, open-source Finite State Machine library. Eliminate tangled code, improve runtime safety with its cascading degradation system, and gain flexible update control. Perfect for game AI, backend workflows, and UI management.
Why AI Models Hallucinate — And the Best Approaches to Solve It
Sep 09, 2025.
AI hallucinations are a major hurdle for enterprise adoption. This article explores the root causes, from statistical guesswork to data limitations, and presents seven practical solutions. Learn how Retrieval-Augmented Generation (RAG), knowledge graphs, structured prompting, and human oversight can mitigate risks and build trustworthy AI systems.
Find vs GetBy in Entity Framework: Understanding the Right Approach
Aug 31, 2025.
Unlock EF Core efficiency! Compare Find() (primary key, cached) vs. GetBy() (flexible, direct DB query). Learn performance, usage, and error handling for optimal data access.
Choose a Data Storage Approach at the Cloud
Aug 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.
How do you approach Scalability Challenges in Web3 Development?
Aug 19, 2025.
Scalability has always been one of the most pressing challenges in Web3 development. As decentralized applications (dApps) and blockchain networks grow in popularity, the demand for faster transaction processing, lower fees, and seamless user experiences increases dramatically.
Art of Public Speaking: A Strategic Approach to Confident Communication
Aug 08, 2025.
Master public speaking through goal-setting, constructive feedback, and steady improvement. This guide offers a strategic path to build confidence, refine delivery, and create impactful communication that resonates with any audience.
Prompt-Oriented Development vs. Vibe Coding: Choosing the Right Approach Across the AI Product Lifecycle
Aug 07, 2025.
Prompt-Oriented Development (POD) brings structure to AI development, replacing casual "vibe coding" with scalable, repeatable workflows like prompt versioning, evaluation, CI/CD, and observability.
State Management in Flutter: Choosing the Right Approach for Your App
Aug 07, 2025.
Navigate Flutter state management with ease! This guide covers setState, Provider, Riverpod, Bloc, and GetX, offering clear use cases and code examples for optimal app architecture.
Balancing the Burn: A Strategic Approach to Team Wellness and Resilience
Jul 16, 2025.
Addressing burnout and promoting balance within teams requires emotional intelligence, structured dialogue, and cultural shifts that foster resilience.
Private Tailored SLM Approach for CFOs
Apr 09, 2025.
In an era where data privacy regulations are intensifying and cybersecurity threats are rising, the Private Tailored Small Language Model (SLM) approach presents a financially sound, secure alternative to traditional cloud-based AI solutions.
Reusable Approach to Handling Cancellation Token Logic & Timeout
Mar 19, 2025.
Handling cancellation in asynchronous workflows can often lead to repetitive, error-prone code. Whether we’re processing a single task or multiple tasks.
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.
Using New Generative AI Unified Approach by Microsoft
Nov 16, 2024.
In this article, we will learn about the Microsoft.Extensions.AI package that is intended to unify and standardize generative AI in .NET
Fibonacci Series : Recursion, Memoization, and Optimal Approach
Oct 01, 2024.
The Fibonacci series is a mathematical sequence starting with 0 and 1, where each subsequent number is the sum of the previous two. This article explores three methods to compute Fibonacci numbers in C#: recursion, memoization, and an optimal iterative approach.
Entity Framework Core Code-First Approach with Seed Data
Sep 09, 2024.
It will be beneficial to beginners who are struggling with Entity Framework Core and Creating Code-First Approach. The EF-Core Code-First approach involves creating domain classes first and then generating the database using migrations.
Entity Framework (3), with .Net MVC, Model-First
Sep 01, 2024.
This article will discuss Entity Framework with .Net MVC, Model-First approach
Entity Framework (3-1), with .Net Console Model-First
Aug 31, 2024.
This article is to discuss Entity Framework with .Net Console Model-First .
Database First Approach in .NET Core
Jul 25, 2024.
Discover the Database First Approach in .NET Core with our comprehensive guide. Learn how to efficiently integrate databases into your application using Entity Framework Core, design robust data models, and manage CRUD operations.
Practical approach to EF Core with Scalar functions
Jul 21, 2024.
Learn how to implement and migrate scalar SQL functions in an ASP.NET Core application using Entity Framework Core. This guide covers creating a scalar function to calculate total unit prices, integrating it into EF Core, and calling it within LINQ queries to streamline database interactions.
The Art of JavaScript Hoisting: Understanding the Ins and Outs
Jun 11, 2024.
Discover the intricacies of JavaScript hoisting in this comprehensive guide. Understand how JavaScript handles variable and function declarations, the impact of scope, and the best practices to avoid common pitfalls.
Azure Text Analytics Modern Content Moderation Approach
Jun 11, 2024.
Learn how to use Azure Content Moderator, part of Microsoft Azure’s Cognitive Services suite, to detect and filter objectionable content. This guide covers setting up the service, generating an API key, and integrating text and image moderation into your application using Python.
Training a Model with Azure ML Designer: A No-Code Approach to Machine Learning
May 16, 2024.
Azure ML Designer offers a no-code, drag-and-drop interface for building, training, and deploying machine learning models, making it accessible to both beginners and experts.
Detailed Approach for Implementing AI Solutions
May 10, 2024.
Implementing AI solutions involves problem definition, data collection, EDA, feature engineering, model selection, training, tuning, evaluation, deployment, monitoring, and ethical considerations. Continuous improvement ensures adaptability, scalability, and security for sustained effectiveness.
How to Integrate Instant Plugins in the Canvas App?
Apr 29, 2024.
Dataverse Accelerator by Microsoft introduces low-code plug-ins for real-time business logic workflows in Canvas apps. Learn step-by-step integration of Instant Plugin with Power Fx in Dataverse environment. Test and utilize the Instant Plugin for efficient app development.
Singleton vs. Static Class in C# - Choosing the Right Approach
Apr 17, 2024.
Singleton and Static classes can only have one instance available in memory, and both classes can be used to maintain the global state of an application, however, there are many differences between them. In this article, I explain what their differences are.
ASP.NET 8 - Multilingual Application with Single Resx File - Part 2 - Alternative Approach
Apr 01, 2024.
Explore an alternative approach in ASP.NET 8 for building multilingual applications using a single Resx file in Part 2 of this series. Discover how to efficiently manage localization and globalization, leveraging resource files and innovative techniques.
How to Group API Endpoints in FastAPI: Diverse Approaches
Mar 07, 2024.
This article explores two methods for grouping API endpoints with Fast API. Initial method employs an API Router to segregate user and item endpoints into distinct routers. The second method utilizes Fast Api's tagging feature to classify endpoints according to their functions.
A simplified approach to serializing and deserializing objects in C# 10
Mar 04, 2024.
This comprehensive guide teaches how to streamline data interchange processes efficiently using C# 10 Records. Authored by Ziggy Rafiq.
Two Pointer Approach in Python
Feb 01, 2024.
The Two Pointer Approach is one of the most used and efficient techniques to search for a pair in a sorted array. We'll look into the working of it, implementation and use cases.
Minimal API in .NET 8: A Simplfied Approach to Build Web APIs
Jan 17, 2024.
Experience the simplicity of ASP.NET Core with Minimal APIs in .NET 6. Explore advantages like conciseness, ease of use, and quick startup time, and delve into sample code and use cases.
A C++ Approach to Optimizing Color Contrast
Dec 22, 2023.
In order to meet accessibility standards, a minimum color contrast is required. Here are some functions that enable contrast optimization in C++ applications.
Implement Entity Framework A Code First Approach in .Net 8 API
Dec 18, 2023.
In this article, we are going to discuss. How to implement Entity Framework a code first approach in .Net 8 API. In this approach, model classes and their relation are created first using the ORM designer, and the physical database will be generated using this model. The Model First approach means we create a diagram of the entity and relation that will be converted automatically into a code model.
Multi-Tenancy with Separate Databases Approach in .NET Core
Dec 14, 2023.
In this article, we will learn how to implement a separate database approach of multi-tenancy in the .Net Core application and how to provide a dynamic connection string to DbContext
NCache Security: A Comprehensive Approach to Protecting Your Cached Data
Dec 08, 2023.
From this article, you will learn a comprehensive approach to protecting your cached data. In the realm of distributed caching, safeguarding cache nodes is crucial for protecting data and infrastructure. NCache, a robust distributed caching solution, offers comprehensive security features. This article guides you through configuring security levels in NCache for optimal data safety.
GraphQL in .NET: GraphQL queries
Nov 22, 2023.
Learn graphQL queries, resolvers, and annotation-based approach. This tutorial introduces GraphQL, emphasizing its benefits over REST, and explores querying in a C# ASP.NET Core environment using HotChocolate. It covers key concepts, operations, and practical implementation.
The Porter Method - An Approach to Stemming in Information Retrieval and Text Analysis
Nov 02, 2023.
Porter Stemming Algorithm in NLP: learn what it is with C# sample. As a methodology in NLP, stemming focuses on simplifying inflected or derivative words down to their stems, roots, or base forms. Such a process is instrumental in boosting the performance and precision of systems, primarily in search engines and text analysis mechanisms.
Building a Web API Structure with Database-First Approach (Using EDMX)
Oct 23, 2023.
In this article, you will learn about Web API Structure With Database First Approch. This article provides a step-by-step guide on creating a web API structure with a database-first approach using EDMX in an ASP.NET web application. The steps include project creation, data model setup, API controller creation, and configuration for JSON output.
How to Build APIs using ASP.NET Core, a clean architectural approach, and the decorator design pattern
Oct 10, 2023.
Implementing the Decorator Pattern in an ASP.NET Core Web API with Clean Architecture involves structuring your application into layers and using decorators to add functionality to specific methods or classes. Here's a simplified example with a CarCompany CRUD operation using Clean Architecture. This example assumes you already have a basic understanding of Clean Architecture and ASP.NET Core.
Predictive Maintenance An AI-Powered Approach using .NET and ML.NET
Oct 03, 2023.
In the ever-evolving landscape of technology, the fusion of Artificial Intelligence (AI) and the .NET framework has paved the way for groundbreaking innovations. This dynamic duo offers a robust platform for developers to create intelligent applications that can analyze, learn, and adapt. In this article, we will explore the integration of AI with .NET and delve into a real-world use case that exemplifies the power of this combination.
Standalone Component : A new approach to design Angular Application
Aug 03, 2023.
In this article, we will discuss related to the Standalone Component in Angular Framework. We also demonstrate how we can implement it in any angular applicaiton.
Kimball vs. Inmon: Unraveling the Synergy of Data Warehouse Approaches
Aug 02, 2023.
Kimball and Inmon methodologies in data warehousing: Complementary approaches, not adversaries.
Schema-First Approach with GraphQL.NET in .NET
Jul 27, 2023.
Learn how to implement GraphQL endpoints using GraphQL.NET's Schema-First approach. Discover how GraphQL serves as a powerful query language for APIs, providing interactivity and flexibility. Explore core concepts applicable to various GraphQL implementations.
Revolutionize Your Umbraco Development with View Components
May 07, 2023.
Umbraco is an open-source content management system(C M S). mbraco has the ability to use view components to build dynamic and reusable user interface (UI) elements. The latest version of Umbraco is built on top of the .Net core and offers many exciting new features and improvements. One of the key improvements is the introduction of view components.
Blazor Server vs. Blazor WebAssembly: Pros and cons of each approach
Apr 22, 2023.
Blazor server vs. Blazor WebAssembly: Pros and cons of each approach
SubOrchestrations In Azure Durable Functions - Practical Approach
Oct 31, 2022.
In this article, you will learn about SubOrchestrations in Azure Durable Functions.
.NET 6 - How To Build Multitenant Application
Oct 31, 2022.
In this article, we are going to learn how to build a multitenant application with.NET 6.
How To Add Custom Add-Ins To MS Word
Oct 07, 2022.
This article shows you how to add add-ins to word desktop.
How To Add Add-Ins In PowerPoint
Sep 20, 2022.
In this article, you will learn how to add custom add-ins.
How To Deploy Excel Add-ins To Your Organization
Aug 12, 2022.
This article show you how to deploy excel add-ins in your organization.
SQL Server Full-Text Searching - Practical Approach
Jul 25, 2022.
In this article, you will learn about SQL Server Full-Text Searching.
How To Add Custom Add-Ins To Excel
Jul 05, 2022.
In this article, you will learn how to add Excel add-ins.
How To Deploy PowerPoint Add-ins To Your Organization
Jun 15, 2022.
This article shows you, how to deploy PowerPoint add-ins.
How To Deploy Word Add-Ins To Your Organization
Jun 03, 2022.
This article show you how to deploy word add-ins to your organization.
How To Create Excel Add-Ins?
May 10, 2022.
Create an Excel add-in using HTML, CSS, JavaScript, or C# to enhance functionality across various platforms, including Excel for Windows, Mac, and Office 365. Install Yeoman and the generator-office globally, generate a project, and run it using npm commands. Test your add-in in Excel’s Home Tab.
How To Create PowerPoint Add-Ins
Apr 04, 2022.
in this article, I will show you how to create PowerPoint Add-ins
Server Side Rendering Of DataTables JS In ASP.NET Core
Mar 28, 2022.
This article covers the implementation of server-side data configuration in DataTables JS in ASP.NET Core. It explains what DataTables JS is, the need for server-side rendering, creating a .NET Core project with the code-first approach, implementing DataTables JS in ASP.NET Core, server-side rendering.
How To Deploy Outlook Add-ins To Your Organization
Mar 19, 2022.
This article provides a comprehensive guide on deploying Outlook add-ins to organizations for other users. It covers the step-by-step process of deploying add-ins using Office 365, ensuring easy access for users within the organization.
How To Publish Outlook Add-Ins Using Visual Studio Code
Mar 17, 2022.
In this article, you will learn how to publish outlook add-ins using visual studio code.
How To Create Word Add-Ins
Mar 16, 2022.
This article outlines the steps to create and run a Word add-in using technologies like HTML, CSS, JavaScript, and C#. Word add-ins enhance functionality and work across platforms, including Windows, Mac, and Office 365.
Approach For Solving Data Processing Issues With SQL Based Approach
Mar 04, 2022.
This article explains about the method for solving the performance issues on stored procedure approach with spark sql
How To Enable Early Access Updates In Dynamics 365 CE Environment
Dec 24, 2021.
In this article, will show you, how to enable the Early Access update in the Dynamics 365 CE 30 days Sandbox Trial Environment.
How To Create Outlook Add-ins
Nov 24, 2021.
Creating Outlook add-ins involves using tools like VSTO or Office JavaScript API, programming in C# or JavaScript, and customizing UI elements like ribbons and task panes. Deployment via Office Store and ensuring security are key considerations.
Two Sum - LeetCode's Solution In C# With Both O(n) And O(n^2) Approach
Nov 19, 2021.
As an interviewer I saw that a lot of candidates are unaware of coding problems. It is a great practice to solve coding problems. In this article let's figure out Two sum's solution with multiple approaches.