Browse by Tags
All Tags »
.NET General (
RSS)
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 limitation limits you to load assemblies from underneath the root dir of your application in order to guard your app from dll hell. In order to overcome this limitation you can use the old plain Unix trick… create a symbolic link to the file… there...
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 resolution and low plus the mp4 version. Note that the PPTs+High Quality Videos download size is 81gb ! Enjoy ! TechEd 2010 Presentations TechEd 2010 Videos TechEd 2010 High Quality Videos TechEd 2010 Videos in MP4 format
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 Hebrew
As part of being a part of Microsoft WCF/WF advisory board we tend to answer survey here and there about future directions… few hours ago I've been asked the following questions… I've answered my own answers but i thought that it would be nice also to give your own personal answers to the team. Have you used WCF/WF in your applications ? some of you probably did… 1. If you used WCF in your application Which WCF features you found the most useful/valuable while implementing your application...
I’ve just noticed that someone was quick and wrapped all of the videos and PowerPoint slides from the Microsoft Developer Academy 4 to a DVD iso file and it is available on Rapidshare. So if you want to view the sessions offline hurry up grab it and burn your own Dev Academy 4 DVD. http://rapidshare.com/files/367471584/MSDevAcd4.part01.rar http://rapidshare.com/files/367486904/MSDevAcd4.part02.rar http://rapidshare.com/files/367487268/MSDevAcd4.part03.rar http://rapidshare.com/files/367487426/MSDevAcd4...
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 interesting sessions over the meeting with lots of cool tools… some common ones and some are products of newly startup companies. By the middle of the meeting we had lots of pizzas in complementary from our host Delver or by its new name Sears...
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 reply to the entire list at the same time in response instigating message. Other members soon respond, usually adding vitriol to the discussion, asking to be removed from the list, or pleading for the cessation of messages. If enough members reply...
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 :-)
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...
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...
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 decks, demos and labs covering the following topics: Whats New In the .NET Framework 4 Whats New In Visual Studio 2010 Video: Downloading And Installing Visual Studio 2010 Beta 2 Demo: Hello Visual Studio 2010 Common Language Runtime Demo: System...
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 ...
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...
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...
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
More Posts
Next page »