Ohad's Blog

Lets talk about .net !

Mirror at:
weblogs.asp.net/israelio

News

         Ohad Israeli's Facebook profile

Grab this badge here!

Browse by Tags

All Tags » Visual Studio 2010 (RSS)
Ness Tziona Usergroup 1 Year Birthday Party
Last Wednesday we celebrated a year of community work with the Ness Tziona Usergroup ! The meeting which included a lecture by Pavel about What’s new in C# 4.0 & Visual Studio 2010 grouped together more than 100 attendees who enjoyed a great lecture, 2 cakes, lots of pizza slices, balloon and a handful of books that were given over the presentation. C-Ya on our next meeting. Ohad.    
Whats new in CSharp 4.0 and Visual Studio 2010
The Ness Tziona Usergroup is celebrating 1 year of work on Wednesday the 18th ! During the upcoming meeting we will have a session with Pavel about what is new in C# 4.0 ad Visual Studio 2010 – this session will be similar to the session that was delivered in Microsoft some time ago with some tweaks here and there, the session will also include a birthday party to group with lots of surprises. You are not required to bring a present in order to take a part in the birthday part :-) You are welcome...
What’s new in Visual C# 4.0 ? – Part 3 - Dynamic ExpendoObject
This is the third post of what’s new in Visual Studio C# 4.0. At the former posts we covered optional parameters , Named Parameters at this post we will cover C# Dynamics and ExpandoObject dynamic & ExpendoObject C# 1.0 introduced us to the managed world (based on Microsoft perception) C# 2.0 brought us Genetic types. C# 3.0 introduced us to new concept – LINQ C# 4.0 highlight is all about Dynamic Types Say for example that you have the need to create an object on the spot and use it in a local...
What's new in Visual C# 4.0 ? - Part 2 - Names Parameters
This is the second post of what’s new in Visual Studio C# 4.0. At the former post we reviewed the feature of optional parameters at this post we will concentrate on Named Parameters. Named Parameters Lets assume you are writing the following procedure : public static void SaySomething( string name, string msg) { Console .WriteLine( string .Format( "Hi {0} !\n{1}" , name,msg)); } When you want to call it from your code you are using something like: Code Snippet static void Main( string ...
What's new in Visual C# 4.0 ? - Part 1 - Optional parameters
This is the first blog from a series of blog post which I'm planning to do on whet’s new in Visual C# 4.0 Optional parameters Optional parameters is a new feature in C# 4.0 which will let you set a default value for an argument of a method. In case that the collie of the method will omit the argument the default value will take its place. So instead of writing the following code: class Program { static void Main( string [] args) { SaySomething(); SaySomething( "Ohad" ); Console .ReadLine...
Download Visual Studio 2010 Beta 2 (No need for MSDN)
As for today you can download Visual Studio 2010 Beta 2 even if you don’t have access to MSDN. Just follow the links below and download your favorite version. Visual Studio Visual Studio 2010 Ultimate (web bootstrapper) Visual Studio 2010 Ultimate (.ISO) Visual Studio 2010 Premium (web bootstrapper) Visual Studio 2010 Premium (.ISO) Visual Studio 2010 Professional (web bootstrapper) Visual Studio 2010 Professional (.ISO) Visual Studio 2010 Remote Debugger Visual Studio Extensibility Visual Studio...
Visual Studio 2010 Training Sources
Visual Studio 2010 & .NET Framework 4 Training Kit The October preview of the Visual Studio 2010 & .NET Framework 4 Training Kit which has content that had been tested with Beta 2 is ready for download. Download: Visual Studio 2010 and .NET Framework 4 Training Kit Training Course on Channel 9 Channel 9 launches an online learning center that will play host to developer focused training courses created by developers for developers.  The videos and labs, with links to extensive training...
Visual Studio 2010 Feature Overview
Microsoft just published collection of walkthroughs for Visual Studio 2010 Beta 2. The walkthroughs provide step-by-step instructions for common scenarios in the areas of: SharePoint Development Silverlight and WPF Data Binding Core Coding Experience Native Development Parallel Computing Visual Studio Extensibility Office Development Workflow Foundation Check it out over here
Visual Studio 2010 and .NET Framework 4.0 Training Kit
The Visual Studio 2010 and .NET Framework 4.0 Training Kit includes presentations, hands-on labs, and demos. This content is designed to help you learn how to utilize the Visual Studio 2010 features and a variety of framework technologies including: C# 4.0, Visual Basic 10, F#, Parallel Computing Platform, WCF, WF, WPF, ASP.NET AJAX 4.0, ASP.NET MVC Dynamic Data Download the kit from here You will also need to download the VPC of VS 2010 and .NET 4.0 from here And if you want to learn about Azure...
Visual Studio Extensibility Conference Sessions Online
The VSX Developer Conference sessions covering a wide range of Visual Studio extensibility topics available online at channel 9. VS Extensibility Architecture: Intro & Advanced Topics Douglas Hodges, Principal Architect, Microsoft Extending the Visual Studio (VS) Integrated Development Environment (IDE) using the VS Package Architecture. For integrating commercial products, supporting new languages and participating as a 1st class citizen within the IDE, Visual Studio’s service and windowing...
What is new in Visual Studio 2010
If you want to learn what is new in Visual Studio 2010 check out the Visual Studio 2010 product page Where you will find a link to download the Visual Studio 2010 and .NET 4.0 CTP the Visual Studio 2010 product datasheet and much more...