Getting Started with Entity Framework 4.0 Screencast Recorded session from Cairo Code Camp - Part 6

by mosessaur| 26 September 2011| 0 Comments

About Part 6

6th part is about 12 min in length. Covers Entity SQL, LINQ to Entities and EF4 new feature of using database built in functions & user defined functions UDF. And how to use them with LINQ to Entities.

More...

New Arabic Screencasts about SQL Server

by mosessaur| 15 July 2011| 0 Comments

Ahmed Mosa (my brother) a SQL Server & BI specialist produces a series of Arabic screencasts about different topics related to SQL Server. Find links below.

He’s also working on recording more screencasts so keep tuned through his RSS and his Youtube channel

Basic Introduction to Algorithms session at Alazhar University

by mosessaur| 29 September 2010| 2 Comments

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.

I enjoyed the time of the session. Both both an girls were amazing an interactive. I hope that I delivered this introduction about Algorithms properly to them.

More...

Getting Started with Entity Framework 4.0 Screencast Recorded session from Cairo Code Camp - Part 5

by mosessaur| 24 September 2010| 0 Comments

About Part 5

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.

More...

Using LinqPad to Query OData Services – Screencast

by mosessaur| 29 May 2010| 0 Comments

Last week I introduced a new screencast on another OData Developer tool. It was about how to use LinqPad to query OData service with C#, LINQ & WCF Data Services Client APIs.

The screencast shows how to use LinqPad to connect to and query OData Services using LINQ and WCF Data Services Client APIs. Showing how LinqPad can be useful as a developer tool to test queries against any OData Service.

I case you missed it, you can watch it on ODataPrimer website. You can also download an HD video (~48Mbs). The package contains 2 videos. One of them is the one hosted and it’s a 10 min video. And the other is ~14 min. I had to trim it to fit into youtube. The 14 min video contains additional stuff in case you are interested.

You can also subscribe to ODataPrimer channel on yourtube for future updates and videos.

Hope you’ll enjoy it.

Open Data Protocol Visualizer Extension for VS2010 – Screencast

by mosessaur| 03 May 2010| 3 Comments

Last week I introduced a screencast talking about OData Visualizer Extension for VS2010 on http://odataprimer.com community.

It’s a How-To video on how to download, install and start working with OData Visualizer Extension for Visual Studio.Net 2010. OData Visualizer is an extension for VS2010 made by Microsoft Data Modeling team

I case you missed it, you can watch it on ODataPrimer website. You can also download an HD video (~35Mbs).

You can also subscribe to ODataPrimer channel on yourtube for future updates and videos.

Hope you’ll enjoy it.

Hanselminutes: Women in Technology in the Muslim World with Aby & Lamees

by mosessaur| 04 March 2010| 0 Comments

Before I blog about my presentation and the great experience I had during Cairo CodeCamp days, I want to point to one cool Podcast show about “Women in Technology in the Muslim World” made by Scott Hanselman with Abeer and Lamees 2 Egyptian ladies who work for DashSoft

Abeer is senior system analyst who has over 6 years of experience on this field. Lamees is a software engineer and programmer who is transferring to system analyst role, and she is doing good job about that.

here is the description of this podecast taken from hanselminutes.com:

“Scott's in Egypt today and he had the opportunity to sit down with Lamees and Abeer, two successful women in IT. Lamees is a programmer transitioning to Systems Analysis, and Abeer is a veteran Senior Systems Analyst and Agile Project Manager at Dashsoft. Nearly 50% of the people at Cairo Code Camp are women. What is Egypt doing right to encourage so many women to choose technology as their career?”

Don’t miss this show to know more about women in technology in Muslim world and Egypt in specific. Click here to go to the podcast page.

Silverlight 3 is out with SDK and Tools with useful links

by mosessaur| 11 July 2009| 0 Comments

Silverlight 3 is out, Scott Guthrie that on his blog. As I was started to upgrade my client, I thought it would be useful to search for the SDK and Silverlight 3 VS.NET tools too. Thought to share the following quick links for Silverlight 3

Enterprise Library 4.1 Hands-on-Labs

by mosessaur| 02 April 2009| 1 Comments

Last month (March 2009)  . Earlier this year there were HOLs released for , now a full HOLs is released for the entire Enterprise Library.

Hands-on Labs walk you through the key usage scenarios of the application blocks in in various application contexts. You can practice the labs from start to finish or you can use the starter solutions provided to complete only the labs you want to, in the order you prefer.

New Article: Building On Demand Loading Master/Details using GridView, CollapsiblePanelExtender and ASP.NET Ajax PageMethods

by mosessaur| 06 August 2008| 16 Comments

Well, I'm done with this article that show in details how to build on demand loaded details from master data using GridView and CollapsiblePanelExtender control. Read the article.

Earlier this year Matt Berseth posted about Building a Grouping Grid with the ASP.NET 3.5 LinqDataSource and ListView Controls. Then I followed his post with 2 other posts discussing same idea but with different implementation:

Later I got few comments about how to implement that using AJAX, in order to display the details data on demand. At that time Dave was demonstrating the usage of jQuery AJAX on his post Using jQuery to consume ASP.NET JSON Web Services. So I came up with another demo to apply on demand loading of details data in my post GridView Grouping Master/Detail Drill Down using AJAX and jQuery.

Again I got few other comments on how to apply same approach, but using ASP.NET AJAX Control Toolkit CollapsiblePanelExtender control. So here I'm going to provide how to do that using CollapsiblePanelExtender and ASP.NET AJAX PageMethods call to apply on demand loading of details from the master data. You can read my article and view Demo here.

Comments can be left on this post as currently pages feature of BlogEngine.Net doesn't support comments.