Visual Studio

Visual Studio 2010 Launch Event

On May 14 Microsoft Hellas is going to celebrate the release of Visual Studio 2010 in an event different from the other, in a party. So there won’t be long tiring tech sessions, just music, people, Pizzas, Beer and Visual Studio. So if you haven’t registered yet click now… I will be there answering question about life… ehmm I meant code  so come see me and have a beer with me. P.S. Inside sources report that there will be a draw for a present you won’t believe… can’t tell more, just be there!

C# 4.0 Parallel programming live meeting

Last Thursday I was given the opportunity to present my first live meeting. It was part 2 of a live meeting series organized by Microsoft to get people familiar with Visual Studio 2010 and .Net framework 4.0. I spoke about C# 4.0 and Parallel computing. Things I covered included C# 4.0 Language and compiler features Dynamic support, Named and optional parameters, Variance (CoVariants, ContraVariants), Office Programmability Visual C# IDE featues Call Hierarchy, NavigateTo, Reference Highlighting, Generate from usage, Intellisence suggestion mode, Live Semantic Errors ...

Data Connection Dialog Source Code released on Code Gallery!

The data connection builder dialog is a database tool component that’s included in Visual Studio and helps you build a connection string to a database. Last week though the standalone source code was published at http://code.msdn.microsoft.com/Connection/, so that anyone can use it to build a data connections independently of Visual Studio. According to the license, you can integrate and redistribute the source code with your application. With the data connection dialog, you can perform following tasks: Build/Modify connection strings. Customize the data connection dialog. ...

A first look at Visual Studio 2010

As you may already know visual studio is going to be built using WPF, so there is great anticipation on how it will look like. Unfortunately the shell wasn’t ready at this year TechEd Europe. Yesterday though Jason Zanders (General Manager, Visual Studio, Developer Division) announced the new UI of Visual Studio. So if you’re qurius (like me) take a peak at the A New Look for Visual Studio 2010 blog post, I think you’ll find it interesting.

Charting Controls

Most of the people I meet have this idea that they have to either buy or find an open source third party component, or (even worse) use flash, when it comes to drawing graphs for a web application or site. So I’m guessing that most people don’t know that the Data Visualization Group within the SQL Server Reporting Services Team has created stand-alone ASP.NET and Windows Forms Chart Controls for the .NET Framework 3.5 and Visual Studio 2008, similar to what has been already available as built-in chart functionality in SQL Server Reporting Services 2008. There are...

DotNetZone Silverlight event

Yesterday I had the chance to talk at a DotNetZone event about Building Rich Internet Applications using Silverlight 2.0. It went very well, people seemed to have an active interest on this new Technology and anxiously looking forward to build real word applications (like this healthcare one announced yesterday by Tim Sneath) with it. My session was quite long (2.5 hours - thankfully no one slept during it ;-)) so I had the chance to talk about almost all of Silverlight's features and give a lot of demos, after all events like that, where you speak to developers, is...

Silverlight Ajax Video Screencast

Quite a few people came to me on Microsoft's Launch 2008 event, asking me how someone can work with Silverlight to present video content. So in case you haven't already seen it, here is a Screencast, I've put together, showing off a few of Silverlight's features combined with Ajax. Currently it's only available on Greek, sorry for those of you not speaking Greek.

I am a Hero

Yesterday Microsoft Hellas officially presented Windows Server 2008, Visual Studio 2008 and SQL Server 2008 in its regional Launch 2008 event hosted at Athenaeum Intercontinental. Although I've been working and testing those products for quite some time now, it was nice listening to Eric Rudder (Senior Vice President Technical Strategy της Microsoft) on Microsoft's strategy for Microsoft Servers and .Net Framework. I also enjoyed Daniel Moth's speech on Smart Clients and Sync Framework, although I had already seen most of the things he talked about on his screencasts. I believe that Daniel is probably among the best speakers...

Web.Config auto close

I've been working with VS 2008 for quite a while now and since the beginning I found irritating the fact that web.config files close when you save them. I usually (or constantly ;-)) hit ctrl-s for every change I make without this necessarily meaning that I'm through changing the file. In VS 2008 this means that I have to re-open web.config every time I do that. What's more interesting is that no one else seems to complain about that. I searched the web to find a way to work around that but I simply can not...

.Net Framework 3.5 breaks ASP.NET 2.0 web sites!

I'm one of those that have already installed and use Visual Studio 2008 beta side by side with Visual Studio 2005 on a machine and without any serious problems so far I might add. As you may already know .NET Framework 3.5 gets installed together with the new studio, so my machine contains that too (which is cool by the way, linq, Expressions, lamdas etc are probably the next big leap on programming languages). Yesterday though, while trying to compile a .Net 2.0 web site I've stumbled across the following exception: The base class includes the field 'InformationTBody', but...