SlideShare a Scribd company logo
Jon LimjapMicrosoft Most Valuable Professional for Visual C#Senior Application Developer, FBM e-ServicesDynamics & Object Runtime Composition with C# 4.0
?Do youuse C#
?Is C#...staticdynamic
staticdynamicC# 4.0
Microsoft.NETDynamic Language Runtime
Why dynamic?
ExpressivenessTell me what to do……not how to do it
Duck TypingIf it quacks, it’s a duck!
Object Runtime ModificationObject types can be modified on runtime
Dynamic at compile timedynamic myObj = "blah";System.String at run time
dynamic myObj = "blah";Console.WriteLine(myObj.Contains("lah"));Console.WriteLine(myObj.IndexOf("x"));Console.WriteLine(myObj.GetType());myObj = new List<int>();Console.WriteLine(myObj.Count);Console.WriteLine(myObj.GetType());Change of type hereBut no compiler errors!Method signature doesn’t match initial type
Requires System.Dynamicdynamic mrFantastic = new ExpandoObject();mrFantastic.Name = "Reed Richards";mrFantastic.BirthDate = new DateTime(year: 1961, month: 12, day: 2);Console.WriteLine(mrFantastic.Name);Console.WriteLine(mrFantastic.BirthDate);Properties can be added during runtime
mrFantastic.SayMyName = new Action(() => Console.WriteLine(mrFantastic.Name));mrFantastic.GetAge = new Func<int>(() => Convert.ToInt32((DateTime.Now - mrFantastic.BirthDate).Days / 365.25));mrFantastic.SayMyName();Console.WriteLine(mrFantastic.GetAge());Methods could be added using Action<T> & Func<T>
jonlimjap@gmail.comhttp://twitter.com/LaTtEXhttp://dotnet.kapenilattex.com

More Related Content

PPTX
Code for kombol - Objects and Functions in JS and NodeJS
PDF
freeCodeCampTokyoMeetup 17
PPTX
Academy PRO: React JS. Typescript
KEY
Padrino::Validation::HTML5
PDF
freeCodeCamp Tokyo Meetup #18
PPT
Unit iv
PPT
Harsh ppt
PDF
linq with Exampls
Code for kombol - Objects and Functions in JS and NodeJS
freeCodeCampTokyoMeetup 17
Academy PRO: React JS. Typescript
Padrino::Validation::HTML5
freeCodeCamp Tokyo Meetup #18
Unit iv
Harsh ppt
linq with Exampls

Similar to Dynamics & Object Runtime Composition with C# 4.0 (20)

PPTX
2.dynamic
PPTX
PDC Video on C# 4.0 Futures
PPSX
Introduction to c sharp 4.0 and dynamic
PPT
New Features in .Net Framework 4.0 By Nyros Developer
ODP
New c sharp4_features_part_iii
PPTX
PPT
devLink - What's New in C# 4?
PDF
New c sharp4_features_part_v
PPTX
Dynamic C#
PPTX
Dynamic in C# 4.0
PPSX
Community Tech Days C# 4.0
PPTX
Whats New In C# 4 0 - NetPonto
PDF
Dynamic Binding in C# 4.0
PDF
Amusing C#
PPTX
Polymorphism
PPTX
Notes(1).pptx
PDF
New c sharp4_features_part_iv
PPT
Lo Mejor Del Pdc2008 El Futrode C#
PPTX
Whats New In C Sharp 4 And Vb 10
PPTX
Dynamic C# and a New World of Possibilities
2.dynamic
PDC Video on C# 4.0 Futures
Introduction to c sharp 4.0 and dynamic
New Features in .Net Framework 4.0 By Nyros Developer
New c sharp4_features_part_iii
devLink - What's New in C# 4?
New c sharp4_features_part_v
Dynamic C#
Dynamic in C# 4.0
Community Tech Days C# 4.0
Whats New In C# 4 0 - NetPonto
Dynamic Binding in C# 4.0
Amusing C#
Polymorphism
Notes(1).pptx
New c sharp4_features_part_iv
Lo Mejor Del Pdc2008 El Futrode C#
Whats New In C Sharp 4 And Vb 10
Dynamic C# and a New World of Possibilities
Ad

More from Jacinto Limjap (11)

PPTX
Maintainable UI Tests with Selenium and C#
PPTX
Refactoring to Microservices
PPTX
Donetconf2016: The Future of C#
ODP
C# and the Evolution of a Programming Language
PPTX
SQL vs NoSQL
PPTX
Unit testing, UI testing and Test Driven Development in Visual Studio 2012
PPTX
N-tier and oop - moving across technologies
PPTX
MSDN Ramp-Up Part 3: Business logic
PPT
Developing windows phone 7 applications
PPT
Automated Unit Testing in Silverlight for Windows Phone 7
PPTX
Three Developer Abilities They Dont Teach In College
Maintainable UI Tests with Selenium and C#
Refactoring to Microservices
Donetconf2016: The Future of C#
C# and the Evolution of a Programming Language
SQL vs NoSQL
Unit testing, UI testing and Test Driven Development in Visual Studio 2012
N-tier and oop - moving across technologies
MSDN Ramp-Up Part 3: Business logic
Developing windows phone 7 applications
Automated Unit Testing in Silverlight for Windows Phone 7
Three Developer Abilities They Dont Teach In College
Ad

Recently uploaded (20)

PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Approach and Philosophy of On baking technology
PDF
Machine learning based COVID-19 study performance prediction
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
Big Data Technologies - Introduction.pptx
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
cuic standard and advanced reporting.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Unlocking AI with Model Context Protocol (MCP)
Chapter 3 Spatial Domain Image Processing.pdf
Spectral efficient network and resource selection model in 5G networks
Approach and Philosophy of On baking technology
Machine learning based COVID-19 study performance prediction
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Understanding_Digital_Forensics_Presentation.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Big Data Technologies - Introduction.pptx
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Network Security Unit 5.pdf for BCA BBA.
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
cuic standard and advanced reporting.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
Diabetes mellitus diagnosis method based random forest with bat algorithm
The AUB Centre for AI in Media Proposal.docx
Unlocking AI with Model Context Protocol (MCP)

Dynamics & Object Runtime Composition with C# 4.0