I LOVE C#
Eyal Vardi
-
Advanced Distributed Systems Design using SOA
-
My Code from the lecture .NET 3.0 & Linq Project
-
Sharing Master Pages in Visual Studio
After you have created a set of master pages, you might want to make them available to others, such as other developers creating Web applications in your company. In most cases, you probably do not want other developers to change the master pages. There are several ways you can make your master pages available for reuse.
-
Global Theme
A global theme is a theme that you can apply to all the Web sites on a server. Global themes allow you to define an overall look for your domain when you maintain multiple Web sites on the same server. Global themes are like page themes in that they include property settings, style sheet settings, and graphics. However, global themes are stored in a folder named \Themes that is global to the Web server. Any Web site on the server, and any page in any Web site, can reference a global theme
-
World Blog News
The best post for today:
-
Are You Ready to .NET Framework 3.0
-
Tech Ed 2006 webcasts now online
Microsoft has posted 130 pre-Tech Ed webcasts and 40 breakout sessions from the show itself.
https://www.msteched.com/content/webcasts.aspx -
BLinq
Blinq is a tool for generating ASP.NET websites for displaying, creating, and manipulating data based on database schema. ( Click )
-
The ADO.NET Entity Framework Overview
Eliminate the impedance mismatch between data models and between languages that application developers would otherwise have to deal with new features available in the upcoming version of ADO.NET (Click)
-
WPF Overviews in MSDN2
I start to learn WPF from MSDN and this overviews very help: