Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » C#   (RSS)

Neue MSDN Solve CodeClips online

Hi, endlich, endlich, nach einer gefühlten Ewigkeit, tut sich wieder etwas auf MSDN Solve (und auf diesem Blog aber mehr dazu in einem nächsten Blogeintrag) :-) Auf meiner Platte liegen ca. 150 neue CodeClips von denen bis Anfang nächsten Jahres täglich
Posted by Walzenbach | 1 Comments

Downloadable Virtual Earth Code Samples

Marc Schweigert just updated his Virtual Earth (VE) map control demos. Marc basically redid all the samples from the Virtual Earth Interactive SDK in a Visual Studio solution.   You can find all the information on his blog at http://blogs.msdn.com/devkeydet/archive/2008/05/01/updated-virtual-earth-map-control-demo-code.aspx

How to get the Base Directory of an application?

Well, to be honest that’s actually quite easy, nevertheless I keep forgetting it all the time (pretty much like Error 15023: User already exists in current database ). Seems like I enter an age where my short term memory is already gone but the long term

Did you miss MIX08? Watch the keynotes live!

Alright! Fair enough! This is too late for the first keynote from Ray Ozzie, Scott Guthrie, Dean Hachamovitch. Fortunately though you can watch this keynote online :-) So, here are the keynote links: Wednesday, March 5 •    9:30 am

Various Cheat Sheets (.NET, SQL Server, ASP.NET Ajax, CSS, JavaScript, RegEx, ...) - Free Download

Following is a list of cheat sheets I found over time... Feel free to post additional links if you have other cheat sheets. .NET Framework .NET Framework 2 0 Poster .NET Framework 3.5 Common Namespaces and Types Poster .NET Format String Quick Reference

Free Visual Studio 2008 and .NET Framework 3.5 Training Kit

The Visual Studio 2008 and .NET Framework 3.5 Training Kit includes presentations, hands-on labs, and demos. This content is designed to help you learn how to utilize the Visual Studio 2008 features and a variety of framework technologies including: LINQ,

How to develop Microsoft Virtual Earth applications in managed code like C# instead of JavaScript

Volta , a Live Labs technology preview launched last week, includes bindings for Virtual Earth. The VoltaVirtualEarth library allows developers using Volta to build Virtual Earth applications for the browser, in managed code. This translates into static

.NET Framework 3.5 commonly used types and namespaces poster free for download

Paul Andrew announced the availability of the .NET Framework 3.5 update to the Commonly Used Types and Namespaces poster . Get it while it's still hot and be sure to have a printout stuck behind you on your wall. The link also contains a XPS format file
Posted by Walzenbach | 1 Comments
Filed under: , ,

Man lernt NIE aus… oder wie klone ich eine Objektstruktur?

So… gestern war's soweit. Ich war das erste Mal in meinem Leben auf einem Fußballspiel, genauer bei dem Spiel TSV 1860 vs. Borussia M'gladbach in der Allianz Arena. Nachdem mich ein Freund darauf hingewiesen hatte mich warm anzuziehen (es hat ein wenig

Wie zeige ich in der Codeansicht von Visual Studio Zeilennummern an?

Tools > Options Selbstverständlich kann diese Einstellung – über die entsprechenden Einträge in der Auswahlliste – auch individuell für verschiedene Programmiersprachen gesetzt werden. Schöne Grüße Daniel
Posted by Walzenbach | 2 Comments
Filed under: , , ,

Do you know your language? Solving the tiny C# quiz :-)

Impressive! Based on this feedback I should do more quizzes ;-) What do you think? (( float object )1.2F) is not *really* a float, but a float box. You're allowed to cast from float to double, but not from a boxed float to double. You can unbox to float
Posted by Walzenbach | 5 Comments
Filed under: , ,

Do you know your language? The tiny C# quiz :-)

Why does double d = ( double )(( object )1.2F); result in a System.InvalidCastException ? Polls are open ;-) Daniel
Posted by Walzenbach | 10 Comments
Filed under: , ,

Eine Einführung in Lambda-Ausdrücke

In der Septemberausgabe des MSDN Magazins findet sich eine ausgezeichnete Einführung zum Thema Lambda-Ausdrücke: Basic Instincts - Lambda-Ausdrücke (englischer Orginaltext) Basic Instincts - Lambda Expressions (deutsche Übersetzung) Sehr empfehlenswert
Posted by Walzenbach | 1 Comments
Filed under: , , ,

Warum ist in "Dim x = 1" x ein System.Int32?

Eines der neuen Features von VB9 und C# 3.0 sind " Implicitly Typed Local Variables ". Bei diesem Feature leitet sich der Typ einer Variablen bei der Deklaration aus dem zugewiesenen Ausdruck ab. Verdeutlichen soll dies ein kleines Beispiel: In diesem

101 LINQ Codebeispiele in VB.NET und C#

Auf http://msdn2.microsoft.com/en-us/vbasic/bb330936.aspx finden sich 101 Codebeispiele für LINQ in VB.NET und C#. Verfügbar sind die Beispiele für die March CTP (in C#) als auch für die Beta 1 von Orcas (in VB.NET und C#). Aufgeteilt sind die Beispiele
Posted by Walzenbach | 0 Comments
Filed under: , ,
More Posts Next page »
 
Page view tracker