Stories recently tagged with 'mosessaur'

Inheritance and Associations with Entity Framework Part 3(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

On part 1 and part 2 I explored how to apply 2 different inheritance models (TPH & TPT) in Entity Framework. In this part I'm going to demonstrate associations between 2 base entities. And how to filter end properties to return specific type (sub entity). read more...

add a comment |category: |Views: 62

tags: another

Inheritance and Associations with Entity Framework Part 2(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

In the previous part I discussed Table-per-Hierarchy Inheritance, in this part I'll go through Table-per-Type Inheritance model. There is a video demonstrating this model if you wish to watch. Here I'll update my previous sample with new entities that demonstrate the Table-per-Type Inheritance model read more...

add a comment |category: |Views: 33

tags: another

Inheritance and Associations with Entity Framework Part 1(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 8 months ago

In this multi parts series I'll explore how to build inheritance with Entity Framework showing 2 different approaches of inheritance in Entity Framework. Beside that I'll show how to build simple association between 2 entities and show how to provide custom code to retrieve other parts of the relation when inheritance is applied. In this part I'm exploring Table-per-Hierarchy Inheritance model in EF read more...

add a comment |category: |Views: 111

tags: another

Username Availability Validator almost ready, the early demo(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 8 months ago

A demo on using UserName Availability Validator control that is built using ASP.NET AJAX and the project is available on CodePlex read more...

1 comment |category: |Views: 189

tags: another

Master\Detail with CollapsiblePanel and HoverMenu(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 8 months ago

Master details GridView with CollapsiblePanelExtender and HoverMenuExtender read more...

add a comment |category: |Views: 648

tags: another

LINQ to Entities, Workarounds on what is not supported(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 8 months ago

LINQ to Entities, Workarounds on what is not supported. 2 ways to get ride of what is not supported in LINQ to Entities. read more...

add a comment |category: |Views: 70

tags: another

LINQ to Entities, what is not supported?(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 9 months ago

A look at what LINQ to SQL support and not supported in LINQ to Entities. read more...

add a comment |category: |Views: 342

tags: another

AJAX On Demand Loading using GridView and CollapsiblePanelExtender(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 9 months ago

How to Building on demand Master/Detail grouping Grid with GridView and ASP.NET AJAX toolkit CollapsiblePanelExtender read more...

3 comments |category: |Views: 749

tags: another

Simple Static Tooltip Widget using jQuery.UI(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 9 months ago

Simple Static Tooltip Widget using jQuery.UI. read more...

add a comment |category: |Views: 98

tags: another

Paperclip themes for BlogEngine.Net 1.4, tweaked(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 10 months ago

Tweaked version pf Paperclip themes that support BlogEngine.Net 1.4 read more...

add a comment |category: |Views: 38

tags: another

jQuery.UI Messenger\Outlook like message notification Widget(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 10 months ago

Messenger like notification widget using jQuery.UI, following Matt Berseth post about ProgressBar Widger using jQuery.UI read more...

2 comments |category: |Views: 818

tags: another

Custom Paging with LINQ, ListView, DataPager and ObjectDataSource 2(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 10 months ago

Custom Paging with LINQ, ListView, DataPager and ObjectDataSource, more Efficient method read more...

add a comment |category: |Views: 722

tags: another