Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
3answers
230 views

The good, the bad, and the ugly of lexical $_ in Perl 5.10+

Starting in Perl 5.10, it is now possible to lexically scope the context variable $_, either explicitly as my $_; or in a given / when construct. Has anyone found good uses of the lexical $_? Does ...
14
votes
6answers
309 views

Where are some good resources for learning the new features of Perl 5.10?

I didn't realize until recently that Perl 5.10 had significant new features and I was wondering if anyone could give me some good resources for learning about those. I searched for them on Google and ...
10
votes
2answers
285 views

Can anyone describe in a nutshell differences between 3 closures proposals and their current state in Java?

I'm reading about closures which are going to appear in Java 7. And I'm a bit confused because from one hand there are lots of nice articles which describe new java closures. But from the other ...
9
votes
1answer
438 views

OpenGL 3.1-4.1 new and deprecated features

I've been working with OpenGL for about a year now, and have learned a lot of stuff. Unfortunatly the way I learned it was the old pre 3.x way, meaning immediate mode, default shaders, matrix stacks, ...
7
votes
12answers
621 views

Why should I upgrade to c# 4.0?

I know there are some nice new features in C# 4.0 but I can't, for the life of me, think of a compelling reason for either upgrading existing projects or for switching to new projects. I've seen some ...
7
votes
10answers
3k views

What new features in java 7 do you find most useful?

From this thread New features in java 7 I found the new features in java from Alex Miller list Which ones do you find most useful and why? Which ones will be counterproducent? NOTE this list is not ...
6
votes
1answer
2k views

Missing a reference to AsyncCtpLibrary.dll

I have installed API for using new feature of C# 5 but some strange things happens. i am able to use async keyword but VS 2010 tell me that "Can not find Task-Related types.Are u missing to a ...
4
votes
3answers
191 views

Can I make sure Perl code written on 5.10+ will run on 5.8?

Some of the new features of Perl 5.10 and 5.12, such as "say", are defined as features, that you can enable or disallow explicitly using the "feature" pragma. But other additions, like the named ...
4
votes
3answers
413 views

What are the best new features in Visual Studio 2010? [closed]

Possible Duplicate: What's the compelling reason to upgrade to Visual Studio 2010 from VS2008? Another Visual Studio is around the corner. I'm curious, what's in there that you've read about ...
3
votes
4answers
343 views

JQuery will not exist in future?

I was checking out HTML5 new javascript commands and there is something similar to: var els = document.querySelectorAll("ul li:nth-child(odd)"); This allows you to find all elements by css syntax. ...
2
votes
1answer
364 views

Spring 3, Java EE 6

I'm learning Java EE 6. I've seen how much progress it has achieved in this release of the umbrella specification. EJBs 3.1 are far easier and more lightweight than previous versions, and CDI is ...
2
votes
4answers
177 views

What is the benefit and a common real-world practical application of using Tuples in .NET 4.0?

I have read about the Tuples provided with the coming-out of the new .NET Framework features, and still am I wondering about how it could be useful in real-world enterprise applications. Can one give ...
2
votes
1answer
410 views

A good practical application of the Covariance and Contravariance in .NET 4.0?

I wish to get acquainted with the recently release of the .NET Framework 4.0 and its Covariance and Contravariance in Generics. Even though I have read what is written at the referenced link, I can't ...
2
votes
2answers
82 views

New features in Silverlight 3 [closed]

I just heard that Silverlight 3 has been officially released on 10th July 2009 and available for download! Speaking of which, What are the new features of Silverlight 3?
1
vote
2answers
965 views

MSBuild 4.0 Regex parsing

I have heard that MSBuild 4.0 has increased Regex parsing support. However, I am unable to find any detailed documentation/links/material on this. Can anyone give a brief description of the new ...
1
vote
2answers
456 views

Windows 7 Progress Bar

I was seeing that when you do somethings at Windows 7 that haves a progress bar, things like downloading a file. You can see that in the programs bar, at the icon of the application, there is the ...
0
votes
2answers
44 views

What is the Rubygem that makes it easy to release a new feature to a subset of users?

I came across a Gem that had a nice way of releasing certain features to a subset of your users. I believe it even had cucumber integration, so you could write tests for different sets of users. If ...
0
votes
2answers
163 views

Adding features around Classic ASP Application

I will be adding new pages and adding functionality to current pages. I would basically like to use new technology and but I don't know how should I add it to classic ASP pages In other words, can I ...
0
votes
2answers
45 views

Are there solutions for streamlining the update of legacy code in multiple places?

I'm working in some old code which was originally designed for handling two different kinds of files. I was recently tasked with adding a new kind of file to this code. Most of my problems were solved ...
0
votes
3answers
46 views

How to add a new feature to an existing component?

We have this legacy image viewer component in our project that's working fine but it's source is a real mess. I have to add a new feature to this component so that people can add annotation to images ...
-2
votes
2answers
279 views

New features in jQuery1.5 [closed]

What are the new features in jQuery 1.5? Are there any major update?
-2
votes
2answers
114 views

what features do you want in asp.net mvc 3?

Just rounding up what features should be made available for the next release of ASP.net MVC 3. There is no news on the next version. But I really want opinion for people using ASP.net MVC to make ...