mghaoui

Stories submitted by mghaoui

The Future of .NET Languages(developerfusion.com)

submitted by mghaouimghaoui(340) 3 years, 4 months ago

Wondered why Microsoft always seems to release different language features for each language? Discover how .NET 4.0 will reduce the disparity between C# and VB.NET with some great new features for both languages, plus a new dynamic language runtime and new functional and parallel programming languages. read more...

add a comment |category: |Views: 565

tags: another

Java 1.5 for the .NET Platform(infoq.com)

submitted by mghaouimghaoui(340) 3 years, 5 months ago

Ja.NET is a port of Java 1.5 SE to the .NET platform. The compiler is based on the Eclipse JDT, which has been modified to generate IL as well as Java Byte Code. read more...

add a comment |category: |Views: 14

tags: another

IronPython 2.0 Has Been Released(infoq.com)

submitted by mghaouimghaoui(340) 3 years, 5 months ago

Microsoft has released IronPython 2.0 on CodePlex, the .NET implementation of the Python language. The most important improvement is running on top of the Dynamic Language Runtime (DLR). read more...

7 comments |category: |Views: 219

tags: another

ASP.NET Version 3.5's Web.config File(scottonwriting.net)

submitted by mghaouimghaoui(340) 4 years, 5 months ago

If you have had a chance to try out Visual Studio 2008, you likely have seen the rather bulky Web.config file Visual Studio generates when creating a new ASP.NET website or when converting an ASP.NET 2.0 website to 3.5. In one of Scott Guthrie's blog entries a commenter named Mike asked Scott for a rundown of the markup in the default Web.config file generated for version 3.5 ASP.NET applications. I went ahead and created such an article: Dissecting ASP.NET Version 3.5's Web.config File. Enjoy! read more...

2 comments |category: |Views: 354

tags: another

First look at Orcas(weblogs.asp.net)

submitted by mghaouimghaoui(340) 5 years, 3 months ago

ScottGu gives us a first look at Orcas. It looks pretty good. Multi-targeting of projects. Rich HTML/CSS WYSIWYG Designer. ASP.NET AJAX and JavaScript. Significantly Improved Data Support. I'm quite excited about the LINQ support. read more...

add a comment |category: |Views: 3

tags: another