volume4

Stories submitted by friends of volume4

Book Review: Programming Entity Framework(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 1 year, 4 months ago

A Review on Programming Entity Framework Book. read more...

add a comment |category: |Views: 7

tags: another

KiGG 3.0 Released(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 1 year, 7 months ago

Yesterday we released KiGG 3.0 and baselined the source code for version 3. No major changes in this release. We upgraded to ASP.Net MVC 2.0 on .Net 3.5 SP1 & VS2008. read more...

1 comment |category: |Views: 123

tags: another

Book Review: Microsoft Entity Framework in Action(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 1 year, 7 months ago

I highly recommend this book. No further knowledge about Entity Framework is required. So you don’t have to know anything about EF1 in order to read and gain benefit of this book. Great effort spent on this book by the authors and the publisher. You’ll get a great value with reasonable amount of money compared to the information provided in this book. read more...

add a comment |category: |Views: 161

tags: another

Basic Introduction to Algorithms session at Alazhar University(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 1 year, 7 months ago

I had a chance this week to do a simple basic presentation about algorithms to undergraduate students of Computer Engineering in Alazhar University in Cairo. read more...

add a comment |category: |Views: 1

tags: another

Getting Started with Entity Framework 4.0 Screencast Recorded session (mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 1 year, 8 months ago

Fifth part is about 9:45 min in length. Part 5. Covers EDM -Entity Data Model- showing its elements (SSDL, CSDL & MSL). Also this screencast shows how to query your conceptual model using LINQ to Entities. read more...

add a comment |category: |Views: 102

tags: another

Your Software Can Learn A Lot From ATMs(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 1 year, 8 months ago

When it comes to ATMs, failure isn't really an option. But how do they accomplish their high reliability? And how can you leverage that in order to make your software better? read more...

1 comment |category: |Views: 278

tags: another

Getting Started with Entity Framework 4.0 Screencast Part 4(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 1 year, 9 months ago

Fourth part is about 10 min in length. Covers how to implement table per hierarchy inheritance model (TPH) with Entity Framework 4.0 read more...

add a comment |category: |Views: 40

tags: another

Getting Started with Entity Framework 4.0 Screencast Recorded session (mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 1 year, 10 months ago

Third part is about 8:20 min in length. Covers how to use stored procedures with EF4 to do CRUD operations on the database. The demo shows how to do mapping to existing stored procedures. The Demo also shows how to use IntilleTrace to view executed statements made by EF object services. read more...

add a comment |category: |Views: 30

tags: another

Getting Started with Entity Framework 4.0 Screencast Recorded session (mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 1 year, 11 months ago

About Part 2 Second part is about 6:30 min in length. Covers Object Services and how to do CRUD operations using EF 4.0 object services. The demo explores EF change tracking capabilities. The demo also shows how to map return result of a stored procedure to existing entity in your EDM. read more...

add a comment |category: |Views: 19

tags: another

Getting Started with Entity Framework 4.0 Screencast Recorded session (mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 1 year, 11 months ago

First part is an introduction to Entity Framework 4.0 with brief about its short history. This part also include a demo about new vs2010 designer enhancements for EF4. Also the screencast shows how to do a refactor to complex type using EDM designer. read more...

add a comment |category: |Views: 29

tags: another

Say Goodbye to NAnt and MSBuild With IronRuby(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 1 month ago

Tired of writing tons of XML in order to create automated .NET builds? Well, look no further... IronRuby, Rake, and Albacore are here to rescue you! read more...

add a comment |category: |Views: 651

tags: another

Introducing Shrinkr The URL Shrinking Service built with ASP.NET MVC 2(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 2 years, 1 month ago

Few months ago, on September 2009 my friend Rashid started to blog about this open source project “Shrinkr”. And I got a chance to assist him on this. In the last few weeks we were working on preparing this first stable release. And now we got it and it’s live on http://rdir.in. read more...

add a comment |category: |Views: 21

tags: another

Mapping Conceptual Model Function to Complex Type in Entity Framework (mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 2 years, 1 month ago

You might hear of KiGG, the open source project that is currently live as http://dotnetshoutout.com. I wanted to expose part of KiGG data as an OData Service for read only. But I figured out that exposing raw KiGG schema might not be useful. So I had to choose between 2 options that were up to my mind: * Build some views on the physical store -database-. Create a new entity data model for those views and use the new data model context for DataServiceContext. * Use Entity Framework 4.0 conceptual model function feature with complex types to simulate views. It’s like building views on the conceptual model itself and not the store model. read more...

add a comment |category: |Views: 67

tags: another

A Visual Look At The LINQ SelectMany Operator(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 2 months ago

An inside look at how SelectMany works, along with visuals to help you more easily understand it. read more...

add a comment |category: |Views: 468

tags: another

An Overview Of System.Collections.Generic(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 2 months ago

A look at the different collection types in the System.Collections.Generic namespace. read more...

add a comment |category: |Views: 16

tags: another

Getting Started with Entity Framework 4.0 – Cairo CodeCamp Session(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 2 years, 2 months ago

At the end of last month (27-28 Feb 2010) I got the opportunity to participate in Cairo CodeCamp event by giving a session about “Getting Started with Entity Framework 4.0”. read more...

add a comment |category: |Views: 38

tags: another