Resources  
  • 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 CoreMar 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 VersionsMar 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.
  • .NET Evolution: Journey of Innovation and TransformationMar 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.
  • What is difference between .NET and .NET Framework?Mar 18, 2024. The ".NET Framework" and ".NET" (formerly known as ".NET Core") are two different implementations of the .NET platform, each serving different purposes and targeting different scenarios. However, they share a common lineage and are part of the broader .NET ecosystem.
  • Difference Between .NET Framework, .NET Core, and .NET StandardMar 11, 2024. This article, delves into the distinctions between .NET Framework, .NET Core, and .NET Standard. Exploring their histories, open-source nature, cross-platform capabilities, and performance aspects, the article aims to provide a comprehensive overview for developers.
  • User Authentication with Forms Authentication in ASP.NET MVCMar 10, 2024. Forms Authentication is a widely-used mechanism in ASP.NET for managing user authentication within web applications. It allows developers to authenticate users based on credentials stored in a database or another user store. Implementation of Forms Authentication in an ASP.NET web application.
  • A Comprehensive Guide to Entity Framework Core in .NET 8Mar 10, 2024. Explore the comprehensive guide to Entity Framework Core in .NET 8, enriched with the latest features of C# 10. Authored by Ziggy Rafiq, this detailed overview covers everything from basic concepts to advanced techniques, offering insights into database interaction, performance optimisation, testing strategies, and best practices for .NET developers
  • Decoding React's Magic: Re-evaluation, Reconciliation, Re-renderingMar 01, 2024. Discover React's core mechanics in 'Unraveling React's Magic.' We break down re-evaluation, reconciliation, and re-rendering, clarifying how they shape seamless UIs. Power of virtual DOM and understanding its role in optimizing performance. Simplifies complex concepts, offering clarity to developers of all levels.
  • Exploring Vue.js Practical ExamplesFeb 21, 2024. Vue.js, a progressive JavaScript framework, has gained immense popularity for its simplicity and flexibility. In this article, practical examples to demonstrate the power and versatility of Vue.js. Each example is a unique use case, emphasizing the ease with which Vue.js can be integrated into various projects.
  • Camelcase Serialization in .Net 9Feb 19, 2024. In .NET 9, developers have been granted a powerful tool to enhance data serialization: CamelCase Serialization. This feature facilitates smoother interoperability with systems and frameworks that expect camelCase formatted data
  • PowerApps Component Framework (PCF) + ReactFeb 18, 2024. Article that explores the integration of Microsoft’s PowerApps Component Framework with the popular JavaScript library, React. The article provides a comprehensive guide on how to leverage the robustness of PCF and the flexibility of React to build dynamic and efficient applications.
  • What Is Vuex in Vue.js?Feb 15, 2024. Vuex in Vue.js is a state management pattern and library for managing application state. It provides a centralized store for shared state management across all components, with a predictable state management flow using actions, mutations, and getters.
  • Power Apps Components Framework (PCF)Feb 15, 2024. The Power Apps Components Framework (PCF) empowers developers to create custom controls for Microsoft Power Apps and Dynamics 365, enhancing user experiences and extending functionalities.
  • What Are the Lifecycle Methods of Vue.js?Feb 09, 2024. Vue.js, a powerful JavaScript framework, offers essential lifecycle methods for component management. These hooks enable developers to execute tasks at various stages, enhancing control over component initialization, rendering, and destruction.
  • Cross-Platform Mobile Development FrameworksFeb 09, 2024. Developing mobile applications for both iOS and Android platforms can be challenging due to the need for separate codebases. Cross-platform frameworks offer a solution, allowing developers to write code once and deploy it on multiple platforms.
  • ASP.NET Core MVC vs Razor Pages vs CodeBehind FrameworkFeb 02, 2024. In this article, we compare the performance of ASP.NET Core with the CodeBehind framework. Once we compare Razor Pages with CodeBehind and once again we compare ASP.NET Core MVC with the CodeBehind framework.
  • Building a URL Shortener with .NETFeb 01, 2024. Create a powerful URL shortener using the versatile .NET framework, specifically ASP.NET Core. This guide walks you through setting up a database, implementing URL shortening logic, and configuring controllers and views.
  • Choosing Between Flask and Django for Your Python Web AppJan 29, 2024. Flask and Django are two prominent Python web frameworks; Flask offers simplicity and flexibility for smaller applications, while Django provides a comprehensive package with more built-in features for larger, more complex projects.
  • Optimizing Performance in C# Entity FrameworkJan 24, 2024. Optimize the performance of your C# Entity Framework application with these strategic best practices. From lazy loading and eager loading to caching and database tuning, ensure efficient data access.
  • Develop D365 Contact Creation Plugin with Unit Test Case Jan 24, 2024. Create a Plugin when a new Contact is created in D365 and Update the same Contact in PreOperation with some data. This code snippet showcases the setup of an Entity Framework plugin in C#. It covers essential lines for retrieving services, context, and executing operations. Also, a unit test example is provided.
  • TaskCompletionSource and CancellationTokenSource in .NETJan 23, 2024. Explore the functionalities and use cases of TaskCompletionSource and CancellationTokenSource in the .NET framework for managing asynchronous operations, providing flexibility, and control, and building responsive applications efficiently.
  • Eager Loading In ASP.NET Core Web API Complete Example Jan 22, 2024. In ASP.NET Core, eager loading is a technique used to load related data along with the main entity in a single database query. This helps to optimize performance by reducing the number of database calls. Let's implement an example of eager loading in an ASP.NET Core Web API using Entity Framework Core.
  • Lazy Loading In ASP.NET Core 7 Web APIJan 22, 2024. ASP.NET Core 7 Web API. Lazy loading is a technique where related data is only loaded from the database when it is explicitly requested. In Entity Framework Core, lazy loading can be achieved by marking navigation properties as virtual.
  • Create a Minimal API with ASP.NET Core and Entity FrameworkJan 22, 2024. This article explains the concept of minimal APIs, their advantages, and steps to implement CRUD operations. Explore the flexibility and simplicity of minimal APIs for building efficient HTTP APIs. The article covers database setup, model creation, repository implementation, and dynamic registration of APIs during runtime.
  • Scrum : An Introduction to Agile DevelopmentJan 17, 2024. In this article, we will see the scrum process in agile development. Scrum, a key framework in Agile development, emphasizes collaboration and iterative delivery. Explore its process, roles (Product Owner, Scrum Master, Development Team), artifacts, and the numerous benefits it offers.
  • Learn How to Use C# 12 in .NET Framework 4.7.2/4.8 SolutionsJan 16, 2024. Unlock the capabilities of C# 12 in .NET Framework 4.7.2 to 4.8.1 with Visual Studio 2022. Learn the upgrade process, and explore features like literals, nullable types, records, and array expressions. Stay cutting-edge!
  • Working with Noda Time, .Net and Entity Framework (EF core)Jan 15, 2024. Working with NodaTime with EF core which is a alternative DateTime framework for .net applications.
  • How to Create a Vue Project?Jan 06, 2024. Creating your first Vue.js project doesn’t have to be daunting. This step-by-step guide walks you through the process, starting from setting up the development environment to running your Vue.js application. Learn how to initiate a Vue.js project using npm, make essential choices during project creation, install dependencies, and launch your project locally.
  • Clean Architecture Jan 02, 2024. Embark on a learning journey into the world of Clean Architecture, a transformative paradigm in software development. Uncover its core principles, such as separation of concerns and testability, with real-life examples. Elevate your development skills.
  • SharePoint Framework using React JS - Part 4Dec 31, 2023. Fast Serve in SPFX
  • Eager Loading and Lazy Loading in .NET CoreDec 29, 2023. This article delineates two fundamental data retrieval strategies in .NET Core: Eager Loading and Lazy Loading. Eager loading is a technique used to retrieve related or associated data in a single query from a database.
  • .NET: Framework, Core and StandardDec 28, 2023. Discuss the difference between .NET Framework, Core, and Standard Edition. In this article, we will learn about .NET Framework, .NET Core, and .NET Standard in this comprehensive guide. Delve into their histories, open-source aspects, cross-platform capabilities, and practical use cases.
  • SharePoint Framework using React JS - Part 3Dec 27, 2023. Hello world, Webpart development in SharePoint framework using React JS. Unlock the potential of SharePoint Framework web parts with React JS. Follow the step-by-step guide to create a Hello World web part, emphasizing the foundational steps and configuration details.
  • Extension Method in C#Dec 27, 2023. Extension Methods in .NET, a powerful feature introduced in .NET Framework 3.0. Learn how to seamlessly add or extend methods to existing types, enriching your coding experience. ??
  • 10 Common Entity Framework interview questions and answers.Dec 24, 2023. here is some common Entity Framework interview questions.
  • SharePoint Framework using React JS - Part 2Dec 22, 2023. In this article, the diverse development solutions in SharePoint Framework (SPFx) - Web Parts, Extensions, and Libraries. Understand their roles and applications, setting the stage for hands-on SPFx web part development with React JS.SharePoint Framework using React JS Part Two - Different Type Development Solutions in SPFX.
  • .NET Aspire - Cloud Native Apps Framework by MicrosoftDec 21, 2023. Aspire framework offered by Microsoft for Cloud Native Apps development. Embark on an insightful journey into Microsoft's Aspire framework, simplifying cloud app development. Explore its three pillars—Orchestration, Components, and Tooling. Follow a detailed walkthrough and unleash its potential, all accompanied by an illustrative dashboard overview.
  • SharePoint Framework using React JS Part 1 - Setup ConfigurationsDec 20, 2023. SPFX setup configurations. Explore SharePoint Framework (SPFx) as a modern development tool for SharePoint, replacing older models. Understand the development cycle, necessary skills, and Node.js version management using Node Version Manager (NVM).
  • Implement Entity Framework A Code First Approach in .Net 8 APIDec 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 CoreDec 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
  • Unit Testing with Jasmine in AngularDec 08, 2023. Unit testing in Angular is indispensable for app reliability and maintainability. Explore the significance of unit testing, set up an Angular project with Jasmine, and write practical tests for modules using code snippets. Early bug detection, code maintainability, refactoring confidence, and improved collaboration are key benefits of this testing approach.
  • Angular Routing And Its Essentials Dec 08, 2023. Angular's routing system is a powerful tool for creating seamless single-page applications. This comprehensive guide explores its fundamentals, setup, features, and practical applications through code snippets. Learn about <router-outlet>, route parameters, child routes, route guards, and lazy loading for a well-structured Angular
  • Error Handling in AngularDec 07, 2023. In the dynamic realm of web development, errors are inevitable. As applications grow in complexity, the significance of robust error logging in Angular becomes paramount. This comprehensive guide navigates through various strategies for error logging, emphasizing the importance of catching and recording errors and providing practical solutions with illustrative code snippets.
  • Synergy of .NET, DevOps, and Entity Framework CoreDec 06, 2023. Explore the synergy of DevOps, .NET, and Entity Framework Core for streamlined and efficient software development. Learn to integrate CI/CD pipelines, version control, and automated testing for high-quality applications.
  • Improving Code Readability in View Section Using Return TemplatesDec 01, 2023. The return template is a one of the new features added in the latest version of the CodeBehind framework. Using this feature completely separates the server-side codes from the view section.
  • NFT Tokens: Revolutionizing Industries and Creation FrameworksDec 01, 2023. Discover the transformative power of Non-Fungible Tokens (NFTs). Explore their applications in art, gaming, real estate, and more. Dive into prominent NFT creation frameworks like OpenZeppelin, Hardhat, Truffle, and Remix IDE.
  • Circuit Breaker Pattern in C#Dec 01, 2023. Guard your software's stability with the Circuit Breaker Pattern, a resilient protector inspired by electrical engineering. This pattern, now a software ally, prevents cascading failures and ensures system dependability.
  • Decoding Frontend FrameworksNov 17, 2023. In the ever-evolving world of web development, the choice of a frontend framework is akin to selecting the foundation for a skyscraper. It must be robust, flexible, and well-suited to the task at hand. As developers, understanding the nuances of various frameworks is crucial for crafting seamless and responsive user interfaces. In this article, we delve into the intricacies of several popular frontend frameworks—React.js, Angular, Vue.js, Svelte, and Ember.js—unveiling their unique features and ideal use cases.
  • Flask in PythonNov 17, 2023. Flask, a nimble and versatile Python web framework renowned for its simplicity, offers an uncomplicated approach to web application development. Its minimalist design provides the essentials for swiftly establishing a functional web server. Let's delve into the fundamental steps of setting up a Flask application.
  • 15 Features Every SwiftUI Developer Should KnowNov 16, 2023. Discover the power of SwiftUI with our in-depth article that covers 15 essential features every Swift developer should master. From the elegance of declarative syntax to the real-time magic of live preview in Xcode, this guide takes you through the fundamentals and advanced capabilities of SwiftUI.
  • Implementing State Design Pattern in ASP.NET Core Web API with 3-Tier ArchitectureNov 10, 2023. In this ASP.NET Core Web API project utilizing a 3-Tier Architecture with the State Design Pattern, we've created a News management system that encapsulates the state of news items, allowing for a clear and structured way to handle state transitions. The architecture consists of three distinct layers: Presentation, Business Logic, and Data Access. The Business Logic layer is where the State Design Pattern is applied, with different states such as Draft, Published, and Archived, each represented by concrete state classes. The NewsService class is responsible for managing these states and their transitions. Controllers in the Presentation layer handle HTTP requests and delegate the state-related operations to the NewsService, enabling CRUD functionality for news items. By setting the appropriate state and invoking state-specific methods, such as Publish and Archive, we control the state transitions. While this example focuses on the pattern's core implementation, in a real-world scenario, you would integrate a data access layer to persist and retrieve news items from a database, making it a robust and maintainable system.
  • Angular vs React vs Blazor: Which Framework is BestNov 10, 2023. Learn the difference between Angular, React, and Blazor and which framework is best for your next project.
  • What is the difference between Angular and ReactNov 06, 2023. Angular and React are the two most popular Web front-end development technologies. While both technologies are modern and mature, and provide almost everything a front-end platform needs, it could be tricky to decide which one to choose between Angular and React for your next web application. In this paper, we will learn about the key differences between Angular and React and when to choose one over the other.
  • Bot Framework ComposerOct 30, 2023. Building an AQI (Air Quality Index) bot with Microsoft Bot Framework Composer with little to no coding. With the basic installation of Node.js and .NET SDK.
  • 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.
  • Common Interface Architecture With SSOOct 18, 2023. How to consume common interface from multiple consumer with SSO mechanism. The Common Interface Architecture with Single Sign-On (SSO) integrates two essential concepts in the realm of digital identity and access management. In this architecture, a standardized framework, often referred to as the "Common Interface," is established. This interface provides a unified way for different applications, services, or modules to communicate and authenticate users.
  • A Head To Head Comparison Of PyTorch And TensorFlowOct 09, 2023. In this article, we will explore some of the key similarities and differences between PyTorch and TensorFlow
  • A Comprehensive Guide to Creating Angular LibrariesOct 07, 2023. Angular is a powerful front-end JavaScript framework that provides a robust library of tools and components for building dynamic web applications with ease. It offers a structured approach to web development, enhancing code reusability and maintainability.
  • Building Scalable ASP.NET Core Web API with Onion Architecture and Abstract Factory Design PatternOct 06, 2023. This implementation serves as a foundation for building robust, modular, and scalable ASP.NET Core Web APIs. As the project evolves, additional features, security measures, and optimizations can be incorporated while adhering to the principles of the chosen architectural style.
  • Vue vs. Angular: Which Framework to Choose in 2024?Oct 05, 2023. Struggling to decide between Vue and Angular for your web project? Our guide breaks down the distinctions between Angular and Vue, helping you select the perfect fit.
  • Building a Robust ASP.NET Core Web API with Singleton Design Pattern and Three-Tier ArchitectureOct 04, 2023. This example provides a basic structure for a Three-Tier Architecture in an ASP.NET Core Web API, implementing a Singleton Design Pattern for the Data Access Layer. Remember to adjust the code based on your specific requirements and consider using dependency injection for better testability and maintainability.
  • CRUD Operations in ASP.NET Core with 3-Tier Harmony and Command Builder Design Pattern Oct 04, 2023. Command Builder Design Pattern in an ASP.NET Core Web API using a Three-Tier Architecture for CRUD operations. For the sake of this example, let's assume you have a model named CSharpCornerArticle.
  • Integrating Dynamics 365 CRM with .NET Using Entity Framework CoreOct 01, 2023. In this article, we will explore how to seamlessly integrate Dynamics 365 CRM with .NET using Entity Framework Core, backed up with practical examples.
  • .NET MAUI Cross-Platform App DevelopmentSep 25, 2023. Dive into the world of .NET MAUI and discover how to create cross-platform applications effortlessly using a single codebase. Explore the simplicity and power of this framework for building native apps on Android, iOS, macOS, and Windows.
  • ASP.NET Core Web API for CRUD Operations with MySQLSep 25, 2023. Creating a CRUD (Create, Read, Update, Delete) API in ASP.NET Core with a MySQL database is a common scenario in web development. In this article, we'll walk through building a complete ASP.NET Core Web API with a real-world use case. We'll create a model called CSharpCornerArticle and implement CRUD operations for it using Entity Framework Core with MySQL.
  • Comapring .NET Standard vs .NET 6 vs .NET 6-WindowsSep 20, 2023. In this article, we delve into the ever-evolving .NET ecosystem, offering developers a wealth of options for crafting exceptional applications. Amid this diversity, it's easy to become overwhelmed by the array of .NET platforms and frameworks available. To aid your understanding, we present a thorough comparison of three pivotal concepts within the .NET realm: .NET Standard, .NET 6, and .NET 6-Windows. We explore their origins, distinctive features, advantages, and ideal use cases. Armed with this knowledge, you'll be better equipped to make an informed choice for your next project.
  • CodeBehind Library in ASP.NET CoreSep 20, 2023. CodeBehind framework is a system development model based on the MVC pattern. CodeBehind brings aspx files back to ASP.NET Core and inherits the benefits of ASP.NET Core. Projects built under CodeBehind will all be modular and each project can support web parts, while the project itself is a web part.
  • Azure Function Data Migration with ASP.NET Core Web APISep 15, 2023. Creating an Azure Function for data migration from one database to another using an ASP.NET Core Web API involves several steps. In this example, I'll provide a high-level overview and code snippets for each step. Please note that this is a simplified example, and you should adapt it to your specific needs.
  • Installing .NET Nano Framework on Raspberry Pi for IoT InnovationSep 14, 2023. The .NET Nano Framework simplifies IoT development on resource-limited devices like Raspberry Pi. It enables C# development, cloud integration, and efficient IoT innovation, enhancing the IoT landscape.
  • IoT Innovation with .NET StrengthSep 13, 2023. The Internet of Things (IoT) has transformed industries by connecting devices, sensors, and systems to the Internet, facilitating data exchange. .NET, Microsoft's versatile development platform, plays a pivotal role in IoT. This article delves into how .NET benefits IoT, its challenges, and real-world applications.
  • Comparing .NET Framework, .NET Core, .NET 5, and .NET 6Sep 11, 2023. This article provides a comprehensive comparison of three key platforms within the .NET ecosystem: .NET Framework, .NET Core, and .NET 5/.NET 6. It explores their evolution, features, characteristics, development, deployment, community, support, migration considerations, and future prospects.
  • Revolutionizing IoT with .NET Nano FrameworkSep 11, 2023. The .NET Nano Framework revolutionizes IoT development by bringing the power of .NET to resource-constrained devices. It offers C# programming, a small footprint, managed code, security, and cross-platform compatibility.
  • Containerize the .NET Core 7 Console Application using DockerSep 04, 2023. To containerize a .NET Core 7 Console Application using Docker, you'll need to create a Dockerfile, which is a script that specifies how to build the Docker image for your application. Here's a step-by-step guide to help you with this process:
  • Call Web API in .NET and Filter Data using Bootstrap Filters with Less CodeAug 27, 2023. We can filter records for each columns in table with single textbox or search. With less code and few mins, We can implement that feature to work on complex data.
  • What is the Basics of Angular?Aug 25, 2023. Discover the complete journey of Angular development with this in-depth guide. From building a strong foundation in Angular basics to delving into advanced topics like state management, authentication, and deployment, this blog equips you to create robust and feature-rich web applications.
  • How to Build a Login Screen in SwiftUI?Aug 24, 2023. Learn how to create a login screen in SwiftUI. Know how you can leverage Apple's feature-rich UI framework in your iOS app development.
  • Deploy the Microsoft Teams Bot in Azure and Test in Web ChatAug 12, 2023. In this article we shall see how to deploy the Microsoft Teams bot in Azure Cloud and test in the web chat and also the SDKs used to develop the same.
  • Convert Excel Data Into DataTableAug 08, 2023. Learn to leverage the .NET Excel framework for effortless handling of Microsoft Excel files in your .NET applications. Discover conversion techniques, API integration, and practical implementation for data manipulation.
  • Basics of Spring Boot Framework in JavaAug 07, 2023. Spring Boot is a Java-based, open-source framework that simplifies the development of robust and scalable applications. It follows the "convention over configuration" approach, reducing boilerplate code and allowing developers to focus on business logic. With its embedded container, Spring Boot eliminates the need for deploying applications on external servers. This 100-word introduction highlights the framework's core principles, emphasizing its ability to streamline Java development and empower developers to build high-performance applications efficiently.
  • C# Abstract Classes: Definition, Usage With ExampleAug 07, 2023. Learn all about C# Intermediate Abstract Classes in this comprehensive guide. Understand the concepts, usage, and benefits. A must-read for C# developers aiming to enhance their skills. Click to become a C# Abstract Classes expert!
  • How to Declare and Initialize a Tuple in C#?Jul 31, 2023. Learn about C# tuples: immutable data structures for grouping elements, useful for returning multiple values from methods.
  • Create a Microsoft Teams Bot using Node JSJul 23, 2023. how to create a chatbot in Microsoft Teams using the Teams Toolkit which could use the basic template from Teams Toolkit, this article focuses on how to run from Microsoft Teams or how to run from Bot Framework Emulator and create a node project with the environment token key to authenticate the bot
  • ASP.NET Core Dependency Injection Using C# with Framework 7Jul 19, 2023. ASP.NET Core Dependency Injection (DI) is a powerful feature that allows you to manage and resolve dependencies in your applications. It provides a way to achieve loose coupling, modularity, and testability. When combined with Framework 7, a popular framework for building mobile applications, ASP.NET Core DI becomes even more valuable.
  • Create a Telegram bot using Node JSJul 17, 2023. how to create a chatbot in Telegram which could echo the message we say, this article focuses on how to register a bot in Telegram and create a node project with the environment token key to authenticate the bot
  • EF Core in .NET 7 APIJul 13, 2023. Using EF Core in .NET 7 API
  • Laravel Lumen Lightweight Framework for Powerful Web ApplicationsJul 11, 2023. Laravel Lumen is a lightweight micro-framework built on Laravel, offering developers a fast and efficient solution for building microservices and APIs. With its minimalistic approach, seamless integration with the Laravel ecosystem, and emphasis on performance optimization, Lumen enables the creation of powerful web applications with ease.
  • What is Kapsule Framework?Jun 23, 2023.
  • SQL Server & EF7: Using datetime vs datetime2 Data TypeJun 12, 2023. Showing problems with limited accuracy of SqlServer data type “datetime” in .NET7 EF7 environment
  • A Comprehensive Guide to .NET Development for BeginnersJun 12, 2023. Discover the essentials of .NET development in this comprehensive guide. Learn about the .NET Framework, C# programming, ASP.NET web development, ADO.NET for databases, building desktop applications, and the innovative ASP.NET Core. Ideal for beginners looking to start their journey in .NET development.
  • Entity Framework 7 Code First Using CLIJun 08, 2023. Tutorial on EF7 – Code First approach using Command Line (CLI)
  • Entity Framework 7 – Database First – Using EFCorePowerToolsJun 06, 2023. Tutorial on EF7 – Database First approach using GUI tools EFCorePowerTools
  • Entity Framework 7 – Database First – Using CLIJun 02, 2023. Tutorial on EF7 – Database First approach using Command Line (CLI)
  • HttpContextAccessor in Asp.NET Core Web APIMay 27, 2023. In ASP.NET Core Web API, the HttpContextAccessor class is a component that provides access to the current HTTP request and response context. It allows you to access various aspects of the HTTP request and response, such as headers, cookies, query parameters, and user claims.
  • Filtering Data with Global Query Filters in Entity FrameworkMay 24, 2023. In certain cases, you may need to apply filtering conditions to all queries involving specific entities. This can be useful when you want to exclude soft-deleted items, filter data based on certain criteria, or ensure data integrity. With Entity Framework's global query filters, you can easily achieve this during the model creation process.
  • Entity Framework Core: A Guide to Database Access in .NET CoreMay 23, 2023. Entity Framework Core: A guide to database access in .NET Core
  • Calling a Stored Procedure in ASP.NET CoreMay 22, 2023.
  • Entity Framework 7.0 - Top 8 Reasons to use it in .Net ApplicationMay 15, 2023. Entity Framework is not new to us. But in Entity Framework Core 7.0, there are several changes due to which it is now more useful compared to earlier versions. In this article, we will discuss the new features introduced in EF Core 7.0.
  • Dapper VS Entity Framework in Asp.net CoreMay 10, 2023. In this article, I have explained the difference between Dapper and Entity Framework
  • Maximizing Performance in Entity Framework Core: Tracking vs No TrackingMay 04, 2023. In this article, we will learn about Maximizing Performance in Entity Framework Core and what is the difference between Tracking and No Tracking.

About Framework-4

NA

OUR TRAINING