Rustan Leino and Mike Barnett on Spec#
Rustan Leino and Mike Barnett of Microsoft Research discuss the technology in Spec# and its futures.
- .NET,
Tracking change and innovation in the enterprise software development community
Posted by Jonathan Allen on Jun 01, 2007 01:51 AM
While Silverlight promises a future where rich client applications written in .NET work seamlessly in all web browsers, many developers cannot afford to wait. And that means using proven deployment technology that is already available.
Currently there are three ways to deploy rich client .NET applications. The simplest is to just offer the executable, possibly wrapped in a zip file with its dependencies. Unfortunately, this does not lead to a very rich user experience. Installation activities like creating shortcuts do not occur, and automatic updates are not even a consideration.
The next option is to offer a MSI package. While this does support installation activities like COM registration and shortcuts, it also lacks automatic update support.
This is where ClickOnce comes into play. Once installed, ClickOnce offers automatic updates based on declarative rules and/or an API. Other features include the ability to partially install applications, downloading other components as needed, and the ability to launch applications from URLs. One can even pass startup parameters to the application in this manner.
Unfortunately, until recently ClickOnce was not supported on non-IE browsers. When it came out in 2005 this may have been acceptable, but with Firefox continuing to gain market share it is no longer appropriate to require users to run IE.
This is where James Dobson picks up the slack. Via an extension he is calling FFClickOnce, Firefox users can now install and launch ClickOnce applications without switching to IE.
Six Free Project Management Certification Training Courses
IBM software architect eKit: Grady Booch podcast, whitepapers, articles
Hacking 101 -The Top 10 Attacks in Web Applications
Alternatives in the .NET Space: Open Source, Frameworks and Languages @ QCon SF Nov 19-21
Rustan Leino and Mike Barnett of Microsoft Research discuss the technology in Spec# and its futures.
Henrik Kniberg talks about 10 possible reasons to fail while doing Scrum and XP. Maybe the team does not have a definition of what Done means to them, or they don't know what their velocity is.
This article outlines 9 principles Marc Lammers discovered while building the world’s best field hockey team, mapping them to software development practices.
Michael Poulin explains the necessity for SOA governance to ensure an Enterprise SOA's success, relying on concepts from the OASIS SOA Reference Model and Reference Architecture.
This article covers setting up a RichFaces portlet using JBoss Portlet Container and JBoss Portlet Bridge, deploying a RichFaces portlet, and RichFaces capabilities.
This article discusses scalability worst pratices including The Golden Hammer, Resource Abuse, Big Ball of Mud, Dependency Management, Timeouts, Hero Pattern, Not Automating, and Monitoring.
Obie Fernandez shares his experience selling consulting services for both Thoughtworks and Hashrocket and give tips how Ruby developers can work with clients.
Jeffries and Hendrickson derive Agile practices from the natural laws of software development. They don't just say "Be Agile!", but they explain why Agile practices make perfect sense.
No comments
Reply