Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » .NET Framework

General availability of Visual Studio 2010 and .NET Framework 4 Beta 2

As mentioned in my last post today’s the day that Visual Studio 2010 and .NET Framework 4 Beta 2 are generally available to the public. We’ve updated the Visual Studio 2010 and .NET Framework 4 Beta 2 landing page which now includes links to the various

Visual Studio 2010 and .NET Framework 4 Beta 2 are available and complemented by a complete msdn redesign

This morning we released Visual Studio 2010 Beta 2 together with .NET Framework 4 Beta 2. These releases were accompanied by a major redesign of both the msdn Library as well as the msdn Developer Centers . Visual Studio Beta 2 will be released in English,

How do I access the clipboard to copy and paste text, images or generic objects?

Abstract This short sample details how to access the clipboard to copy and paste text, images or generic objects. In order to do so this sample uses the Clipboard Class. How Do I Video The corresponding How-Do-I video can be found here . Source Code Visual

30 free Cheat Sheets (Browser compat, SEO, PHP, CSS, JS, SL, …)

Found a great list of 30 cheat sheets/Reference guides on webdesigner depot (Thanks to Günter Hagedorn for this tip!). 25-Point Website Usability Checklist Browser Compatibility Table Web Standards Checklist Search Engine Optimization Cheat Sheet Tweet

When using LINQ to XML why don’t I get results if I don’t import a XML namespace?

Hi, I posted a bit of code the other day which I used to get a list of all Code Snippets we ship in Visual Studio . In a nutshell, I used XElement.Load to create a new XML document from a filename from which I then read elements from (There are way to

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