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
About approach
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Manish Kumar Choudhary (6)
Tural Suleymani (5)
Jignesh Trivedi (5)
Nimit Joshi (4)
Vijay Prativadi (4)
Asma Khalid (3)
Sandeep Singh Shekhawat (3)
Yogeshkumar Hadiya (3)
George (2)
Mukesh Kumar (2)
Shiju Joseph (2)
Munesh Sharma (2)
Rahul Sahay (2)
Sardar Mudassar Ali Khan (2)
Akhil Mittal (2)
Jeetendra Gund (2)
Supreet Tare (1)
Vivek Kumar (1)
Ankit Kanojia (1)
Mithilesh Kumar (1)
Arpit Shrivastava (1)
Vijay Yadav (1)
Sarathlal Saseendran (1)
Prathap Reddy (1)
John Godel (1)
Gaurav Gupta (1)
Shripad Kulkarni (1)
Jitendra Mesavaniya (1)
Ziggy Rafiq (1)
Abhishek Mishra (1)
Mark Pelf (1)
Parth Dave (1)
Rion Williams (1)
Nishi Kumari (1)
Abhimanyu K Vatsa (1)
Sachin Singh (1)
Ali Benchaaban (1)
Jochen Bartlau (1)
Ankit Sahu (1)
Gowtham K (1)
Jefferson S. Motta (1)
Bhavesh Raval (1)
Scott Lysle (1)
Habibur Rony (1)
Debasis Saha (1)
Amira Bedhiafi (1)
Dhanesh Kumar M J (1)
Amit Mohanty (1)
Avinash Reddy Munnangi (1)
Smi10 Kalathiya (1)
Jitan Gupta (1)
Albin Ta (1)
Rikam Palkar (1)
Ojash Shrestha (1)
Anubhav Chaudhary (1)
Rijwan Ansari (1)
Pragati (1)
Mohammad Elsheimy (1)
Vivek Tripathi (1)
Nishan Aryal (1)
Piyush Dixit (1)
Debendra Dash (1)
Kenneth M H (1)
Kiran Kumar Talikoti (1)
Pawan Tiwari (1)
Faisal Pathan (1)
Mahesh Alle (1)
Related resources for approach
No resource found
Entity Framework (3), with .Net MVC, Model-First
10/31/2024 9:05:22 PM.
This article will discuss Entity Framework with .Net MVC, Model-First approach
Passing Connection String Dynamically While Using a Model First Approach
10/8/2024 3:57:28 AM.
We'll discuss the importance of dynamic configuration for database connections, demonstrate effective techniques for setting up runtime connection strings, and highlight best practices for managin
Fibonacci Series : Recursion, Memoization, and Optimal Approach
10/1/2024 8:15:39 AM.
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
Google reCAPTCHA Using JavaScript Approach
9/20/2024 7:56:07 AM.
In this article, We will learn the integration of Google reCAPTCHA using JavaScript approach, which is simple and can be helpful to provide security to web application from bot, malicious software or
Entity Framework In MVC - Part Three
9/12/2024 12:12:57 PM.
This article explains the Code First approach in MVC using Entity Framework. It covers creating a new database from domain classes, reverse engineering an existing database to generate POCO classes, a
Entity Framework Core Code-First Approach with Seed Data
9/9/2024 7:11:51 AM.
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 gener
Entity Framework (3-1), with .Net Console Model-First
9/1/2024 1:32:42 PM.
This article is to discuss Entity Framework with .Net Console Model-First .
Database First Approach in .NET Core
7/25/2024 7:54:49 AM.
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 model
Practical approach to EF Core with Scalar functions
7/21/2024 6:32:25 PM.
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, integra
Code First Approach In ASP.NET Core MVC With EF Core Migration
6/25/2024 10:07:59 AM.
Explore the Code First approach in ASP.NET Core MVC with EF Core Migration in this comprehensive guide. Learn how to define your database schema using C# classes, create and manage migrations, and kee
Custom Authorization Filter In MVC With An Example
6/14/2024 10:41:04 AM.
Learn how to implement custom authorization filters in ASP.NET MVC using Entity Framework and SQL Server. This tutorial covers creating roles and users, using custom authentication, and controlling a
Azure Text Analytics Modern Content Moderation Approach
6/11/2024 12:40:55 PM.
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 ke
ASP.NET MVC 5: Integrating Existing Database With Login Using ADO.NET Database First Approach
6/11/2024 12:37:53 PM.
Learn how to integrate an existing database with login functionality in ASP.NET MVC 5 using the ADO.NET Database First approach. This guide covers setting up the Entity Framework, configuring the data
A Simple Step to Entity Framework: Code First Approach
5/17/2024 11:02:24 AM.
Learn the foundational steps of Entity Framework's Code First approach in this straightforward guide. Dive into database development with ease using C# and Visual Studio, mastering Object-Relation
Table Splitting in Entity Framework 6 (Code First Approach)
5/17/2024 10:42:39 AM.
Table Splitting in Entity Framework 6 (Code First Approach) allows multiple entity types to map to a single database table. This technique is useful for organizing related data within the same table,
Detailed Approach for Implementing AI Solutions
5/10/2024 8:13:11 AM.
Implementing AI solutions involves problem definition, data collection, EDA, feature engineering, model selection, training, tuning, evaluation, deployment, monitoring, and ethical considerations. Con
CRUD Operations Using Entity Framework 5.0 Code First Approach in MVC
5/9/2024 11:56:39 AM.
Perform CRUD operations in MVC using Entity Framework 5.0's Code First approach. Define entity classes, utilize DbContext and LINQ for data access, and generate views and controllers with scaffold
Stored Procedures With Entity Framework
5/8/2024 9:54:50 AM.
Stored procedures in Entity Framework offer a way to execute database logic from within your .NET application. Utilize EF's capabilities to map and execute stored procedures efficiently, enhancing
Relationship in Entity Framework Using Code First Approach With Fluent API
5/7/2024 11:23:34 AM.
Learn how to establish relationships in Entity Framework using the Code First approach with Fluent API. Explore configuring one-to-one, one-to-many, and many-to-many relationships using navigation pro
Code First Migrations With Entity Framework
4/30/2024 9:39:59 AM.
This article will provide answers to the following questions relevant to relationships in Entity Framework: whether or not to create a database, how to add / remove a field from an existing table, how
Seed Databases in EntityFramework
4/29/2024 9:58:30 AM.
Seeding databases in Entity Framework simplifies initial data setup. Utilize migrations and DbContext to seed essential data, ensuring a consistent database state. This approach streamlines developmen
Entity Framework - Database First Approach
4/29/2024 9:54:15 AM.
Learn Database First approach with Entity Framework. Utilize existing databases to create entity models. Use the ADO.Net Entity Data Model to connect. Customize model options including pluralizing, i
Database First Approach in MVC 5: Part 2
4/25/2024 10:41:59 AM.
In MVC 5's Database First Approach (Part 2), delve deeper into leveraging Entity Framework for seamless integration with existing databases. Explore scaffolded views, data validation, and CRUD ope
Database First Approach in MVC 5: Part 1
4/25/2024 10:10:15 AM.
This article shows the development of an ASP.NET Web application in an MVC 5 project template that connects with a database that exists already and allows the users to interact with the data.
Database First Approach in MVC 5: Part 3
4/25/2024 8:02:50 AM.
Learn advanced techniques in database design, Entity Framework Designer, and building robust Data Access Layers within the Model-View-Controller architecture.
Entity Framework 6 CRUD Stored Procedures: Code-First Approach
4/23/2024 11:22:38 AM.
Learn how to implement Insert, Update, and Delete operations using stored procedures in Entity Framework 6 with a Code First approach. This tutorial covers setting up stored procedures, mapping them t
.NET Remoting: The Interface Approach
4/23/2024 9:01:14 AM.
.NET Remoting offers efficient remote object interaction, ideal for network resource access. Compared to SOAP-based web services, it's lighter. While easier than Java's RMI, it's more comp
Preview of Dynamic Data and Entity Data For EF 6
4/23/2024 7:23:32 AM.
The preview of Dynamic Data and Entity Data for EF 6 introduces efficient database connectivity and modeling within the .NET Framework. It enables seamless integration of data with code through Entity
Update Data Using Code First Approach
4/22/2024 7:44:10 AM.
Explore updating data with ASP.NET and Entity Framework's Code First approach. Define Employee model, set up DbContext, and create a Webform for user input. Implement logic to update employee det
Select Data With Enums Via EDF Framework 5.0
4/18/2024 8:46:39 AM.
Utilize Entity Framework 5.0 to select data with enums. Employ LINQ queries for efficient data retrieval, leveraging strong-typed enums for enhanced code readability and database querying.
Singleton vs. Static Class in C# - Choosing the Right Approach
4/17/2024 4:54:57 AM.
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 th
A simplified approach to serializing and deserializing objects in C# 10
4/16/2024 10:48:12 AM.
This comprehensive guide teaches how to streamline data interchange processes efficiently using C# 10 Records. Authored by Ziggy Rafiq.
Multi-Tenancy with Separate Databases Approach in .NET Core
4/8/2024 5:44:25 AM.
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
Database First Approach With ASP.NET MVC Step By Step Part 1
4/1/2024 9:47:43 AM.
In this article, I will demonstrate you about Database First Approach in Entity Framework and will also show how to implement it with ASP.NET MVC.
ASP.NET 8 - Multilingual Application with Single Resx File - Part 2 - Alternative Approach
4/1/2024 7:24:18 AM.
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
Best Practices To Make Responsive Website Design (RWD)
3/15/2024 11:07:00 AM.
Employ a mobile-first approach, utilizing flexible grids, media queries, and fluid layouts. Implement breakpoints, optimize images, and prioritize content for performance. Focus on enhancing user expe
Common Approaches To Responsive Design
3/15/2024 11:02:24 AM.
This article, Explores various strategies for responsive design, including CSS media queries, flexible layouts, and mobile-first approaches. Adapt your website's design to different devices seamle
How to Group API Endpoints in FastAPI: Diverse Approaches
3/12/2024 6:03:34 AM.
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
Code First Approach in Entity Framework
3/7/2024 11:28:21 AM.
This content provides a comprehensive guide on implementing Entity Framework's code-first approach in ASP.NET MVC applications. It begins with an introduction to Entity Framework, highlighting its
Server Side Rendering Of DataTables JS In ASP.NET Core
2/12/2024 10:04:00 AM.
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 p
Two Pointer Approach in Python
2/1/2024 4:43:19 AM.
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
1/17/2024 9:20:50 AM.
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
12/22/2023 8:14:50 AM.
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
12/18/2023 11:14:53 AM.
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 des
NCache Security: A Comprehensive Approach to Protecting Your Cached Data
12/13/2023 5:09:35 AM.
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 infrastructu
GraphQL in .NET: GraphQL queries
11/22/2023 7:02:01 AM.
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 HotC
The Porter Method - An Approach to Stemming in Information Retrieval and Text Analysis
11/2/2023 4:58:32 AM.
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. Suc
ASP.NET MVC - OAuth 2.0 REST Web API Authorization Using Database First Approach
10/25/2023 10:29:33 AM.
This article is about OAuth 2.0 authorization scheme integration with ASP.NET MVC REST Web API.
Building a Web API Structure with Database-First Approach (Using EDMX)
10/23/2023 6:09:23 AM.
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 EDM
How to Build APIs using ASP.NET Core, a clean architectural approach, and the decorator design pattern
10/10/2023 6:32:14 AM.
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
Predictive Maintenance An AI-Powered Approach using .NET and ML.NET
10/3/2023 6:59:53 AM.
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 platf
A Simple Approach to Product Activation
9/11/2023 6:31:35 AM.
This article describes an easy approach to keeping track of each installation of an application.
Software Testing Approaches And Techniques
8/23/2023 8:34:38 AM.
This article give you a general best practices guidelines for writing software test according to the testing principles.
Standalone Component : A new approach to design Angular Application
8/3/2023 4:18:43 AM.
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
8/2/2023 9:41:20 AM.
Kimball and Inmon methodologies in data warehousing: Complementary approaches, not adversaries.
Code First Approach With Stored Procedure
8/1/2023 4:07:44 AM.
This article shows how to access a SQL Server database with the Entity Framework Code First approach and how to create a procedure using the Fluent API.
Schema-First Approach with GraphQL.NET in .NET
7/27/2023 6:45:58 AM.
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. Expl
Revolutionize Your Umbraco Development with View Components
5/7/2023 4:23:51 PM.
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 b
Blazor Server vs. Blazor WebAssembly: Pros and cons of each approach
4/22/2023 4:26:08 PM.
Blazor server vs. Blazor WebAssembly: Pros and cons of each approach
Select ½ in Mathematical Approach SQL Server Approach
3/6/2023 7:07:58 AM.
The main purose of this article is is to show how to get non-integer values in SQL Server.
.NET 6 - How To Build Multitenant Application
10/31/2022 5:52:45 AM.
In this article, we are going to learn how to build a multitenant application with.NET 6.
SubOrchestrations In Azure Durable Functions - Practical Approach
10/31/2022 5:31:01 AM.
In this article, you will learn about SubOrchestrations in Azure Durable Functions.
SQL Server Full-Text Searching - Practical Approach
7/25/2022 5:56:33 PM.
In this article, you will learn about SQL Server Full-Text Searching.
ASP.NET Core Razor Pages - Simple Login Using Entity Framework Database First Approach
7/8/2022 3:31:52 AM.
This article is about creating razor pages base simple asp.net core login application using entity framework.
Creating Web API Using Code-First Approach In Entity Framework
6/22/2022 9:04:42 AM.
This article enables you to create a Web API, using Code-First Approach In Entity Framework.
Create ASP.NET Core Web API With Entity Framework Code First Approach
6/22/2022 6:54:05 AM.
In this article we are going to create WEB API in ASP.Net core using Entity Framework Core’s Code first approach. In this we are creating a simple crud operation of employees and test it using Swagger
Approach For Solving Data Processing Issues With SQL Based Approach
3/4/2022 7:59:02 AM.
This article explains about the method for solving the performance issues on stored procedure approach with spark sql
Two Sum - LeetCode's Solution In C# With Both O(n) And O(n^2) Approach
11/23/2021 3:46:57 AM.
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 multi
Understanding Code First Approach Of Entity Framework Core
6/8/2021 2:18:49 PM.
In this article, we will understand code first approach of Entity framework Core in ASP.Net Core. In this article we use entity framework core for creating table in SQL, delete table, update table, ad
Practical Approach to Learn MVC: Part 3
6/4/2021 8:00:05 AM.
This article explains MVC in ASP.Net. I will only show the practical (programmatic) approach of learning ASP.Net MVC.
Practical Approach to Learn MVC: Part 6
6/4/2021 7:58:26 AM.
This article provides a practical approach to learning MVC.
Practical Approach to Learn MVC: Part 2
6/4/2021 7:56:08 AM.
In this article you will learn the basics of MVC Views and Models.
Practical Approach to Learn MVC: Part 1
6/4/2021 7:52:03 AM.
This article explains MVC in ASP.Net. The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view and the controller.
Practical Approach to Learn MVC: Part 4
5/28/2021 7:14:05 AM.
In this article, you will learn the basics of the MVC Model and how to modify the database table.
Practical Approach to Learn MVC: Part 5
5/25/2021 7:06:03 AM.
In this article, you will learn the basics of customization of the Index view.
An Approach To Data Analytics Using Python
5/15/2021 11:53:16 AM.
This article will help you build knowledge about Data Analytics, the processes used to make meaning out of the raw data and experiment with different Scientific Libraries in Python to analyze data.
Code First Approach in Entity Framework
4/6/2021 9:28:22 AM.
This article explains the Code First Approach in Entity Framework.
A Simple Step to Entity Framework Database First Approach
3/24/2021 9:41:27 AM.
In this article we learn the basic details of the Database First Approach of the Entity Framework.
MVC Application Using EntityFramework Code-First Approach: Part 4
3/17/2021 6:03:49 AM.
This article focuses on connecting our MVC application with a database using the CodeFirst approach.
How to Use Code First Approach With Fluent API in ASP.NET MVC Application
3/9/2021 6:02:13 AM.
This article explains how to use the Code First Approach with the Fluent API in an ASP.NET MVC Application.
How To Implement Database Views Using Entity Framework (EF) Code First Approach
2/26/2021 6:47:15 PM.
In this article, you will learn how to Implement Database Views Using Entity Framework (EF) Code First Approach.
Entity Framework: Domain Modelling Approaches
2/12/2021 10:04:51 AM.
In this article I will be describing the three approaches to using Entity Framework (EF)- Model First, Database First and Code First.
Accessing Protrack API (An Object-Oriented Approach)
2/12/2021 6:18:50 AM.
Protrack is one of the well-known web-based GPS tracking softwares, and today we will learn how to access its API using C# and .NET Framework. We will create a little wrapper around the API and use it
Connecting the MVC Application Using EntityFramework DB-First Approach: Part 3
2/10/2021 9:37:51 AM.
The article is an attempt to overcome the confusion related to how to use EntityFramework with MVC application in a very simple way.
Data Annotation Attribute On Code First Approach
2/9/2021 6:36:32 AM.
This article explains the Data Annotation Attribute of the Code First Approach.
Code-First Approach In MVC 5
1/20/2021 5:36:39 AM.
In this article, you will learn the implementation of the Code-First approach in MVC applications.
Model First Approach In Entity Framework
1/14/2021 10:43:22 AM.
In this article we are going to learn Model First Approach under Entity Framework approaches.
Code First Approach in Entity Framework
1/11/2021 4:25:34 PM.
In this article you will learn about the Code First approach in the Entity Framework.
EF Code First Approach Stored Procedure With Parameter
1/11/2021 8:16:03 AM.
This article shows how to access a SQL Server database with the Entity Framework Code First Approach and later we will also look at how to use a Stored Procedure with the Fluent API.
Understanding Database Initializer In Entity Framework Code-First Approach
1/6/2021 9:36:59 AM.
In this article you will understand the Database Initializer in Entity Framework Code-First Approach.
Writing A Generic Data Access Component - Flexible Approach
12/7/2020 1:10:14 AM.
Here is one more flexible approach to achieve the same. I prefer this approach to generic data access.
Entity Framework Approach To Connect To MS SQL Server 2008 Using Visual C#
12/2/2020 10:35:13 PM.
This article defines an Entity Framework approach to connect to Microsoft SQL Server 2008 using Visual C#.
Database First Approach In Entity Framework
11/24/2020 6:25:18 AM.
In this article we are going to learn what is Entity Framework (EF) and how to implement it in our application.
Entity Splitting in Entity Framework 6 (Code First Approach)
11/24/2020 5:20:23 AM.
This article explains Entity Splitting in Entity Framework 6 (Code First Approach) using C#.
Identifying Entity Framework Development Approaches
11/23/2020 9:54:27 AM.
In this article we are identifying the approaches for creating entity data models in the Entity Framework development of .Net.
Configure One To One Relationship In Entity Framework Using Code First Approach
11/17/2020 9:36:15 AM.
In this article you will learn how to configure one to one relationship in Entity Framework using Code First Approach.
Configure One-To-Many Relationships In Entity Framework Using Code First Approach
11/11/2020 9:41:50 AM.
In this article you will learn about configuring one-to-one relationships in Entity Framework using the code first approach
Import Data From Excel To SQL Server Database Using MVC Code First Approach
11/11/2020 8:32:43 AM.
The article given below describes findings of research about importing data from an Excel sheet into a Web project.
Code-First Approach With ASP.NET MVC Framework
11/10/2020 6:30:35 AM.
We all know Databases is very important of any application, and some time its too complex to manage Databases. To overcome this issue Microsoft come up with the Entity Framework (EF). which reduce com
Fetch, Insert, Update, Delete Data with “Database First Model Approach” using ADO.NET Entity Framework 3.5 and Visual Studio 2008.
11/3/2020 7:39:20 AM.
In this article you will learn how to Fetch, Insert, Update and Delete Data using the Database First Model Approach and the ADO.NET Entity Framework 3.5 and Visual Studio 2008.