Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » .NET Framework   (RSS)

SP1 for Visual Studio 2008 and .NET Fx 3.5 released!

Visual Studio 2008 Express Editions with Service Pack 1 (Bootstrappers) http://go.microsoft.com/fwlink/?LinkId=123679 Visual Studio 2008 Express Editions with Service Pack 1 (iso) http://go.microsoft.com/fwlink/?LinkId=123680 Visual Studio 2008 Service

.NET 3.5 Enhancements Training Kit ready to download

The .NET 3.5 Enhancements Training Kit covers the technologies in the .NET 3.5 SP1 release and the out of band releases that are a part of the same wave, namely ASP.NET MVC and the ASP.NET Silverlight controls. Currently, the training kit contains six

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

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

Kostenloser Download: Microsoft Visual Basic 2005 - Das Entwicklerbuch

Auf dem Microsoft Developer Network steht derzeit das "Microsoft Visual Basic 2005 - Das Entwicklerbuch" zum kostenlosen Download bereit :-) Dieses umfassende Arbeitsbuch zur Programmierung mit Visual Basic 2005 von Klaus Löffelmann erläutert nicht nur
Posted by Walzenbach | 5 Comments
Filed under: ,

How to get started with WCF (Windows Communication Foundation)?

Michele did an outstanding series of WCF webcasts for MSDN . Each webcast is 1 hour in length, touching on the fundamentals and practical approaches for your WCF development efforts. 01 - Overview (Level 100) 02 - Contracts (Level 200) 03 - Contract Versioning
Posted by Walzenbach | 1 Comments
Filed under: ,

The tiny VB.NET quiz – byref or what the...?

Alright, here is the next quiz. Imagine the following code: Module Module1 Dim intVal As Integer = 10 Dim dblVal As Double = 20 Sub Main() ModifyValue(intVal) ModifyValue(dblVal) PrintValues() End Sub Private Sub PrintValues() Console.WriteLine( "{0}
Posted by Walzenbach | 2 Comments

Do you know your language? This time it's the tiny VB quiz ;-)

Dim x = -2147483648 Dim y = Integer .MinValue Well, the question is as easy as that - what Types are x and y and what's the reason? Cheers Daniel P.S. Needless to say that you shouldn’t use the VB.NET compiler but the one in your head ;-)
Posted by Walzenbach | 4 Comments

Objektorientierte Programmierung mit VB.NET

Da die Objektorientierte Entwicklung für viele Entwickler immer noch ein Buch mit sieben Siegeln ist spreche ich am Dienstag, den 4. Dezember 2007, 18:00 – 22:00 Uhr bei der .NET Usergroup Frankfurt über Objektorientierte Programmierung

Microsoft SQL Server 2008 CTP, November 2007 is out!

Well, Christmas must be early this year ;-) We released Visual Studio 2008 and the .NET Framework 3.5 yesterday and are announcing the SQL Server 2008 CTP, November 2007 (aka CTP5) today. Download and enjoy ;-) Daniel P.S. Yes, this is a reason to get
Posted by Walzenbach | 1 Comments

Visual Studio 2008 and .NET Framework 3.5 shipped!

YEAAAAHHH! Check out the details on Soma's and Brian Harry's blog :-) For those who simply can't wait that long, the entire family of Visual Studio products (from the Express Editions to the Professional version to Visual Studio Team Suite) and .NET Framework

.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

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: , ,
More Posts Next page »
 
Page view tracker