Sign in
MSDN Blog Schweiz
Aktuelle Microsoft-News, Anleitungen, Downloads, Tools und Veranstaltungen für Schweizer Entwickler.
Suche
Optionen
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Links
Links für Schweizer Entwickler
Kostenlose Entwickler-Downloads
Downloads für Abonnementen
MSDN Magazin
Channel 9 Video-Portal
Schweizer Community
MSDN Team Schweiz
TechNet für IT-Professionals
Aktuelle Downloads
Visual Studio 12 (90-Tage-Testversion)
Windows 8 Enterprise (90-Tage-Testversion)
WebMatrix 3
Explorer 10 Release Preview
Windows 8 Entwicklung
Entwicklungs-Ressourcen
Design-Ressourcen
Windows 8 Entwicklerblog
Windows 8 online Workshops
AppCentral Webcasts
Entwickler-Portale
Windows-Entwicklung
Web-Entwicklung
Cloud-Entwicklung
Windows Phone-Entwicklung
Blogs
Schweizer IT Professional und TechNet Blog
Microsoft Switzerland Student Blog
Holger Sirtl's Azure Blog
Blog Archiv
Archives
May 2013
(3)
April 2013
(6)
March 2013
(8)
February 2013
(8)
January 2013
(6)
December 2012
(6)
November 2012
(5)
October 2012
(11)
September 2012
(7)
August 2012
(7)
July 2012
(1)
June 2012
(7)
May 2012
(6)
April 2012
(9)
March 2012
(12)
February 2012
(8)
January 2012
(5)
December 2011
(6)
November 2011
(5)
October 2011
(9)
September 2011
(10)
August 2011
(12)
June 2011
(13)
May 2011
(14)
April 2011
(14)
March 2011
(16)
February 2011
(25)
January 2011
(13)
December 2010
(16)
November 2010
(20)
October 2010
(16)
September 2010
(13)
August 2010
(8)
July 2010
(14)
June 2010
(17)
May 2010
(14)
April 2010
(10)
March 2010
(15)
February 2010
(6)
January 2010
(6)
December 2009
(9)
November 2009
(15)
October 2009
(11)
September 2009
(7)
August 2009
(4)
July 2009
(7)
June 2009
(10)
May 2009
(13)
April 2009
(3)
March 2009
(11)
February 2009
(6)
January 2009
(8)
December 2008
(3)
November 2008
(12)
October 2008
(14)
September 2008
(12)
August 2008
(13)
July 2008
(2)
June 2008
(10)
May 2008
(8)
April 2008
(9)
March 2008
(15)
February 2008
(15)
January 2008
(18)
December 2007
(20)
November 2007
(6)
October 2007
(6)
September 2007
(6)
August 2007
(6)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
MSDN Blog Schweiz
Microsoft Surface Computer – Unboxing!
Posted
over 4 years ago
by
TechPreacher
The first Microsoft Surface computer has arrived in Switzerland! And as a team of committed gadget blog readers (officially in denial, of course), we decided to do a photo unboxing story. This is the box – rather crate – that awaited us in the post office: Lifting the box reveals the sealed unit, looking...
MSDN Blog Schweiz
Silverlight 2 Beta1 + WCF + LINQ to SQL = a powerfull combination
Posted
over 5 years ago
by
ronnies
In this 15 minutes video blog I will show to you how to use the combined power of Silverlight, WCF and LINQ to SQL to create a simple application. double click the player to play in fullscreen Attached you can find the final solution.
MSDN Blog Schweiz
IIS 7 : Support for non-HTTP Protocols
Posted
over 5 years ago
by
kcasada
Yesterday we hold here in Wallisellen an IIS7 Event where the main features (with plenty of demos) of this fresh new release were presented from a developer point of view. As in the last time I'm diving into Windows Communication Foundation, one of the demo I particularly liked (which I want now to...
MSDN Blog Schweiz
CRUD operations with Optimistic Locking using Silverlight 2 Beta1, WCF and LINQ to SQL (inserts, updates and deletes)
Posted
over 5 years ago
by
ronnies
Update 17.4.2008: I have found a bug on the LinqToSqlClientHelper.LinqHelper class. I have attached the new corrected project. In this 30 minutes video blog I will show you one approach on how to do insert, update and delete operations with optimistic locking in a 3 tier environment. As you may know...
MSDN Blog Schweiz
LINQ to SQL: returning multiple result sets
Posted
over 5 years ago
by
kcasada
As you probably know LINQ to SQL supports stored procedure (SP). You can drag&drop a SP in the LINQ to SQL Designer and the magic happens: a new method inside the DataContext class is generated and a new return type is defined by the designer to represent this result (the name of the type is composed...
MSDN Blog Schweiz
Composable LINQ to SQL query with dynamic OrderBy
Posted
over 5 years ago
by
ronnies
It is a pretty common need to be able to compose a query with multiple "where" parameters at runtime. There are are scenarios where you want to pass multiple unrelated parameters for your selection that user will chose only at runtime. Lets take an example. In our HOL for Silverlight http://blogs...
MSDN Blog Schweiz
Migrating from .NET 1.1 to 2.0, 3.0 and 3.5
Posted
over 5 years ago
by
kcasada
Yesterday I visited once again a customer that is currently migrating .NET Applications to the latest version. About 1 year ago I wrote a post on migrating application from .NET version 1.1 to 2.0 and 3.0. At the end of last year version 3.5 has also been released, so now a lot of customers don’t know...
MSDN Blog Schweiz
Using your own defined type in a LINQ query expression
Posted
over 5 years ago
by
kcasada
One of the great features of C# 3.0 are anonymous types. Anonymous Types enable developers to concisely define inline CLR types within code, without having to explicitly define a formal class declaration of the type. In C# the definition of an anonymous type makes use of another C# 3.0 new feature: the...
MSDN Blog Schweiz
ASP.NET MVC 3 Release Candidate 2 verfügbar
Posted
over 3 years ago
by
a-iaroth
Der zweite Release Candidate von ASP.NET MVC 3 , parallel installierbar zu ASP.NET MVC 2, sorgt nicht nur für Razor-IntelliSense im Zusammenspiel mit der Service Pack 1-Beta für Visual Studio 2010: Die zahlreichen Neuerungen und Änderungen gegenüber dem ersten Release Candidate sind in den Release Notes...
MSDN Blog Schweiz
Tutorial: Erstellen Sie Ihr eigenes Universitätsportal mit dem ASP.NET Entity Framework!
Posted
over 2 years ago
by
a-iaroth
Starkes und ausführliches Tutorial in 8 Kursabschnitten zum Einstieg in die Webanwendungsentwicklung mit dem Entity Framework wurde vom ASP.NET-Team jetzt veröffentlicht. Die schrittweise erstellbare oder vorab schon fertig herunterladbare Beispielanwendung bietet im Resultat verschiedene Verwaltungsaufgaben...
MSDN Blog Schweiz
AJAX in Windows SharePoint Services 3.0 (und MOSS 2007)
Posted
over 5 years ago
by
Olaf
Vor wenigen Wochen ist das SP1 für SharePoint erschienen ( weitere Infos ). Es enthält mehrere Dutzend Hotfixes, ein neues Blob Storage API (um Blobs im Filesystem und nicht in der DB zu speichern) und Support für ASP.NET AJAX. Es ist jetzt also möglich, die seit vor einem Jahr veröffentlichten AJAX...
MSDN Blog Schweiz
Welcome to SurfaceTwitter, a multi-touch Twitter client for the Microsoft Surface!
Posted
over 4 years ago
by
TechPreacher
[Update: Version 1.1 released] Welcome to SurfaceTwitter, a multi-touch Twitter client for the Microsoft Surface! I wrote SurfaceTwitter to demonstrate the capabilities of the WPF based project type from the Microsoft Surface SDK 1.0 Service Pack 1 . It is tested to run on Microsoft Surface Service Pack...
MSDN Blog Schweiz
Mit WebMatrix in die Welt der Web-Entwicklung einsteigen!
Posted
over 2 years ago
by
a-iaroth
Ab sofort ist ist WebMatrix freigegeben, zusammen mit WebPI v3.0 (Web Platform Installer). WebMatrix ist ein brandneues kostenloses Web-Entwicklungstool von Microsoft, das alles für die Website-Entwicklung enthält. Mit zahlreichen benutzerfreundlichen Werkzeugen können Sie mit WebMatrix Webseiten aufsetzen...
MSDN Blog Schweiz
Scrolling through large resultsets with Silverlight 2 Beta1 and LINQ to SQL
Posted
over 5 years ago
by
ronnies
In this 15 minutes video blog I will show you how you can scroll through large resultsets using the SL DataGrid and LINQ to SQL. I will show: - paging server side using .Skip and .Take methods in LINQ to SQL - templating the DataGrid for adding the paging vertical scrollbar You should watch first...
MSDN Blog Schweiz
Hands-on Lab: Silverlight 4 Line of Business Application using WCF RIA Services
Posted
over 3 years ago
by
TechPreacher
[ July 2010: The lab has been updated in order to reflect RTM changes --> http://blogs.msdn.com/b/swiss_dpe_team/archive/2010/08/03/hands-on-lab-silverlight-4-line-of-business-application-using-wcf-ria-services-now-updated-to-reflect-rtm-changes.aspx ] After building this lab from the ground and...
MSDN Blog Schweiz
Whitepaper: ASP.NET Webseiten für Mobilgeräte optimieren
Posted
over 2 years ago
by
a-iaroth
Mobile Endgeräte, wie z.B. Smartphones oder Tablets, geniessen vermehrt die Gunst der Websurfer. Wer Webseiten entwickelt, muss sich bewusst sein, dass der Kunde nicht mehr nur von seinem Laptop aus die Webseite betrachtet, sondern eine ganze Palette von Geräten benutzen kann. Obwohl viele mobile Browser...
MSDN Blog Schweiz
Consuming an Entity Data Model using the EntityDataSource control (tutorial)
Posted
over 4 years ago
by
kcasada
With this tutorial I want to show you how you can use the EntityDataSource control in order to build an ASP.NET Web Page which is consuming an Entity Data Model (created with Entity Framework); you will see what are the typical problems you may find when working with this control. EntityDataSource...
MSDN Blog Schweiz
Cool RIA Silverlight demo applications
Posted
over 5 years ago
by
ronnies
Lately I’m doing quite a lot of presentations of Silverlight for line of business apps, either for Internet and Intranet. I’m usually starting my presentations with some examples from around the web of cool LOB apps. So I thought it would be nice to share my selection, all based on Silverlight Beta 2...
MSDN Blog Schweiz
Error Logging in Silverlight 2 with IIS and the Isolated Storage
Posted
over 5 years ago
by
ronnies
Unfortunately software is not perfect, especially if is written by me:-), so it is very important to be able to capture errors in order to diagnose and fix bugs. Silverlight applications run on the client so it is a bit harder to log errors compared to a classical ASP.NET solution. In this blog post...
MSDN Blog Schweiz
Hands-on Lab: Silverlight 4 Line of Business Application using WCF RIA Services Now updated to reflect RTM changes
Posted
over 3 years ago
by
kcasada
I have updated the Hands-On Lab “Silverlight 4 Line of Business Application using WCF RIA Services ” to work with the RTM version of VS2010 and SL 4 and WCF RIA Services 1.0. In this 99 page hands-on lab you will learn how to use Visual Studio 2010 and Microsoft Silverlight 4 to create...
MSDN Blog Schweiz
What's new on the DataGrid control in Silverlight 3 Beta
Posted
over 4 years ago
by
ronnies
Silverlight 3 Beta is now public and with many new and exciting feature. As you may know I'm a big fan of the DataGrid control in Silverlight. It is already very powerful and is improving every day. So I have asked Yifung Lin, one of the developer of the DataGrid control, to provide a quick overview...
MSDN Blog Schweiz
CRUD using Silverlight 2 Beta1, WCF and LINQ to SQL Part2
Posted
over 5 years ago
by
ronnies
In this 15 minutes video blog I will explain the magic (or not so magic J ) that I’m doing in the LinqHelper client and server classes for enabling client side change tracking with LINQ to SQL. If you didn’t watch the first part I encourage you to watch it first : http://blogs.msdn.com/swiss_dpe_team...
Page 1 of 32 (686 items)
1
2
3
4
5
»
MSDN Blogs
>
MSDN Blog Schweiz