Why Join
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
CAREER
MEMBERS
JOBS
About framework
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jignesh Trivedi (9)
Munesh Sharma (5)
Abhimanyu K Vatsa (5)
Vidya Vrat Agarwal (5)
George (4)
Gaurav Gupta (3)
Nimit Joshi (3)
Akhil Mittal (2)
Jeetendra Gund (2)
Cecil Phillip (2)
Vijay Prativadi (2)
Vinoth Rajendran (2)
Sandeep Singh Shekhawat (2)
Kiran Kumar Talikoti (2)
Abhishek Bhat (1)
Bhavik Patel (1)
Tanmay Sarkar (1)
Abhishek Jaiswal (1)
Nilesh Jadav (1)
Praveen Kumar (1)
Ajay Yadav (1)
Satyaprakash Samantaray (1)
Anil Thakur (1)
Piyush Dixit (1)
Nikunj Satasiya (1)
Urmimala Pal (1)
Ramesh Palanivel (1)
Rakesh Kumar (1)
Dave (1)
Debendra Dash (1)
Amit Choudhary (1)
Sergey Grybniak (1)
Jean-Pierre Bachmann (1)
Bruno Leonardo Michels (1)
Luca Spano' (1)
Muhammad Hassan (1)
Avinash Thakur (1)
Adalat Khan (1)
Raj Kumar (1)
Reeta Singh Lodhi (1)
Azeem Anzari (1)
Prashant Shinde (1)
Iqra Ali (1)
Hassan Uddin Mughal (1)
Rahul Sahay (1)
Pranay Rana (1)
Prakash Tripathi (1)
Harpreet Singh (1)
Xiaoping Wu (1)
Sachin Kalia (1)
Sanjay Kumar (1)
Suresh Paldia (1)
samuel.ludlow (1)
Hemant Kumar (1)
Shivam Tiwari (1)
Rahul Bansal (1)
Kumar Bhimsen (1)
Rahul Saxena (1)
Hamid Khan (1)
Saillesh Pawar (1)
Suthish Nair (1)
Manoj Mittal (1)
Emiliano Musso (1)
Pankaj Bajaj (1)
Keyur Ramoliya (1)
Manish Kumar Choudhary (1)
Related resources for framework
No resource found
RESTful Day #7: Unit Testing and Integration Testing in WebAPI using NUnit and Moq framework: Part 1
1/21/2021 7:24:58 AM.
In this tutorial you will learn about Unit Testing and Integration Testing in WebAPI using NUnit and Moq framework.
RESTful Day Eight: Unit Testing And Integration Testing in WebAPI Using NUnit And Moq framework: Part Two
1/19/2021 6:27:04 AM.
In this article you will learn Unit Testing and Integration Testing in WebAPI using NUnit and Moq framework in RESTful Service.
Introduction to MEF
1/18/2021 10:09:45 AM.
MEF stands for Managed Extensible Framework. It is part of .Net 4.0 and is useful for building extensible applications.
A Quick Look At Entity Framework 7 In-Memory Provider (for Testing)
1/18/2021 9:11:38 AM.
In this article you will have a quick look at Entity Framework 7 In-Memory Provider for Testing.
Reuse MMControl to Play Music File in New Framework 4
1/18/2021 7:37:07 AM.
In this article you will learn how to Reuse MMControl to play Music File in new framework 4.
New Features in .Net 4.5
1/18/2021 6:01:14 AM.
This article contains a summary of some key new features in the .NET Framework 4.5.
Short Overview of .NET
1/16/2021 11:00:16 AM.
This article provides an overview of the .NET Framework.
Changes To Base Class Library With .NET Framework 4.6
1/14/2021 12:44:42 PM.
In this article we will learn about the changes in the Base Class Libraries.
Transaction Support in Entity Framework 6
1/14/2021 12:25:20 PM.
With the release of EF6 we added two new APIs to DbContext.Database which make working with transactions easier: UseTransaction() and BeginTransaction().
Disassembler Mechanized: Part 1
1/14/2021 11:57:12 AM.
This article is the first part of how to do a mechanized disassembly in .Net.
Getting Started With New Release: AspNet.Identity 2.0.0-beta 1
1/14/2021 11:26:34 AM.
This article describes the new ASP.NET Identity 2.0.0-Beta1 and Entity Framework 6.1.0-Beta1 released by Microsoft.
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.
Entity Framework 4.0 TPH : Part 2
1/14/2021 9:53:09 AM.
In OOP, we use inheritance to reduce unnecessary code. We can also archive inheritance in Entity Framework.
Rejecting Changes to a Single Property in Entity Framework 6.0
1/14/2021 9:42:13 AM.
In this article you will learn how to reject changes to a single property in Entity Framework 6.0.
Multiple Models In One View Using ASP.NET MVC And Entity Framework
1/12/2021 11:20:59 AM.
In a client requirement, I needed to create a page where two forms or models exist in a single View (page), like login and registration in the same single view.
Bind Add Update Delete Data Using MVC Entity Framework And LINQ
1/12/2021 10:02:00 AM.
In the article, you will learn how to add, update, and delete data, using Entity Framework and LINQ. This is for the beginner users like me in MVC.
Deep Dive into Many-to-Many: A Tour of EF Core 5.0 pt. 2
1/12/2021 4:36:59 AM.
On the surface many-to-many in EF6 and EF Core look very similar. However, under the covers the design in EF Core 5.0 is much more flexible and powerfulIn this episode, Arthur Vickers returns to cha
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.
ASP.NET Web API 2 In MVC 5 Using C# With Example
1/11/2021 2:11:36 PM.
in this article, I am going to explain how to create and access the Web API 2 in the ASP.NET MVC 5 application using C# and bootstrap with Example. Here I'll also show you how to create the step b
Basics of Managed Extensibility Framework
1/11/2021 11:26:06 AM.
The objective of this article is to present a new feature of .NET 4.0 which is known as Managed Extensibility 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.
Table Per Hierarchy Inheritance in Entity Framework With Code First
1/11/2021 8:00:38 AM.
This article explains Table Per Hierarchy (TPH) Inheritance in the Code First approach in EntityFramework.
CRUD Operation Using Entity Framework In Windows Form Application
1/7/2021 9:41:37 AM.
In this article, we are going to learn how to perform CRUD operations using Entity Framework in the Windows Forms Application.
Inheritance in Entity Framework
1/7/2021 5:05:44 AM.
In this article we will learn about Inheritance in Entity Framework.
Multiple Diagrams Per Model With Entity Framework and Visual Studio 2013
1/7/2021 4:25:39 AM.
In this article we learn how to split a model into multiple diagrams, how to specify a different color for an entity and how to change the sequence of the properties in a specific entity.
NHibernate Overview
1/7/2021 4:22:44 AM.
In this article you will learn about NHibernate. NHibernate is a popular open-source .Net ORM. It is based on the popular Java ORM framework and built on top of ADO.NET.
The Basics of .NET Framework Interoperability
1/6/2021 10:18:52 AM.
The System.Runtime.InteropServices namespace defines classes where some of which define methods that enable managed code to call native code. This is accomplished via an internal call and is called th
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.
Code First Migrations in Entity Framework
1/6/2021 9:15:55 AM.
This article provides an overview of Code First Migrations in Entity Framework.
Detect Poor Performing Queries In Entity Framework 6.x
1/6/2021 8:57:35 AM.
In this article you will learn how to detect poor performing queries in Entity Framework 6.x.
A Tour of EF Core 5.0 pt 1
1/6/2021 5:54:23 AM.
EF Core 5.0 includes support for many-to-many relationships and TPT mapping, two sorely missed features from EF6. Join us for a whirlwind tour where we compare EF Core 5.0 features with those from cla
An Overview Of Vue.js Front-end Framework
1/6/2021 5:07:38 AM.
In this article, you will learn about Vue.js Front-end Framework.
How to implement Proactive Messages in BOT Framework
1/5/2021 9:55:46 AM.
explain about how to implement proactive messages using external source trigger in bot framework
How to write custom prompt in Microsoft Bot framework
1/4/2021 2:04:27 PM.
Explain about how to write the custom prompt in Microsoft bot framework
Entity Framework 6.0 SQL Logging: Changing the Content and Formatting
1/3/2021 5:09:03 AM.
This article explains how to change the formatting of the output in Entity Framework 6.0.
Spatial Data Type Support in Entity Framework 5
1/1/2021 9:59:28 AM.
Entity Framework 5 brings many improvements and Spatial Data Type Support in Code First and Model Designer is one of them.
ORM Designer for Entity Framework
1/1/2021 9:47:01 AM.
This article describes the Entity Developer tool Devart.
NUnit With C#
1/1/2021 9:39:43 AM.
NUnit is a unit-testing framework for .NET applications in which the entire application is isolated into diverse modules and each module is tested independently to ensure that the objective is met.
Setting up Entity Framework With Code First and Code Migrations
1/1/2021 5:48:31 AM.
This article provides a basic guide to set up your Entity Framework with code first and code migrations.
Target A .NET Framework In Visual Studio
1/1/2021 4:57:43 AM.
This article describes how to correctly target a specific .NET framework version in Visual Studio.
Common Problems With Entity Framework For Importing Stored Procedure
1/1/2021 4:50:56 AM.
This article describes three common issues that can occur while adding a Stored Procedure to an edmx file of Entity Framework.
How To Create Multiple Languages In ASP.NET MVC 4.5 Framework
12/31/2020 10:30:17 AM.
In this article, you will learn, how to perform multi-language operations in an ASP.NET MVC Application.
Update Data Using Code First Approach
12/31/2020 9:52:11 AM.
This article shows how to update data using the Code First approach.
Understanding .NET Client Profile
12/31/2020 6:54:05 AM.
Lets understand the .NET Client Profile, which is supported by .NET Version 3.5, 4.0 and 4.5.
Logging Database Operations in Entity Framework 6 (EF6 New Feature)
12/31/2020 6:45:18 AM.
In this article you will learn the new feature Logging Database Operations introduced with Entity Framework 6. This features works for models created with Code First or the EF Designer.
Delegates in .NET
12/31/2020 6:32:04 AM.
Here you have a complete introduction to delegates.
Getting Started With Preview of Dynamic Data and Entity Data For EF 6
12/30/2020 8:00:15 AM.
This article describes the new update preview of Dynamic Data Provider and Entity Data Source for the Entity Framework 6.
ASP.NET Web API CRUD Operations
12/30/2020 7:56:14 AM.
This article demonstrates the CRUD operations of the ASP.NET Web API.
Managed Extensibility Framework (MEF)
12/30/2020 7:46:47 AM.
MEF is a component of .NET framework 4.0, to create lightweight, extensible applications. It avoids hard dependencies and lets the application developer discover and use extensions without any configu
Stored Procedures With Entity Framework
12/30/2020 7:21:58 AM.
Here we will understand Stored Procedures in EntityFramework.
Code First Insert Update and Delete Stored Procedure in Entity Framework 6 Pre
12/30/2020 5:38:46 AM.
This article will demonstrates the new features that will be available in Entity Framework 6 Pre-beta version.
Data Annotations and Code First Migration in Entity Framework
12/28/2020 12:10:11 PM.
This article explains data annotations and Code First migration in Entity Framework.
Entity Framework Code First Example
12/28/2020 12:05:07 PM.
This article provides an Entity Framework Code First example.
.NET Serialization
12/28/2020 11:59:15 AM.
This article talks about overall serialization in the .NET Framework and various available types such as binary, XML and SOAP.
Mapping Table-Valued Functions (TVFs) Using Entity Framework Database First
12/28/2020 11:55:01 AM.
Entity Framework 5 brings number of improvements and Mapping Table-Valued Functions (TVFs) Support is one of them.
Consume Web API By MVC In .NET Core (2), Client
12/27/2020 12:39:29 PM.
In this article, we create a ASP.NET Core 5.0 MVC app and associated with a Web API service in it by regular way. Then we write one line code for MVC client to consume Web API.
Consume Web API By MVC In .NET Core (1), Server And Framework
12/27/2020 12:38:39 PM.
In this article, we create a ASP.NET Core 5.0 MVC app and associated with a Web API service in it by regular way. Then we write one line code for MVC client to consume Web API.
Enum Support (Code First) in Entity Framework 5
12/22/2020 12:01:36 PM.
Entity Framework 5 brings number of improvements and Enum Support in Code First is one of them.
Impove App Launch Performance With MultiCore JIT in .NET Framework 4.5
12/22/2020 6:12:02 AM.
This article is about one of the most new runtime features of the Muticore Just-In-Compiler (JIT) in the .NET framework 4.5.
Table Splitting in Entity Framework
12/22/2020 5:41:39 AM.
In this article we will learn table splitting in entity Framework. Table Splitting is just opposite of Entity Splitting.
Learn About Sanity Testing With TestNG
12/22/2020 4:44:54 AM.
The article explains the concept of Sanity Testing and the implementation using TestNG features. Sanity Testing with TestNG
.NET Framework At A Glance
12/18/2020 5:10:12 AM.
.NET Framework At A Glance. In this post let's see what is the .NET Framework, benefits of the .NET Platform, introducing CLR, CTS, and CLS, Framework Class Library(FCL), Managed vs. Unmanaged Cod
ASP.NET Core, Web API - Entity Framework Call Stored Procedure
12/16/2020 1:30:07 AM.
We can build a Web API and Entity framework with a code first or database first approach, however, it is hard to do so in the real working environment with ASP.NET Core Web API calling a stored proced
ASP.NET Core, Web API - Entity Framework Call Stored Procedure Implementation
12/16/2020 1:27:28 AM.
We can build Web API and Entity framework with code first or database first approach, however, it is hard to do so in the real working environment with ASP.NET Core Web API calling stored procedure.
Entity Framework - Database First Approach
12/14/2020 7:49:00 AM.
This article explains how the Database First approach works with the Entity Framework.
Seed Databases in EntityFramework
12/14/2020 7:07:42 AM.
This article shows how to seed databases in EntityFramework.
Complex Custom Validation Attribute Specific to Entity
12/14/2020 5:57:21 AM.
In this article you will learn about the Complex Custom Validation Attribute specific to an Entity.
Preparing .NET Interview - Part 1 (Framework)
12/11/2020 6:25:12 AM.
This article presents the common questions asked in .NET interview related to framework and explains the answers in an easy way.
Working With Multiple Tables in MVC Using Entity Framework
12/11/2020 3:58:46 AM.
In this article we will learn how to work with Multiple Tables in MVC using the Entity Framework.
Code First Migrations With Entity Framework
12/10/2020 10:55:25 PM.
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
Use Entity Framework Core 5.0 In .NET Core 3.1 With MySQL Database By Code-First Migration On Visual Studio 2019 For RESTful API Application
12/9/2020 7:54:03 AM.
This article walks you through how to use EF Core 5.0 in .NET Core 3.1 to implement a code-first approach to create/update a MySQL database on Visual Studio 2019 for a RESTful API application.
Creating Primary Key And Foreign Key Association in SQL Server Using Visual C# 2010 and Entity Framework
12/8/2020 3:20:35 AM.
In this article I am showing how to create primary key and foreign key association in Employee and Department table.
Visual Studio and .NET's Unit Test Framework
12/8/2020 3:08:26 AM.
This article explains the UnitTest framework in Microsoft Visual Studio and .NET that is separate from NUnit and the other Automation Testing Frameworks.
To Find Installed Version of .Net Framework Using CLR Version Tool
12/7/2020 4:26:36 AM.
In this article I am sharing thoughts on Clrver.exe, how it works and advantages of this.
Asynchronous Connection in .NET Framework 4.5
12/7/2020 2:55:01 AM.
This article explains how to create an Asynchronous Connection in .NET Framework 4.5.
Multi-Tenant Migrations With Entity Framework 6.0 (Code First Model)
12/7/2020 2:47:08 AM.
This article describes the multiple model migrations per physical database feature of Entity Framework 6.0 (Code First Model).
Parallel.For Loop in .NET 4
12/7/2020 1:47:10 AM.
In this article you will learn how to use Parallel.For Loop in .NET Framework 4.
Microsoft Enterprise Instrumentation Framework(EIF) - Quick Guide
12/7/2020 1:17:55 AM.
The Microsoft EIF is a bunch of assemblies for .Net that make your life easy when it comes to instrumenting your program, by this I mean tracing facilities, writing to the event log, and many other th
Events in .NET
12/3/2020 10:15:18 PM.
An event is a message sent by an object to signal the occurrence of an action. This action caused by the user interaction such as button click, mouse click etc.
Entity Framework: Code First Migrations With the Existing Database
12/3/2020 9:54:34 PM.
In this article, we study the code first approach with an existing database.
Simple Insert And Select (CRUD) Operation Using .NET Core MVC With ADO.NET And Entity Framework Core
12/3/2020 8:19:32 AM.
This article is for the developer who is looking to learn .NET Core MVC with ADO.NET for their project.
Hiding the Version Information of .Net Framework Due to Security Issue
12/3/2020 1:59:25 AM.
In this article I will demonstrate how to hide version information of the .Net Framework, which is the medium level security issue named Information Disclosure.
Association in Entity Framework
12/3/2020 1:44:48 AM.
Association defines a relationship between two entities in Entity Framework. Association is defined in a conceptual model by the “Association” Element and each relationship contains two ends that desc
Overview Of .NET Framework
12/3/2020 12:21:05 AM.
In this article you will learn about .NET Framework and what is the need of .NET Framework.
Entity Framework: DbComparisonExpression Requires Arguments With Comparable Types
12/2/2020 10:56:00 PM.
This article shows to fix the problem Entity Framework DbComparisonExpression Requires Arguments with Comparable Types.
Basic Components In .NET Framework
12/2/2020 10:53:40 PM.
A .NET gathering is a standard for segments created with the Microsoft.NET.
.NET Framework Overview
12/2/2020 10:47:30 PM.
This article provides an overview of the .NET Framework.
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#.
Pre-Generated Views With a Code First Model Entity Framework 6.0
12/2/2020 10:22:03 PM.
In this article you will learn about pre-generated views with a Code First model using Entity Framework 6.0.
NancyFx - a light weight .NET framework
12/2/2020 9:46:31 PM.
NancyFx or Nancy is a light weight framework or micro web framework for building HTTP based services on .Net (also Mono).
Adaptive Card Templating With Azure Bot Framework SDKV4
12/2/2020 9:46:15 AM.
In this article, you will learn about Adaptive Card Templating With Azure Bot Framework SDKV4.
CRUD using the Repository Pattern in MVC
12/2/2020 3:05:28 AM.
This article introduces the repository pattern in an MVC application. Repository pattern is intended to create an abstraction layer between the data access layer and the business logic layer of an app
Entity Framework Code First And Migrations: Part Two
11/27/2020 3:42:26 AM.
In this article, you will get an introduction to Entity Framework using C#, code first, and migrations.
How To Identify Which .NET Framework Is Installed
11/27/2020 3:11:10 AM.
In this article, you will learn how to identify which .NET framework is installed.
Working With Stored Procedures Using Entity Framework: Part 1
11/27/2020 1:48:24 AM.
This article describes how to work with Stored Procedures using the Entity Framework in the ASP.NET Class Library.
Overview of Fakes Assembly
11/27/2020 1:05:17 AM.
This article provides an overview of Fakes Assembly.
Example on View to Controller (HttpPost) & Warn on Duplicate Entry & Delete Duplicates in MVC
11/27/2020 12:19:11 AM.
In this article you will learn how to pass data for a view to a controller (HttpPost) and you will even learn how to warn on duplicate entry or just delete duplicates silently in MVC.
.NET Framework Evolution
11/27/2020 12:13:11 AM.
In this article you will learn about different versions of .NET Framework with an introduction to .NET Framework.
Get Comma Separated Values From SQL Server Using Entity Framework (EF)
11/26/2020 6:23:46 AM.
This article describes how to get column values in one comma separated string using Entity Framework (EF) .
New Features Of Entity Framework 7
11/26/2020 6:08:37 AM.
In this article you will learn about new features of Entity Framework 7.