SlideShare a Scribd company logo
COREXIT
By Sayedur Rahman
Principal Software Engineer
Microsoft Frameworks
.Net
.Net
ASP.NET
ASP.NET
Entity Framework
Entity Framework
What kind of name is that ???
A referendum
A vote in which everyone of voting age can take part
was held on Thursday 23 June,
to decide whether the UK should leave or remain in the European Union.
A separation?
COREXIT: Microsoft’s new cross platform framework
Why this separation?
COREXIT: Microsoft’s new cross platform framework
COREXIT: Microsoft’s new cross platform framework
EF CORE
ASP.NET CORE !!!
ASP.NET CORE !!!
EF CORE !!!!
EF CORE !!!!
ASP.NET Core Demo - Identity
ASP.NET Core Demo - Identity
 Inside Start up class
 Method: ConfigureServices
 Method: Configure
 Run
app.UseIdentity();
ASP.NET Core Demo - Identity
ASP.NET Core Demo - Identity
 Inject following class by building DI
 UserManager<ApplicationUser> _userManager;
 SignInManager<ApplicationUser> _signInManager;
 Use following methods
 _userManager.CreateAsync
 _signInManager.SignInAsync
 _signInManager.PasswordSignInAsync
 _signInManager.SignOutAsync
EF Core Demo
 Install EF core from NuGet
 Create a new class and inherit it from DBContext Class
 Over write method OnConfiguring
 Builder.UseSqlServer(“ConectionString”);
 Point out POCO model
 DbSet<Blog> Blogs { get; set; }
PM> Install-Package Microsoft.EntityFrameworkCore.SqlServer
EF Core Demo
 Define Blog class
 public class Blog
 {
 public int BlogId { get; set; }
 public string Url { get; set; }
 public List<Post> Posts { get; set; }
 }
EF Core Demo
 Query
using (var db = new BloggingContext())
{
var blogs = db.Blogs
.Where(b => b.Rating > 3)
.OrderBy(b => b.Url)
.ToList();
}
EF Core Demo
 Save
using (var db = new BloggingContext())
{
var blog = new Blog { Url = "http://sample.com" };
db.Blogs.Add(blog);
db.SaveChanges();
}
FYI
https://www.microsoft.com/net/core/platform
COREXIT: Microsoft’s new cross platform framework

More Related Content

PPTX
Microsoft Tech Club Cairo University "MSTC'16 Builders and Developers " First...
PDF
Provisioning Profile
PPTX
Hello android example.
PPT
BCS Selenium Workshop
PPTX
Response options: Biological Response Indicator Devices for Gauging Environm...
PDF
DW Project Paper Deepwater Horizon-G03178 Idzuari Azli
PPT
Gulf Oil Spill 2010: Health & Safety Overview
PPTX
Saponin
Microsoft Tech Club Cairo University "MSTC'16 Builders and Developers " First...
Provisioning Profile
Hello android example.
BCS Selenium Workshop
Response options: Biological Response Indicator Devices for Gauging Environm...
DW Project Paper Deepwater Horizon-G03178 Idzuari Azli
Gulf Oil Spill 2010: Health & Safety Overview
Saponin

Viewers also liked (19)

PPT
Saponins- a brief introduction
PPT
Saponin glycosides
PPTX
Oil pollution and its recovery
PPTX
Surfactants in water
PPTX
Surface tension (2)
PPT
Saponin glycosides
PPTX
British petroleum & gulf oil spill of 2010
PPTX
Oil spills & Cleaning
PPT
Glycosides
PPTX
Oil spills final
PPTX
Surface Tension
PPT
Surface active agents
PPTX
Glycosides introduction
PPTX
surface tension power point presentation
PPTX
Oil Pollution
PPTX
Surfactants
PPT
Interfacial phenomena
PPTX
Surface active agents
PDF
Glycoside instant notes
Saponins- a brief introduction
Saponin glycosides
Oil pollution and its recovery
Surfactants in water
Surface tension (2)
Saponin glycosides
British petroleum & gulf oil spill of 2010
Oil spills & Cleaning
Glycosides
Oil spills final
Surface Tension
Surface active agents
Glycosides introduction
surface tension power point presentation
Oil Pollution
Surfactants
Interfacial phenomena
Surface active agents
Glycoside instant notes
Ad

Similar to COREXIT: Microsoft’s new cross platform framework (20)

PDF
Browser_Stack_Intro
PPTX
Visual Basic –User Interface- V
PPTX
Use Eclipse technologies to build a modern embedded IDE
DOCX
Introduction to the .NET Access Control Service
DOCX
Introduction to the .NET Access Control Service
PPTX
Azure Bot Service
PPTX
XCUITest for iOS App Testing and how to test with Xcode
PDF
Appium understanding document
DOCX
Best Apple IOS Training in Chennai | Best Iphone Training in Chennai
DOCX
Repository Pattern in MVC3 Application with Entity Framework
PDF
Appium Automation Testing Tutorial PDF: Learn Mobile Testing in 7 Days
PPT
Overview of CSharp MVC3 and EF4
DOCX
My cool new Slideshow!
PPTX
Installation of Silk Test Framework
PDF
ASP.NET Core Interview Questions PDF By ScholarHat.pdf
PPTX
Session - 1 Forms and Session management.pptx
PDF
Using API platform to build ticketing system (translations, time zones, ...) ...
PDF
CSW2017 Amanda rousseau cansecwest2017_net_hijacking_powershell
PDF
Asp.net Web Development.pdf
PDF
Using API Platform to build ticketing system #symfonycon
Browser_Stack_Intro
Visual Basic –User Interface- V
Use Eclipse technologies to build a modern embedded IDE
Introduction to the .NET Access Control Service
Introduction to the .NET Access Control Service
Azure Bot Service
XCUITest for iOS App Testing and how to test with Xcode
Appium understanding document
Best Apple IOS Training in Chennai | Best Iphone Training in Chennai
Repository Pattern in MVC3 Application with Entity Framework
Appium Automation Testing Tutorial PDF: Learn Mobile Testing in 7 Days
Overview of CSharp MVC3 and EF4
My cool new Slideshow!
Installation of Silk Test Framework
ASP.NET Core Interview Questions PDF By ScholarHat.pdf
Session - 1 Forms and Session management.pptx
Using API platform to build ticketing system (translations, time zones, ...) ...
CSW2017 Amanda rousseau cansecwest2017_net_hijacking_powershell
Asp.net Web Development.pdf
Using API Platform to build ticketing system #symfonycon
Ad

More from Nascenia IT (20)

PPTX
Exploring DeepSeek A Hands-On Dive & How to Adapt the AI Surge.pptx
PPTX
AI Tools for Productivity: Exploring Prompt Engineering and Key Features
PDF
Introduction to basic data analytics tools
PPTX
Communication workshop in nascenia
PPTX
The Art of Statistical Deception
PDF
করোনায় কী করি!
PPTX
GDPR compliance expectations from the development team
PPTX
Writing Clean Code
PPTX
History & Introduction of Neural Network and use of it in Computer Vision
PPTX
Ruby on Rails: Coding Guideline
PPTX
iphone 11 new features
PPTX
Software quality assurance and cyber security
PPTX
Job Market Scenario For Freshers
PPTX
Modern Frontend Technologies (BEM, Retina)
PPTX
CSS for Developers
PPTX
Big commerce app development
PPTX
Integrating QuickBooks Desktop with Rails Application
PPTX
Shopify
PPTX
TypeScript: Basic Features and Compilation Guide
PPTX
Clean code
Exploring DeepSeek A Hands-On Dive & How to Adapt the AI Surge.pptx
AI Tools for Productivity: Exploring Prompt Engineering and Key Features
Introduction to basic data analytics tools
Communication workshop in nascenia
The Art of Statistical Deception
করোনায় কী করি!
GDPR compliance expectations from the development team
Writing Clean Code
History & Introduction of Neural Network and use of it in Computer Vision
Ruby on Rails: Coding Guideline
iphone 11 new features
Software quality assurance and cyber security
Job Market Scenario For Freshers
Modern Frontend Technologies (BEM, Retina)
CSS for Developers
Big commerce app development
Integrating QuickBooks Desktop with Rails Application
Shopify
TypeScript: Basic Features and Compilation Guide
Clean code

Recently uploaded (20)

PDF
System and Network Administration Chapter 2
PDF
top salesforce developer skills in 2025.pdf
PPTX
L1 - Introduction to python Backend.pptx
PDF
System and Network Administraation Chapter 3
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PPTX
Introduction to Artificial Intelligence
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
Nekopoi APK 2025 free lastest update
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PPTX
history of c programming in notes for students .pptx
PDF
medical staffing services at VALiNTRY
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
PTS Company Brochure 2025 (1).pdf.......
PPTX
ai tools demonstartion for schools and inter college
System and Network Administration Chapter 2
top salesforce developer skills in 2025.pdf
L1 - Introduction to python Backend.pptx
System and Network Administraation Chapter 3
Odoo POS Development Services by CandidRoot Solutions
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Which alternative to Crystal Reports is best for small or large businesses.pdf
Introduction to Artificial Intelligence
Wondershare Filmora 15 Crack With Activation Key [2025
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
How to Choose the Right IT Partner for Your Business in Malaysia
Nekopoi APK 2025 free lastest update
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
2025 Textile ERP Trends: SAP, Odoo & Oracle
history of c programming in notes for students .pptx
medical staffing services at VALiNTRY
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PTS Company Brochure 2025 (1).pdf.......
ai tools demonstartion for schools and inter college

COREXIT: Microsoft’s new cross platform framework