.NET

Entity Framework Code First–December 11th Calgary .NET User Group Session Materials

Thanks to everyone who attended the talk yesterday. I had fun and I hope you all enjoyed it. As promised, here are the slides and code: Entity Framework Code First – Download Code First Migrations – Download Social Recipes Source Code – Download ......

Calgary .NET User Group – Entity Framework Code First - December 11th

I will be presenting at the Calgary .NET User Group on December 11th. We will start from scratch in this intro to Entity Framework Code First. We will build a simple application using ASP.NET MVC and Entity Framework and evolve the application to show how we can build scalable applications using Entity Framework Code First. Topics covered will include database initialization, code based migrations, performance profiling and performance tuning. Register at http://www.dotnetcalgary.com/ ......

Prairie Dev Con Regina–Code First Materials

For those who have attended my Code First introduction at Prairie Dev Con Regina, here is the code for the Social Recipes application: Code, Powerpoint

Where'd My Data Go? (and/or...How Do I Get Rid of It?)

Want to get a better idea of how cascade deletes work in Entity Framework Code First scenarios? Want to see it in action? Stick with us as we quickly demystify what happens when you tell your data context to nuke a parent entity. This post is authored by Calgary .NET User Group Leader David Paquette with help from Microsoft MVP in Asp.Net James Chambers. We got to spend a great week back in March at Prairie Dev Con West, chalk full of sessions, presentations, workshops, conversations and, of course, ......

Entity Framework Code First @ Prairie Dev Con West

For those who attended my presentation at Prairie Dev Con West today, you can find my slides and sample project here: https://skydrive.live.com/?... For those who did not attend my presentation, I will follow this up with a more detailed post ......

Calgary Workflow in Enterprise Software–Oct 26th

I will be presenting ‘The Role of Workflow in Enterprise Software’ at the Calgary .NET User Group on October 26th.  The presentation will cover workflow concepts, Windows Workflow Foundation 4 (WF4), and will also touch on Entity Framework Code First.

More details and registration at www.dotnetcalgary.com

See you all there!

Calgary .NET User Group Presentation (Thursday, Feb 25)

If you’re in Calgary, come out to the .NET User Group on Thursday, February 25th at 5:00pm.  David Morgantini will be presenting An Introduction to Behaviour Driven Development (BDD).  Register at www.dotnetcalgary.com.

Take the WF4 Speed Test

One of my previous posts talked about the performance improvements in WF4. With the recent release of Visual Studio 2010 / .NET 4 RC1, I thought I would re-run my performance tests to see if there have been any further improvements with the most recent version. My test is simply timing how long it takes to invoke an empty workflow (an Sequence activity that does nothing) 2,000,000 times. This test gives us a good idea of the overhead of invoking a workflow. With .NET 4.0 RC1, I am able to invoke ......

Windows Workflow Foundation 4 at PDC

I just finished watching a great video about WF4 from Microsoft PDC.  The session is WF4 from the Inside Out by Bob Schmidt.  I think he did a great job explaining how the runtime is implemented in WF4.

Deal Groupie – Learning WP7 and ASP.NET MVC 3

Lately, I have been taking some time to learn some new technologies. For me, the best way to learn a new technology is to jump head first into a project: Daily deal websites such as GroupOn, LivingSocial, DealFind, etc. have really taken off over the last 6 months. With so many sites out there, my inbox was being flooded with emails from all these daily deal websites. This seemed like it might be a fun project, so I set out to build a daily deal aggregator. First, I built a Windows Phone 7 app. I ......

Full .NET Archive