TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Chetan Sanghani(13)
Jitendra Mesavaniya(11)
Ajay Kumar(6)
Jaimin Shethiya(4)
Ayush Gupta(3)
Vijay Yadav(2)
Velladurai (2)
Sudhir Vaghela(2)
Jobin S(2)
Harshit Pandey(2)
Manoj Kalla(2)
Sardar Mudassar Ali Khan (2)
Sarthak Varshney(2)
Ishika Tiwari(2)
Allani Saikumar(2)
Vikas Singh(2)
Allam Purushotham(2)
Adarsh Nigam(1)
Muhammad Asif(1)
Alkesh Bijarniya(1)
Gajendra Jangid(1)
Ashish Bhatnagar(1)
Yogeshkumar Hadiya(1)
Rasul Huseynov(1)
Abhishek Saini(1)
George (1)
Satya Karki(1)
Madhu Patel(1)
Ravi Kiran Chanduri(1)
Sanjay Kumar(1)
Lokendra Singh(1)
Abhishek Tiwari(1)
Nikhil Patil(1)
Ali Benchaaban(1)
Jayraj Chhaya(1)
Dhanush K(1)
Pooja Lalit(1)
Javeria Tabassum(1)
Vijay Pratap Singh(1)
Chethan N(1)
Aman Patel(1)
Punar Dutt Rajput(1)
Shiv Sharma(1)
Akshima Aggarwal(1)
Ashutosh Singh(1)
John Godel(1)
Shivam Payasi(1)
Divyansh Gupta(1)
Kuppu Swami(1)
Muneeb Mughal(1)
Shrikrishn Bansal(1)
Prasad (1)
Dashrath Hapani(1)
Hari Lakkakula(1)
Pratik Somaiya(1)
Rajashekar Syereddy(1)
Resources
No resource found
Understanding .NET Standard Versions
Jul 19, 2024.
.NET Standard defines a consistent set of APIs across .NET implementations like .NET Framework, .NET Core, and Xamarin. Developers use it to create libraries that work seamlessly across platforms, ensuring code compatibility, future-proofing, and maximizing code reuse in their .NET applications.
Using .NET Standard in Cross-Platform Development
Jul 17, 2024.
In today's diverse technological landscape, developing applications that run across multiple platforms is crucial. .NET Standard plays a pivotal role in achieving this goal by providing a consistent set of APIs that can be used across different .NET implementations.
Advanced Topics in .NET Standard
Jul 17, 2024.
.NET Standard is a formal specification of .NET APIs that are intended to be available on all .NET implementations. It enables code sharing and reuse across different .NET platforms, including .NET Core, .NET Framework, Xamarin, and others.
Case Studies and Real-World Applications: .NET Standard in Action
Jul 17, 2024.
.NET Standard empowers developers to create robust applications across platforms like healthcare management systems with EHR integration using Xamarin and ASP.NET Core, and financial trading platforms leveraging scalable microservices on Azure.
Introduction to .NET Standard
Jul 17, 2024.
.NET Standard simplifies cross-platform development by defining a unified set of APIs for .NET platforms like .NET Core, .NET Framework, and Xamarin. It enables code sharing across these platforms, ensuring compatibility and reducing maintenance overhead.
Setting Up a .NET Standard Project
Jul 17, 2024.
.NET Standard is a formal specification of .NET APIs that are intended to be available on all .NET implementations. It serves as a base class library that can be used across different .NET platforms, including .NET Core, .NET Framework, Xamarin, and more.
Porting Libraries to .NET Standard
Jul 17, 2024.
Porting libraries to .NET Standard can be a highly beneficial task, ensuring your code is compatible with multiple .NET implementations such as .NET Framework, .NET Core, and Xamarin.
Authentication and Authorization in ASP.NET Core
Jul 16, 2024.
Learn about implementing robust security in ASP.NET Core with a focus on authentication and authorization. This guide covers ASP.NET Core Identity, claims-based and role-based authorization, JWT, OAuth, OpenID Connect, and best practices for securing web applications and APIs.
Hangfire: Simplifying Background Job Processing
Jul 16, 2024.
Discover how Hangfire simplifies background job processing in ASP.NET applications. Learn about its robust features for task scheduling, job management, and asynchronous job execution.
Understanding the Angular Lifecycle Hooks
Jul 16, 2024.
Exploring NgOnInit, NgOnChanges, NgDoCheck, NgAfterViewInit, NgAfterViewChecked, NgAfterContentInit, and NgAfterContentChecked, this content offers comprehensive insights into when and how these hooks are triggered.
Comprehensive Guide to Unit Testing in .NET Core
Jul 16, 2024.
Unit testing in .NET Core is essential for ensuring code quality and functionality. Using frameworks like xUnit and NUnit, developers can write effective tests to detect bugs early, support code refactoring, and maintain clear documentation.
Working with Entity Framework Core
Jul 15, 2024.
Entity Framework Core (EF Core) is a powerful Object-Relational Mapping (ORM) framework provided by Microsoft for .NET applications. It simplifies data access and persistence by allowing developers to work with databases using .NET objects, thus abstracting away the complexity of database interactions.
Using Find Instead of FirstOrDefault with Collections in C# .NET
Jul 15, 2024.
When working with collections in C# .NET, FirstOrDefault and Find serve similar purposes of retrieving elements based on conditions. FirstOrDefault is versatile for any IEnumerable<T>, while Find is optimized for List<T>, offering potentially better performance in list operations.
The Unit of Work Pattern in C# for Modern Applications
Jul 11, 2024.
Explore the Unit of Work pattern in C#, essential for modern application development. Discover how it facilitates efficient database operations, manages transactions with Entity Framework, and enhances the scalability and maintainability of your data access layer.
Retrieving Entity Record IDs in CRM Plugin D365 CE
Jul 08, 2024.
Unlock the methods to efficiently retrieve entity record IDs in Dynamics 365 Customer Engagement (D365 CE) CRM plugins. This guide explores step-by-step processes, best practices, and tips for developers to enhance their CRM customizations.
.NET Frameworks Versions & it's Evolution
Jul 04, 2024.
Explore the evolution of .NET Frameworks, tracing from its inception to modern iterations like .NET Core, .NET 5, and .NET 6. Discover how Microsoft's development tools and runtime environments have evolved, ensuring compatibility and enhancing capabilities across versions.
What is the Purpose of getDerivedStateFromError in ReactJS
Jul 03, 2024.
GetDerivedStateFromError is a lifecycle method in ReactJS used for error handling within components. It allows components to catch JavaScript errors during rendering, updating, and in lifecycle methods.
Generic Repository with EF Core in .NET Core 8
Jul 03, 2024.
Observe the Entity Framework Core Generic Repository! The subject that will make some people uncomfortable. They are unwilling to discuss it at all. Others, on the other hand, adore it and become giddy at the mere mention of the generic repository pattern.
Explain Unit Testing in .NET API
Jul 03, 2024.
Explore effective strategies for unit testing in .NET API development. Learn essential techniques like test-driven development (TDD), utilizing NUnit or xUnit frameworks, mocking dependencies, and ensuring robustness through integration testing.
Building a CRUD Application in React
Jul 01, 2024.
Learn how to build a CRUD application in React with this comprehensive guide. From setting up your development environment to implementing Create, Read, Update, and Delete functionalities, this tutorial covers it all.
Discards in Tuple and Object Deconstruction in C# .NET
Jul 01, 2024.
In C#, deconstruction allows you to extract values from tuples and objects into separate variables. It's a powerful feature that enhances readability and simplifies code when working with complex data structures. Discards, introduced in C# 7.0, further extend this capability by enabling you to ignore values that you don’t need during deconstruction.
Sharepoint Framework Property Pane
Jun 28, 2024.
SharePoint Framework (SPFx) offers a client-side model for developing web parts and pages in SharePoint, leveraging modern web technologies and supporting seamless integration with SharePoint data.
Comparison of Angular and React
Jun 27, 2024.
This article provides a comprehensive comparison of Angular and React, two of the most popular frontend frameworks in web development. It covers various aspects such as performance, scalability, learning curve, and ecosystem.
Set Interface and Map Interface in java.util Package
Jun 26, 2024.
The Set Interface and Map Interface within the java.util package are fundamental components of Java's Collections Framework. The Set Interface defines a collection that does not allow duplicate elements, offering implementations like HashSet, TreeSet, and LinkedHashSet.
Implementing MongoDB with .NET
Jun 26, 2024.
Learn essential techniques for data persistence, leveraging MongoDB's document-oriented structure, implementing CRUD operations with C#, and optimizing performance using the MongoDB .NET driver.
Behind the Scenes of OWIN (Open Web Interface for .NET)
Jun 26, 2024.
OWIN is the acronym of Open Web Interface for .NET and it is a specification that provides to decouple web servers with web applications. This specification is an also open standard for all .NET ecosystems.
Entity Framework Performance Improvements with Code Examples
Jun 23, 2024.
Learn how to optimize Entity Framework performance with practical code examples. This guide covers essential techniques to enhance database efficiency, improve query performance, and eliminate bottlenecks.
How Can We Do Snapshot Testing with Jest
Jun 21, 2024.
Learn how to create and maintain snapshots, handle changes in components, and integrate snapshot testing into your automated testing workflow for robust, reliable software development.
Lazy Loading (4): EntityFramework
Jun 21, 2024.
This article will discuss lazy loading in Entity Framework. This article series explores Lazy Loading, focusing on its application in various technologies like LINQ, HTML, JavaScript, Entity Framework, and Angular, providing insights and performance considerations.
Overview of .NET 9 Preview: New Features and Updates
Jun 19, 2024.
Explore the .NET 9 preview with an in-depth overview of its new features and updates. Discover the latest enhancements, performance improvements, and innovations that this release brings to developers.
Mesop Framework Of Python From Google
Jun 17, 2024.
The Mesop Framework of Python from Google is a cutting-edge tool designed to streamline software development. Leveraging Python's simplicity and Google's robust infrastructure, Mesop offers developers a comprehensive library to build efficient, scalable applications.
LINQ vs PLINQ Method Syntax for Efficient C# .NET Data Processing
Jun 17, 2024.
LINQ (Language Integrated Query) and PLINQ (Parallel LINQ) are .NET frameworks for querying data. LINQ offers a declarative syntax for querying various data sources with single-threaded execution, while PLINQ extends LINQ by enabling parallel execution.
How To Connect Database in ASP.NET MVC using C# with ADO.NET
Jun 17, 2024.
Learn how to integrate SQL Server with your MVC application, configure connection strings, and perform CRUD operations. Ideal for developers seeking to enhance their data access techniques in ASP.NET.
Agile for Remote Teams: Best Practices and Tools
Jun 17, 2024.
Embrace Agile in remote teams with effective communication, clear goals, trust, adaptability, and essential tools like Jira, Slack, and Zoom. Navigate challenges and enhance collaboration in diverse time zones with Agile methodologies tailored for remote work environments.
Automate MySQL Database Updates with Cron Jobs in Node.js
Jun 13, 2024.
Learn how to automate MySQL database updates using cron jobs in Node.js with this comprehensive step-by-step guide. Discover how to schedule tasks, write automated scripts, and maintain your database efficiently.
Understanding CRUD Operation in Blazor
Jun 13, 2024.
Explore Blazor Server and WebAssembly models, integrate Entity Framework Core for data management, utilize Razor Components for UI design, and understand data binding in Blazor for seamless interaction.
Introduction to Agile Development: Principles and Practices
Jun 12, 2024.
Agile development is a dynamic approach to software projects, emphasizing iterative progress, collaboration, and flexibility. Grounded in the Agile Manifesto, it values customer satisfaction, adaptability, and continuous improvement.
Effective User Story Writing in Agile Development
Jun 12, 2024.
User stories are essential in Agile development, helping teams understand requirements from the user's perspective. This article guides you in writing effective user stories by focusing on key elements such as user roles, actions, and benefits, along with tips on collaboration, simplicity, and prioritization.
Preventing XSS Attacks in ASP.NET Core MVC
Jun 12, 2024.
Build a secure ASP.NET Core MVC blog app with Entity Framework Core. Follow steps to create models, controllers, views, and implement client-side validation and sanitization to thwart XSS attacks. Access the GitHub project for code reference and ensure your application is protected against common vulnerabilities.
Learn SharePoint FrameWork (SPFx)
Jun 12, 2024.
Explore the power of SharePoint Framework (SPFx) for modern web development. Learn to leverage JavaScript and TypeScript to create customizable web parts and extensions for SharePoint Online.
Frozen Collections in .NET 8
Jun 10, 2024.
Frozen Collections in .NET 8" explores the introduction of frozen (immutable) collections in the latest .NET framework. These collections offer performance optimizations and enhanced memory management by ensuring data structures are read-only after creation.
Interface In TypeScript / Complex Types In TypeScript
Jun 09, 2024.
In TypeScript, using interfaces helps define complex types, providing clarity and preventing runtime issues. Unlike JavaScript's var/let, interfaces explicitly outline object properties. This approach mirrors server-side coding practices, like in C#, ensuring adherence to coding standards and enhancing type safety.
Mastering ASP.NET Core Identity in ASP.NET Core MVC
Jun 06, 2024.
ASP.NET Core Identity is a comprehensive membership system for adding login functionality to your ASP.NET Core applications. It provides a robust framework for managing users, passwords, roles, claims, tokens, email confirmation, and more.
Difference between String & StringBuilder in .NET C#
Jun 05, 2024.
In .NET C#, String is immutable, meaning any modification creates a new instance, which can be inefficient for frequent changes. StringBuilder is mutable, designed for dynamic string manipulation without creating new instances.
How To Create JWT Token Authentication In Node.js Using Mysql?
Jun 04, 2024.
Learn how to establish JWT authentication in a Node.js application using MySQL and Express. This tutorial covers database setup, creating authentication routes, and managing token creation and validation. Enhance your app's security and scalability by securing API endpoints and limiting access to authorized users.
Joint Solution VMware and NVIDIA
Jun 03, 2024.
The VMware and NVIDIA joint solution integrates advanced AI frameworks, cloud-native deployment, and optimized infrastructure for efficient AI and machine learning workloads.
Understanding Durable Functions in Azure: A Comprehensive Guide
Jun 02, 2024.
Explore the comprehensive guide to understanding Durable Functions in Azure. This guide delves into the concepts of serverless computing, function orchestration, and workflow automation using Azure Durable Functions.
Difference Between "is" And "as" Operator in C#
May 31, 2024.
The is and as operators in C# have distinct behaviors and serve different purposes. The is operator is used for type checking, while the as operator is used for casting.
Introduction to AI/ML in vSphere using GPUs
May 31, 2024.
Learn how to integrate AI/ML workloads with vSphere using GPUs for enhanced performance, scalability, and security in your virtualized environments.
LINQ Query Syntax vs Method Syntax in Entity Framework
May 29, 2024.
Choosing between LINQ Query Syntax and Method Syntax in Entity Framework depends on various factors. Query Syntax often resembles SQL, making it more intuitive for those with SQL background, while Method Syntax offers more flexibility with lambda expressions and method chaining.
Building a RESTful API with Flask and Python
May 28, 2024.
Learn to build a RESTful API with Flask and Python, leveraging HTTP methods for CRUD operations. Flask's simplicity aids rapid API development. Set up the environment, define endpoints for employee management, and test with tools like Postman or cURL. Flask's flexibility suits smaller projects.
Eager Loading and Lazy Loading in Entity Framework
May 28, 2024.
Entity Framework (EF) is a popular Object-Relational Mapping (ORM) framework for .NET. Understanding these concepts is crucial for improving the performance and efficiency of your applications.
How to Use Combine framework in SwiftUI?
May 28, 2024.
Combine framework enhances SwiftUI by managing data flow, essential for reactive UIs. Publishers emit data, subscribers receive, and operators transform streams. Learn to create publishers, subscribe within views, use operators, and apply advanced techniques like error handling and cancellation.
Multiple OrderBy Operations in Entity Framework
May 27, 2024.
Entity Framework (EF) is a powerful ORM (Object-Relational Mapper) in .NET that allows developers to work with databases using .NET objects. In EF, this can be achieved using OrderBy, ThenBy, OrderByDescending, and ThenByDescending methods in LINQ queries.
Count vs. Any in Entity Framework for Efficient Querying in .NET
May 24, 2024.
Entity Framework (EF) is a powerful Object-Relational Mapper (ORM) for .NET, allowing developers to interact with databases using .NET objects. When working with EF, it's crucial to write efficient queries to ensure optimal performance.
Explain BLOB Datatypes in MySQL
May 24, 2024.
MySQL BLOB datatypes store large binary objects, like images or documents. They offer efficient storage for multimedia files and other binary data in MySQL databases, enabling seamless handling of diverse content types within applications.
Entity and Entity Relationships in DBMS
May 21, 2024.
An Entity-Relationship (ER) model visually represents data and relationships in a business domain, aiding database design. It simplifies understanding of complex databases and enhances communication between users and designers.
Difference between ADO.NET, ORM and Dapper
May 20, 2024.
This article explores ADO.NET, ORM, and Dapper in the .NET ecosystem, detailing their history, evolution, and best practices and providing C# code examples for effective data access management.
Dotnet Core, EF Core Store Procedure With Multiple Results
May 20, 2024.
Entity Framework Core coupled with stored procedures for SQL database data retrieval encounters a constraint: consistent return of all columns required for DbQuery<T> properties. This alternative approach offers solutions.
Dynamic Mapping Database result to Entity T
May 20, 2024.
This article provides logic for Mapping the SQL Result to C# Class. This code snippet demonstrates the dynamic mapping of SQL result columns to C# properties, converting SNAKE_CASE SQL column names to PascalCase C# properties using MapToList for DbDataReader to object mapping.
Building Custom Web Parts Extensions with SharePoint Framework SPFx
May 19, 2024.
Learn how to enhance your SharePoint site with custom web parts and extensions using the SharePoint Framework (SPFx). Perfect for beginners, this guide covers the basics of SPFx, setting up your development environment, and creating your first customizations.
Object Detection using Azure Cognitive Service and .NET
May 15, 2024.
Learn how to implement object detection using Azure Cognitive Services and .NET. Harness the power of computer vision and machine learning to analyze images, identify objects, and integrate with custom vision models.
Tips for Improving Performance in Entity Framework
May 15, 2024.
Optimizing Entity Framework performance, particularly in EF Core, is crucial for efficient data access. These strategies, like eager loading and compiled queries, enhance responsiveness and reduce overhead.
CRUD RESTful API using Java, Springboot, MySQL, Maven & JPA
May 14, 2024.
Master the creation of a powerful CRUD RESTful API using Java, MySQL, Spring Boot, JPA, and Maven. Learn how to efficiently handle data operations with clear, concise endpoints. Elevate your backend development skills and build scalable solutions for your Java projects.
Exploring Data Structures: The Stack in .NET C#
May 13, 2024.
Data structures are the fundamental building blocks of software engineering. They enable efficient storage, retrieval, and manipulation of data, serving as the backbone of countless algorithms and applications.
Mastering Microservices Architecture with C# and .NET
May 13, 2024.
In this article, we'll delve into the principles of microservices architecture and explore how to implement it using C#, .NET Core, and cutting-edge technologies like Docker, Kubernetes, gRPC, and RESTful APIs.
Deciding the Right Data Reading Architecture in .NET
May 11, 2024.
In the dynamic realm of .NET development, choosing the right data reading architecture is paramount for application performance, scalability, and maintainability. Let's delve into practical examples of ADO.NET, Entity Framework, Dapper, and GraphQL to grasp their strengths and weaknesses.
Building CRUD Operations in .NET Core 8 with MongoDB
May 09, 2024.
Learn to create CRUD operations in .NET Core 8 Minimal API with MongoDB via Entity Framework Core. Build RESTful endpoints for seamless data interaction, leveraging ASP.NET Core's capabilities for efficient development and MongoDB's flexibility for NoSQL data storage.
Dictionary vs HashTable in .NET C#
May 08, 2024.
Explore the differences between Dictionary and HashTable in .NET C#. Learn about efficient key-value storage, hashing techniques, and performance contrasts. Discover when to use Dictionary<TKey, TValue> for type safety and modern features versus HashTable for legacy support.
Hash Table in .NET: Syntax, Usage, Methods, and Example
May 07, 2024.
A group of key/value pairs arranged according to the key's hash code is represented by the Hashtable class. This class is contained in the namespace System. Collections. To execute different kinds of operations on the hashtables, the Hashtable class offers a variety of methods.
Building a .NET Blazor Web Application with Bootstrap Theme
May 06, 2024.
Create stunning web apps with .NET Blazor using Bootstrap themes. Combine the power of the .NET ecosystem with Bootstrap's sleek UI components for responsive, modern web experiences."
Understanding Garbage Collection in .NET Core
May 05, 2024.
Garbage collection (GC) is a fundamental aspect of memory management in modern programming languages like C#. In the context of .NET Core, the GC system plays a crucial role in automatically reclaiming memory that is no longer in use, thereby preventing memory leaks and ensuring efficient memory utilization.
Inject a DbContext Instance Into BackgroundService in .NET Core
May 05, 2024.
In this article, Learn how to inject and use a DbContext instance within a BackgroundService in .NET Core. Utilize dependency injection to access database operations from a background task, ensuring proper lifecycle management with scoped services.
Database Connectivity in Visual Studio
May 03, 2024.
Visual Studio facilitates robust database connectivity through technologies like ADO.NET and Entity Framework. Developers can seamlessly integrate with SQL Server, MySQL, Oracle, and more using connection strings and data source management tools.
Solana's Language Support and Simplified Development with Anchor Framework
May 02, 2024.
In this article, we will explore that what are the languages that used to write smart contract for Solana and the setup of Anchor framework.
Real-Time Text Display in Power Apps
Apr 30, 2024.
Explore the seamless integration of real-time text input updates with Power Apps. Discover how effortlessly display text input changes dynamically in labels, enhancing user interaction and engagement. Follow a step-by-step guide to implement this feature, empowering your apps with responsive, interactive experiences.
Using Stored Procedures in MySQL Enhanced Code Performance
Apr 30, 2024.
Stored Procedures in MySQL offer a streamlined approach to executing complex or frequently used SQL logic with a single call, supporting input parameters, procedural logic, and return values.
.NET Core : Implementing Authentication & Authorization in .NET Core Apps
Apr 29, 2024.
This article provides a structured guide with code snippets and references for implementing authentication and authorization in .NET Core applications. It covers mechanisms such as Identity framework, JWT, OAuth, and OpenID Connect, offering readers a comprehensive understanding and practical implementation steps.
Entity Framework Core: Features, Real-time Implementation, Best Practices
Apr 29, 2024.
Entity Framework Core (EF Core) stands as a powerful toolset for .NET developers, streamlining the interaction between applications and databases through object-relational mapping (ORM). Whether adopting a database-first or code-first approach, EF Core simplifies data access and manipulation.
ConcurrentBag<T> in C#: Thread-Safe Collection Guide
Apr 23, 2024.
In the world of concurrent programming in C#, managing data safely across multiple threads is a paramount concern. In this article, we'll delve into ConcurrentBag<T>, its usage, and provide simple examples to help developers grasp its concepts more effectively.
AI Governance and How to Implement and Apply it in Enterprise
Apr 22, 2024.
In this article, we will Explore the essential aspects of AI Governance and its application within enterprises. Learn how to navigate regulatory landscapes, mitigate risks, and ensure ethical AI practices.
Difference Between Scalar and Aggregate Functions
Apr 19, 2024.
In this article, we'll discuss the differences between Scalar and Aggregate functions in MSSQL in detail. This article explores scalar and aggregate functions in Microsoft SQL Server, detailing their differences and usage with examples for clarity.
What are SQL dialects with Example?
Apr 19, 2024.
SQL dialects are versions of SQL tailored to specific database systems. Each dialect has its syntax and features while adhering to SQL's core principles. Understanding dialects is essential for writing compatible code across different database platforms: MySQL, PostgreSQL, Oracle SQL, Microsoft SQL Server, and SQLite.
A Journey from ASP.NET Framework to ASP.NET Core
Apr 18, 2024.
Explore the journey of .NET web development from ASP.NET Framework to ASP.NET Core, encompassing technologies like Windows Forms, WPF, and Web Forms. Witness the transition to structured MVC architecture and the integration of Angular for dynamic user interfaces. Delve into the version history of .NET Framework and .NET Core.
MySQL Queries Cheat Sheet
Apr 18, 2024.
In this article, we will learn about MySQL querying essentials, covering basic SQL commands, data manipulation functions, constraints, and frequently asked questions, providing valuable insights for both novice and experienced developers.
Pagination in a .NET with EF Core
Apr 15, 2024.
Pagination allows you to retrieve a large number of records split into pages instead of returning all the results at once. In this article, I present how to implement OffSet and Keyset pagination in a .NET 8 Web API using Entity Framework Core.
Blazor Component: Creation, Lifecycle, Nesting, & UI Integration
Apr 11, 2024.
Blazor Components offer a modern approach to web development by utilizing Razor syntax and C#. They enable building interactive and reusable UI elements with data binding and event handling.
Soft Delete in Entity Framework Core
Apr 08, 2024.
Soft delete in Entity Framework Core allows for logically marking records as deleted without physically removing them from the database. This technique involves setting a flag, often "IsDeleted," to true instead of deleting the record.
Choosing Between Python and ML.NET: Future of Machine Learning
Apr 08, 2024.
Explore the evolving landscape of machine learning with Python and ML.NET. This guide offers insights for navigating between these powerful tools, aiding decision-making in data science and software development.
Rename the "Related" entities in Dynamics 365
Apr 06, 2024.
Rename the "Related connections" entity to "Account-Connections" in CRM, follow steps Login, navigate to Advanced settings, open solution, access Account entity forms, edit "Connections" label, save, publish. Verify the change in an account record.
.NET Synchronous vs Asynchronous
Apr 04, 2024.
Synchronous programming in .NET involves sequential execution, blocking the current thread until a task completes. Asynchronous programming, on the other hand, enables non-blocking execution, improving responsiveness by allowing tasks to execute independently.
Custom Directives in the Angular
Apr 03, 2024.
Angular directives are one of the core features in the angular framework, directives help to extend the HTML functionality and structure modify the elements, and attach to the DOM.
Medallion Architecture: A Framework for Data Organization
Apr 01, 2024.
The Medallion Architecture is a powerful data design pattern that provides a structured approach to organizing data within a Lakehouse. In this article, we’ll explore the key components of the Medallion Architecture and guide you through building your own data pipelines.
Activate & Deactivate Account Record in Dynamic 365 with PowerShell
Mar 28, 2024.
InteractiveMode prompts user for login in Dynamics CRM, storing connection in $conn. BypassPluginExecution set to true avoids plugin execution.Set-CrmRecordState modifies record state in CRM using specified entity, ID, and state/status codes.
Enable Entities for Service-Level Agreements in Dynamics 365
Mar 27, 2024.
Enable entities for service-level agreements in Dynamic 365. Enable service-level agreements (SLAs) for entities in Power Apps or Dynamics 365 Customer Engagement (on-premises) by following these steps.
Seamless Database Integration with C#
Mar 26, 2024.
Efficiently integrating databases with C# applications is crucial for managing data seamlessly. Explore various approaches like ADO.NET, Entity Framework Core, and Dapper along with best practices for successful integration.
Soft Deletion in Entity Framework Core
Mar 23, 2024.
In this article, we will delve into the concept of soft deletion and illustrate how to implement it effectively with EF Core.
History and Evolution of Visual Studio and Supported .NET Versions
Mar 22, 2024.
This article gives a Brief overview of Visual Studio's evolution and its significance in software development. Description of each major version of Visual Studio from 1997 to 2022, highlighting key features, enhancements, and updates introduced in each release.
Update a Contact record in Dynamics 365 (D365) using PowerShell
Mar 21, 2024.
Update a Contact record in Dynamics 365 (D365) using PowerShell involves modifying existing contact information within the D365 environment programmatically. This process utilizes PowerShell scripting to interact with the Dynamics 365 API.
.NET Evolution: Journey of Innovation and Transformation
Mar 20, 2024.
Discover the limitless potential of .NET, Microsoft's groundbreaking framework for building versatile and high-performance applications. From desktop to web, mobile to cloud, .NET empowers developers with a comprehensive set of tools, libraries, and languages to create cutting-edge solutions tailored to your needs.
About Entity-Framework-with-MySQL
NA
OUR TRAINING