Free $5 for start real Forex trading

By signing up you will get $10.000 virtual money for practice and $5 for start real trading. It means you can be forex trader with NO INVESMENT at all http://bit.ly/marketivasignup

Novell Moonlight 2.0 previews Silverlight on Linux

. Friday, May 8, 2009
0 comments

Original

From the 'Linux has it all' files:
It wasn't all that long ago that Moonlight 1.0 was released providing Linux users with a way to run Microsoft Silverlight media on their screens. Now Novell is out with the Moonlight 2.0 preview, including expanded functionality and compatibility with Microsoft's media framework.
While Moonlight 1.0 includes some Silverlight 2.0 functionality, Moonlight 2.0 is even more closely aligned with what Microsoft is currently providing and has a few new items too.

"The biggest single point I think is this - we're finally comfortable releasing a browser plugin containing the Mono VM," Chris Toshok's Moonlight team lead blogged. "This is pretty huge, and the runtime guys deserve a lot of credit for making it possible. This means we've invested enough time and effort into fleshing out the infrastructure (CoreCLR, as well as our metadata and IL verifier), and getting it to a point where we're not totally embarrassed to share our work."
Having the VM inside of the browser plugin is a key step, but at this point it's also not secure (yet). Toshok noted that,".. a full security audit has not happened, and that by visiting Silverlight sites you are downloading code that will execute on your system."  However, on Linux of course, most users don't run as root (SUDO doesn't auto-execute either) so the damage would be limited to the access of the user.

One of the things that I'm always been keen on asking Novell about in reference to their Microsoft related efforts is how close they are tracking the current leading edge of Microsoft's development. Since Silverlight itself is not being developed in the open, Novell is essentially following Microsoft's development lead in making Moonlight compatable. It's a fact that Novell is aware of and they are trying to keep the gap as minimal as they can.

"Since we started working on Moonlight 2.0, Microsoft has released a beta of Silverlight 3.0,"Toshok explained. "The differences between 2.0 and 3.0 are much, much smaller than the differences between 1.0 and 2.0, and we've been keeping the 3.0 in mind when completing work on various 2.0 features."
Yes there is still a debate about the media codecs themselves which are still proprietary, even though Microsoft is making them freely available via Novell. Questions about Free Software purity aside, Moonlight is about enabling Linux users with the ability to view the same content as Windows users. With Moonlight in play, Microsoft can rightfully claim that Silverlight isn't just for Windows.

JetBrains updates Visual Studio productivity tool

.
0 comments

Original Post

JetBrains, a maker of developer productivity tools, has updated its ReSharper productivity tool for Visual Studio with solution-wide code analysis and expanded language support.
Version 4.5 of ReSharper, released today, now detects unused non-private members of a base type through specialized code inspections, according to the company. ReSharper also includes support for the VB9 language.
The company says that ReSharper has been optimized for better memory usage and load time.
Other new features include native usage of MSTest and extended naming style configuration options. Some changes specific to the editor are:
•    Go to Implementation: Jump from usage of a base type or member straight to any of its end implementations.
•    Refactorings: Added “Inline Field” and refactored many other refactorings for greater performance.
•    Wider Cross-Language Capabilities: More efficient quick-fixes and context actions in many cross-language scenarios, as well as increased coverage for ASP.NET and XAML.
•    Smoother Language and Framework Support: Improved compatibility with Compact Framework, F#, Silverlight 2, and other languages and tools.

Relevant Tags: Visual Studio,.net,Add ins,Resharper

Free C# eBook from Programmer's Heaven

.
0 comments

Original Post

The Programmer's Heaven C# School book covers the .NET framework and the C# language. Starting with the basics of the language, it goes on to cover object oriented programming techniques and a wide range of C# languages features including interfaces, exceptions and delegates. Later chapters cover practical topics including database access with ADO.NET, building Windows forms applications, multi-threading and asynchronous I/O. The final chapter covers new features in C# 2.0, including generics.

Download C# ebook (.pdf 3.6Mb)
Download C# ebook (Mirror 1) (.pdf 3.6Mb)

Relevant Tags : Free,Free Ebook,Free C# Ebook,Dot Net, C#,Free Download,Download,Programming, C# Programming

MonoDevelop on Mac OS X

. Thursday, May 7, 2009
0 comments

Mono's chief developer Miguel Icaza has announced in a blog posting that a preview build of MonoDevelop that integrates with Mac OSX is now available. The preview release requires the latest version of Mono (Mono 2.4), the open source alternative to Microsoft's .Net framework, is installed. Michael Hutchinson, lead developer on the Mac OS X MonoDevelop notes that it will be possible to port ASP.NET MVC applications to the platform.

MonoDevelop is primarily an open source IDE for C# and Mono, the open source alternative to Microsoft's .NET framework. It has similar goals to the SharpDevelop project on which it was based. The current stable version of MonoDevelop is version 2.0 which was released in March alongside Mono 2.4.

Original

A Developer’s Guide to Preparing for Windows 7

.
0 comments

As everyone must know by now, the Windows 7 Release Candidate is broadly released and available for download from the Windows site. The RC build is essentially our dress rehearsal: we’ve hit feature complete, stabilized the release, followed the active bug glide path down to zero, and the build is essentially at a point where we’re looking for any last remaining “showstopper” bugs that might be lurking. To switch metaphors, it’s our last chance to verify that all systems are go before we hit the big red ‘launch’ button and start manufacturing tens of millions of copies of the software for broad distribution.

What does this mean for you, my esteemed developer readership? Now is the time when you really want to be putting the product through its paces: checking your own applications for any compatibility issues that might generate support calls, taking advantage of our test harnesses to ensure that your applications run well on Windows 7, and starting to take advantage of the new APIs in Windows 7 that can make your application feel like a native citizen of this new operating environment and enable new features that your customers will appreciate.

Read the rest

Relevant Tags:.net,developer,Windows 7,Download,Release Candidate,Dot Net

.NET Language-Integrated Query

.
0 comments

After two decades, the industry has reached a stable point in the evolution of object-oriented (OO) programming technologies. Programmers now take for granted features like classes, objects, and methods. In looking at the current and next generation of technologies, it has become apparent that the next big challenge in programming technology is to reduce the complexity of accessing and integrating information that is not natively defined using OO technology. The two most common sources of non-OO information are relational databases and XML.

Rather than add relational or XML-specific features to our programming languages and runtime, with the LINQ project we have taken a more general approach and are adding general-purpose query facilities to the .NET Framework that apply to all sources of information, not just relational or XML data. This facility is called .NET Language-Integrated Query (LINQ).

Read the rest