Browse by Tags
All Tags »
VisualStudio »
Community (
RSS)
I just came across this: www.MyRampUp Ramp Up is a free, online, community-based program that can help users save time in learning Microsoft technology. The easy-to-access content (provided by subject-matter gurus) is specifically tailored to the Ramp...
Web Client Software Factory 2.0 February 2008 Release Resources MSDN site: http://msdn.microsoft.com/webclientfactory Community site: http://www.codeplex.com/websf About the Deliverable The Web Client Software Factory (WCSF) provides a set of guidance...
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, Microsoft, MSDN, Web, WCSF, Tools, VisualStudio, PnP, SoftwareFactories, PageFlow, AJAX
Microsoft Portugal will be hosting Techdays 2008 from Mars 12 nd to 14 th , right after the Portuguese launch of Microsoft Visual Studio 2008 , Microsoft SQL Server 2008 and Microsoft Windows Server 2008 on Mars 11 th . This is the biggest and greatest...
Filed under: .NET, Community, Events, Microsoft, MSDN, MVP, SQLServer, VisualStudio, Windows, Techdays, TechdaysPT08
Today, S.Somasegar announced at TechEd Developers EMEA , amongst other things, that they the product team at Microsoft is putting the finishing touches on Visual Studio 2008 and .NET FX 3.5. They are on track to shipping these products before the end...
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, C#, Microsoft, MSDN, MVP, VisualStudio, TechEd
Most of us have been testing the Visual Studio 2008 Beta 2 VPC images. Microsoft has announced that the current Visual Studio 2008 Beta 2 VPC images will expire on November 1, 2007, rather than March 15, 2008 as originally announced. It is strongly encouraged...
Reading Mike Gunderloy 's Daily Grind 1146 I found out about this Paste From Visual Studio for Windows Live Writer . I've been using Colin Colle 's CopySourceAsHtml but I'll give this one a try.
Glenn Blocks is requesting for feedback on what the p&p team should build for the next iteration of the Web Client Software Factory . If you have something in mind, let him know.
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, C#, Microsoft, MSDN, MVP, Web, WCSF, VisualStudio, PnP, SoftwareFactories
TypeMocks™ 4.0.0 is now available . In my previous analysis mentioned two drwanbacks of this mocking framework: The lack of a mocking scope. The lack of the use of Generics in its APIs. Let's start with the second one. Generic Reflective API TypeMocks...
Filed under: .NET, Architecture, Community, SoftDev, C#, Microsoft, MSDN, MVP, Tools, VisualStudio, Testing
The VSIPFactory is a software factory for Visual Studio extensibility.
(From Blaine Wastell 's post and Mariano Szklanny 's post ) You can now download the SCSF - May 2007 release . The new release provides support for .NET 3.0. The release is propagating to the download servers and should be available when you read...
Filed under: .NET, Architecture, SCSF, WinForms, Community, SoftDev, C#, Microsoft, MSDN, MVP, Tools, VisualStudio, WPF, PnP
Mark Miller has broken his promisse of shipping 100 Refactorings in 2007 . And I'm glad he did. Read all about it .
(This is not new, but ...) Refactor! for ASP.NET version 2.2 is shipping. Built by Developer Express , this FREE code refactoring tool includes 29 time-saving refactorings and is available to all developers working in Visual Studio 2005 and Orcas Beta...
In his show about Scenario Based Architecture Validation , Ron Jacobs talks with Dragos Manolescu ( Architecture Evaluation in Practice ) about how difficult it is to evaluate and validate an architecture. There are a few tools that can help you validate...
Blaine Wastell and Michael Puleio did an MSDN webcast about Web Client Software Factory . If you are interested and missed it, you can view an online replay or download it from here: MSDN Webcast: How to Use the Web Client Software Factory (Level 300...
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, C#, Microsoft, MSDN, MVP, Web, WCSF, Tools, VisualStudio
There are two uses for the C# using keyword: The using statement : Defines a scope, outside of which an object or objects will be disposed. using ( TransactionScope transactionScope = new TransactionScope ()) { // ... } The using directive : The using...
TypeMock announced that Version 3.7.0 of Type.NET is now available. A few of the new features included in this release are: You can now mock mscorlib interfaces. Enterprise Edition only Vista support is now complete. You can fire Multiple instances of...
Nuno has just published his second article on a series about ID generation for ASP.NET controls.
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, C#, Microsoft, MSDN, MVP, Web, VisualStudio