vivekamar

Stories submitted by friends of vivekamar

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

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

URL Rewrite – Multiple domains under one site. Part II(weblogs.asp.net)

submitted by wisemxwisemx(8074) 2 years ago

I believe I have it … I’ve been meaning to put together the ultimate outgoing rule for hosting multiple domains under one site. I finally sat down this week and setup a few test cases, and created one rule to rule them all. read more...

add a comment |category: |Views: 315

tags: another

Office Live add-in 1.5 cannot be installed(weblogs.asp.net)

submitted by wisemxwisemx(8074) 2 years ago

Having trouble with a recent Windows Update that failed to install the Office Live add-in 1.5? This has been driving me nuts on a Windows 7 Ultimate 64-bit system for three days. Windows Update would fail, click the “Try again” button and…fail read more...

add a comment |category: |Views: 26

tags: another

SQL Server Management Studio to SQL Azure(blogs.msdn.com)

submitted by wisemxwisemx(8074) 2 years ago

Starting with SQL Server 2008 R2, SQL Server Management Studio can connect directly to SQL Azure. read more...

add a comment |category: |Views: 6

tags: another

ScottGu on jQuery Templates and Data Linking(weblogs.asp.net)

submitted by wisemxwisemx(8074) 2 years ago

The jQuery library has a passionate community of developers, and it is now the most widely used JavaScript library on the web today. Two years ago I announced that Microsoft would begin offering product support for jQuery, and that we’d be including it in new versions of Visual Studio going forward. By default, when you create new ASP.NET Web Forms and ASP.NET MVC projects with VS 2010 you’ll find jQuery automatically added to your project. read more...

add a comment |category: |Views: 150

tags: another

Silverlight 4: How to integrate Microsoft Translator Service(blogs.msdn.com)

submitted by wisemxwisemx(8074) 2 years ago

A few weeks ago, I found the Microsoft Translator Interactive SDK, and I recognized that it is very easy to use in .NET applications, like Silverlight and Windows Phone. So I started a sample application. After a while I got the idea to build a “UserControl” out of this feature. Why? Because it is “pickable” in the UI for a developer or Designer. The control itself is not visible at runtime, it only appears at designtime, as an ugly looking red box with its name on it. read more...

add a comment |category: |Views: 17

tags: another

Free at Last! The End of the Sueetie Shared Master Page Model(dbvt.com)

submitted by wisemxwisemx(8074) 2 years ago

I'm putting a lot of effort in Gummy Bear 1.3 to make the creation of Community Themes and Theme Packs much, much easier. Something’s wrong when you can setup an Online Community as rich in features as Sueetie in 15 minutes, but then must invest a week theming the thing. With Gummy Bear 1.3, the plan is to quickly setup an online community like always, but then be able to chose from a ton of Theme Packs to be up and running in production quickly. read more...

add a comment |category: |Views: 3

tags: another

Design View Performance Improvements(blogs.msdn.com)

submitted by wisemxwisemx(8074) 2 years ago

In general, the designer is quite fast. This is especially true when editing pure HTML documents, which is what it was originally designed to do well. However, the designer edits more than HTML. It also has the rather sophisticated ability to edit ASP.Net pages containing various interesting web controls and master pages. read more...

add a comment |category: |Views: 4

tags: another