May 2006 - Posts
A Java developer reports that the management of the group he works for inside a contractor company has decided to move from Java to .NET. The developer gives the reasons he sees behind this decision.
I guess we could sum up what he writes like this: "Too much choice is bad". Probably not much you don't know already, but it's an interesting read. Is this a trend you've noticed?
Of course choice is good, and I hate to see everyone wait for Microsoft to provide a solution to all their problems. But having too much options seems to be a problem, especially for managers who prefer not having to make choices...
Read
"Java Succumbing to .NET in my Organization"PS: of course, this doesn't mean that we don't have a lot of choice in .NET considering that we have close to
900 tools and libraries in the SharpToolbox!
Just because someone asked me how to do it today:
here is an article on how to use the
System.Web.Caching.Cache object outside of web applications, such as in your Windows Forms applications or console applications.
No need to reinvent the wheel.
Roger Jennings has spotted very interesting information on Scott Guthrie's weblog. It's not like there is anything but excellent content on Scott's blog, but I haven't seen this kind of information elsewhere before.
Scott has published a first post on
using LINQ with ASP.NET projects a few days ago. Roger writes:
Scott's LINQ with ASP.NET post provoked a large number of comments and replies, but the most interesting reply included this gem:
We are looking to ship the second half of next year. We will start having full Orcas CTP drops (of all technologies) starting later this summer, and will also have a go-live license of Orcas before the final RTM date. So not too far off now when you can use the above techniques in production.
This is the first Orcas RTM estimate and go-live committment directly from a Microsoft employee that I've encountered.
If you browse the whole set of comments, you may spot other related information, which includes:
- "We are making some changes to the CLR for that release, but are also being careful to keep a high runtime compat bar to ease deployments (the following release will then have more engine additions)."
- "Orcas will be compatible with the 2.0 runtime. There will then be optional framework components you can install as well."
This confirms that one of the design goals for LINQ is still to keep it compatible with .NET 2.0. What's new to me is that Microsoft is trying to keep the changes to the .NET runtime very light for the next release.
My article entitled Sample uses of LINQ, DLINQ and XLINQ is now available in English.
In this article, we will see how to put LINQ, DLINQ and XLINQ in action. The goal is just to show how to use these technologies, and not to provide a target architecture or demonstrate optimal uses. The goal is not either to explain how Linq works. The goal is instead to explore the possibilities that Linq and co will offer to us, as well as to highlight some best practices.
Warning: this article was written several months ago, is based on the first preview of Linq and on my knowledge at that time. Most of the content is still valid today though.
Cet article est aussi disponible en français: Exemples de mise en oeuvre de Linq, DLinq et XLinq
LINQ (including DLinq and XLinq) has just been udpated!
There are many new features to discover. This update includes:
- Productivity enhancements via DLINQ designer and debugger support within the Visual Studio 2005 IDE.
- Support for a broader range of development scenarios thanks to new databinding and ASP.NET support.
- Ability to integrate LINQ with existing code through features like LINQ over DataSet and DLINQ improvements including inheritance.
- Feedback driven features including deep stored procedure support, since the earlier CTP.
And much more!
Get ready to see many posts about LINQ on this weblog. More on this soon...
[
Linq home page,
Linq CTP download] (The download link seems to have problems but should be back soon)
As
announced by Scott Guthrie, the Visual Studio 2005 Web Application Project model is now available as a final release. You can get it on
the dedicated page.
It will be included in the first VS 2005 Service Pack, but you can start using it right now.
You may wish to read the
introduction to this model to learn more.
More Posts