Skip to content

Commit cd8edc0

Browse files
committed
Jim Wooley presentation links
1 parent bf09f6b commit cd8edc0

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Getting started with Entity Framework Core
2+
3+
With the cross-platform version of .Net, Microsoft has had to rewrite many of the core components that we have come to depend on. If you include data in your applications, chances are you have used Entity Framework in the past. In this session, you'll learn how to get started using EF Core and how to handle the changes in this version.
4+
5+
[View Repository](https://github.com/jwooley/EfCore)

Roslyn and You/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# .NET Compiler Platform (Roslyn) and You
2+
3+
Over the last five years, the C# and VB compilers were re-written from the ground up. Visual Studio 2015 includes this new compiler and features new extensibility and language capabilities. In this session, we will focus on how these changes will impact you as a C# or VB developer in your day-to-day development. We'll start with exploring the new language features. We'll then look at how to take advantage of code diagnostics and fixes that are publically available. We'll end by exploring some of the extensibility points that you can take advantage of if you want to build your own diagnostics and code fixes.
4+
5+
[View Repository](https://github.com/jwooley/RoslynAndYou)

Rx In Action/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Reactive Extensions (Rx) in Action
2+
3+
You may have seen the theoretical discussions of Reactive Extensions and heard about the duality of IEnumerable and IObservable, but are still scratching your head to know how and when to use them. In demo filled session, we'll cover a number of cases where it makes sense to consider RX to declaratively compose complex operations over observable sequences in an elegant LINQ like syntax. We may even have some chocolate induced audience participation along the way.
4+
5+
[View Repository](https://github.com/jwooley/RxSamples)

0 commit comments

Comments
 (0)