Mital Kakaiya [MCSD.NET]
In Programming, Logic is everything.

ReSharper 3.0 Released...

Wow, I have received an email from JetBrain that ReSharper 3.0 has been released. It fully supports C# and VB.NET now and more, we all are waiting for...

Go and grab it.. Download

We're pleased to announce the release of ReSharper 3.0.

This release is spearheaded by a major expansion into new languages, with full-featured support for Visual Basic .NET, XML and XAML, backed by comprehensive cross-language functionality.  It also brings a host of new productivity-enhancing features such as a more in-depth code analysis for C#, a superior unit testing solution, efficient handling of to-do lists, plus new navigation and search commands.

**** Unrivalled Code Analysis for C# ****

ReSharper's code analysis is taking a major step forward.  In addition to detecting new warnings and errors on-the-fly, ReSharper offers code suggestions.  This feature gives insight into your code by offering intelligent analysis of code, including actual and potential errors as well as questionable code design - all while you type.

**** Multiple Productivity Enhancers ****

Productivity is at the heart of all our development.  That's why version 3.0 includes multiple productivity enhancers across all our covered languages.  The new features include "Go to Symbol" navigation, Unit Test Explorer (a totally reworked Unit Test Runner), a smart To-do list for keeping track of all your to-do notes solution-wide (even in closed files), and more.

**** Full-Featured Visual Basic .NET Support ****

With version 3.0, you'll get full coverage of VB.NET, with multiple features complementing and extending those provided by Microsoft Visual Studio.  Enjoy a truly enhanced Visual Studio experience thanks to quick navigation and search, all the major automated code refactorings, full-fledged code assistance, code completion & generation, code templates, context actions, and more.

**** Cross-Language Functionality Between C# and VB ****

ReSharper ensures interoperability in working with mixed C# and Visual Basic projects: usage search, refactorings, quick-fixes and context actions take into account all code written in either language.

**** XML and XAML support ****

The wait is over.  ReSharper 3.0 now offers XML and XAML support.

XML features include type completion, various ways to navigate between tags, navigation to referenced types, basic code assistance, and live templates support.

XAML features include XML editing in XAML code, all three types of ReSharper's code completion, several refactorings, and on-the-fly error, syntax and semantic analysis.

New Hotmail "Kahuna"

Here's the first look at the next-generation of Hotmail, code-named "Kahuna."
http://channel9.msdn.com/Showpost.aspx?postid=118322

Cool :)

ILIDE# Tool

Last week, I have posted Hello World example using Microsoft Intermediate Language (MSIL). The Microsoft Intermediate Language: Not Just for TurboGeeks explains how to compile IL code using notepad and Microsoft IL Assembler (ilasm.exe). Recently, ILIDE# has been released version 3, a complete development environment, helps to compile IL code into assembly. Also, it has assembly explorer, intelliSense, debugging, search and replace etc.

 

Also, Assembly Explorer helps to understand inside of .NET classes (similar to Reflector):

 

 

I would recommand to obfuscator assembly before production release, as it's really easy to decompile an assembly, update MSIL code functionality and recompile again.

Download: ILIDE#

Updates: ILIDE# website doesn't work anymore. If anyone needs a software, add comment with your email address.

Updates 2: You can download ILIDE# tool from: ILIDE_v3.zip

 

Do you work overtime?