Ohad's Blog

Lets talk about .net !

Mirror at:
blogs.microsoft.co.il

News

         Ohad Israeli's Facebook profile

Grab this badge here!

C# Code Snippts

Favorite Blogs

Israeli .Net Bloggers

Browse by Tags

All Tags » .NET General (RSS)
How to overcome the CLR fusion limitation
There are cases where you would be interested to load an assembly from a different directory then the root dir of your .net application. When you’ll try to do so you will face with the limitation of the fusion process (assembly loading process) – this...
TechEd 2010 North America – Videos & PPTs
Microsoft released all the TechED 2010 North America – New Orleans (June 7-11th) Videos & PPTs ! Of course you need to go video by video in order to download them… So to save you the time… I’ve prepared a list of direct links to the videos, ppts high...
ALT.NET Israel Spring 2010 - Scalability
On the last Friday I've joined the ALT.NET Israel Spring 2010 meeting where i had a chance to record some of the sessions while joining other session… So here is the first out of few of my recordings… the Scalability discussion. Note: the video is in...
ATL.NET Tools – The Videos
About a week ago I've participated in the first meeting of ALT.NET Tools session in Israel, the session was pure fun, we grouped together a bunch of geeks in one conference room to speak about tooling that can make developer’s live easier. We had several...
E-Mail Storm flooding Hewlett-Packard
What is an E-mail storm ? From Wikipedia : An e-mail storm is a sudden spike of Reply All messages on an email distribution list, usually caused by a controversial or misdirected message. Such storms start when multiple members of the distribution list...
Explanation of Raid levels
While reordering some of my old hard drives I found this Image which I do not recall did where I get it from… I t is funny little one explaining the basics about Raid levels. Enjoy :-)
Free training on Visual Studio 2010 and C# 4.0
Did you know that you can train yourself for what’s new in Visual Studio 2010 and C# 4.0 (also VB) ? The Microsoft Visual Studio 2010 and .NET Framework 4 Training Kit - October Preview is available for more than a week now and it includes lots of slide...
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...
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...
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...
More Posts Next page »