Microsoft Corp. has completed its acquisition of the software and intellectual property assets of UMT, a project and portfolio management and consulting firm.
Microsoft first announced the deal with UMT in December, when it said it planned to combine the technology and expertise of UMT with its existing Microsoft Office Enterprise Project Management Solution, currently code-named Microsoft Office Project "12" and which is based on Microsoft Office Project Professional 2003 and Microsoft Office Project Server 2003.


Microsoft CEO Steve Ballmer will use his keynote address at the annual Microsoft Office Project Conference in Seattle Thursday to make this announcement, as well as to confirm to the 1,500 business managers, technology professionals and developers in attendance that Microsoft Office Project 12 will draw on those newly acquired technologies.


Ballmer will also announce that key members of the UMT executive team and a number of UMT product development employees will join the Microsoft Office Project team, a Microsoft spokeswoman told eWEEK.


"The consulting arm of UMT will become the UMT Consulting Group and will help provide successful implementations of the Microsoft portfolio management software platform," the spokeswoman said.


In a prepared statement released to eWEEK ahead of the keynote, Ballmer said Microsoft is "excited because acquiring UMT will help us meet customers' needs for deep portfolio management capabilities. By combining our software and expertise, we'll also create a new range of solution development opportunities for customers and partners."


For his part, Gil Makleff, UMT's North American CEO, said the company is looking forward to joining forces with Microsoft and working together toward a shared vision that combines project and portfolio management capabilities.


"Customers will reap the benefits of being able to put tighter reins on their spending, make smarter and more consistent investments, and accurately and efficiently track how projects and initiatives are performing," he said.


Project 12, expected to be released in the second half of this year along with the other software products in Office 12, will deliver new innovations and benefits in the areas of visibility and insight, organizational adoption, enterprise readiness and extensibility, the spokeswoman said.


In a statement, Microsoft said that Project 12 will give project managers the ability to easily track project changes by having changes visually displayed instantaneously as projects are updated. It will also improve performance such as "local cache," which enables working offline, and then automatically resyncing when back online, all of which are transparent to the user.


It has been built completely on Microsoft Windows SharePoint Services 3.0, and many functions will use the .Net platform 2.0, the statement said.


Microsoft Office Visio "12", the next version of the company's business and technical diagramming program, will make it easier for business and IT professionals to visualize, analyze and communicate complex information, processes and systems and is complementary to the advancements made in Project 12 advancements, the statement said.


Visio 12 will deliver new diagramming and graphics capabilities that make it easier to document, design and redesign processes and systems. The new Data Selector wizard allows easy connection between Visio diagrams and one or more data sources such as Microsoft Office Excel, Office Access, Office SharePoint Portal Server or Microsoft SQL Server.


The new PivotDiagram template in Visio 12 helps people visualize business data in a hierarchical form that shows data groups and totals, trends, issues and exceptions. PivotDiagrams can also be inserted into any Visio diagram to provide metrics and reports that help track the ongoing progress of a process or system, Microsoft said.


 
Via eWEEK


 
Categories: .Net Framework

The long-awaited update to Enterprise Library for .NET Framework 2.0 is now available - the official release is branded January 2006. This release of Enterprise Library includes six application blocks (Caching, Cryptography, Data Access, Exception Handling, Logging and Security), and provides similar functionality to the previous releases for the .NET Framework 1.1; however, Enterprise Library has been redesigned to use the new capabilities of the .NET Framework 2.0.


Get your copy at http://msdn.microsoft.com/library/?url=/library/en-us/dnpag2/html/EntLib2.asp


From Tom Hollander


 

Scalable shared databases are supported by Microsoft SQL Server 2005 Enterprise Edition. This article is a preview of the "Scalable shared database" topic that will be published in a future update of SQL Server Books Online.


Scalable shared databases let you attach a read-only reporting database to multiple server instances over a storage area network (SAN). A reporting database is a read-only database that is built from one or more production databases that are used exclusively for reporting purposes. To be made into a scalable shared database, a reporting database must reside on one or more dedicated read-only volumes. The primary purpose of these read-only volumes is to host the reporting database or a coordinated set of reporting databases. These volumes are known as reporting volumes.


Read KB Article


 
Categories: SQL Server

Download an updated version of Books Online for Microsoft SQL Server 2005, the primary documentation for SQL Server 2005. The December 2005 update to Books Online contains new material and fixes to documentation problems reported by customers after SQL Server 2005 was released. Refer to "New and Updated Books Online Topics" for a list of topics that are new or updated in this version. Topics with significant updates have a Change History table at the bottom of the topic that summarizes the changes.


Books Online includes the following types of information:

























Setup and upgrade instructions.


Information about new features and backward compatibility.


Conceptual descriptions of the technologies and features in SQL Server 2005.


Procedural topics describing how to use the various features in SQL Server 2005.


Tutorials that guide you through common tasks.


Reference documentation for the graphical tools, command prompt utilities, programming languages, and application programming interfaces (APIs) that are supported by SQL Server 2005.


Descriptions of the sample databases and applications included with SQL Server 2005.


You can get the update at:


 http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx


 
Categories: SQL Server

Microsoft is greenlighting development and rollout of applications based on beta code contained in the WinFX programming framework and architecture.


Code for the Windows Communication Foundation (WCF) and Windows Workflow Foundation (WWF) - elements of WinFX - have been made available under Microsoft's Go Live Licenses, which allow developers to build and deploy applications before the Windows product concerned moves from beta.


Developers beware: you're on your own if you accept Microsoft's offer of a Go Live License. Beta code released under Go Live is not supported by the company - so forget patches or fixes, especially in favorite areas such as security.


Applications additionally run the risk of being at odds with the final WinFX, WCF and WWF architectures once they are deemed code-complete by Microsoft and released.


According to Microsoft, the Go Live licenses help "drive the feedback loop between customers and Microsoft. This helps us ensure that the product we ultimately ship meets the stability, reliability and needs of our customers."


Full terms and conditions can be viewed here.


WinFX was originally slated for release as part of Windows Vista, back in 2003, but as that operating system slipped to the second half of 2006 Microsoft instead decided to also make it available for Windows XP Service Pack 2 and Windows Server 2003.


WinFX is Microsoft's XML-based API layer that supersedes programming in Win 32. WCF is an API programming layer designed to simplify development of, and connection to, web services for developers using Windows. WWF is a set of APIs, runtime and editor for developers to build workflows that are not embedded in the software.


Microsoft has used Go Live before to stimulate demand for technologies and seed the market ahead of a product's launch or in the face of delay.


The first Go Live Licenses were introduced in June 2001 for Visual Studio.NET - eight months before shipment of the first .NET implementation of Microsoft's popular integrated development environment (IDE). Microsoft hoped to gain early traction for the fledgling .NET. Go Live Licenses were also used for the delayed Visual Studio 2005.


Via The Register


 
Categories: .Net Framework

Ted Neward has written and article for MSDN that discusses the mimatch between object programming and relational data and how different technologies go about solving this issue. The article compares how LINQ addressed the problem in relation to other technologies including JDBC/ADO.NET, code generators, SQLJ, and ORM tools such as NHibernate.


Read More


 
Categories: Asp.Net/Web Services

ASP.Net V2.0 has much improved encryption over v1.x including the ability to encrypt any part of the connection string.  Of course there is some performance overhead to do this so only sections that have sensitive information should be encrypted.


I really battled with part of this today when trying to encrypt the connection string so I thought I would include some of the syntax required, specifically how to reference a particular web.config file within a specific site.  All articles I have found so far reference the default site and not a specific site.


 


Read More


 


 
Categories: Web Development

“Protect Your PC in 2006” is the latest effort in Microsoft’s ongoing campaign to help reduce online threats through increased consumer awareness and education. The broad range of educational resources, software and services that Microsoft offers at www.microsoft.com/athome/security has become one of the Internet’s largest repositories of computing and online security and safety guidance.


The company will encourage consumers to “Protect Your PC in 2006” by maintaining a quick, four-step routine designed to increase the number of people who protect their computers with the most current defenses. A recent study by the National Cyber Security Alliance (NCSA) found that less than a third of PC consumers are not consistently protected today.


For more information, read this Q&A with Amy Roberts, Director of  product management for Microsoft’s Security Technology Unit (STU)


 


 
Categories: Security