Alexander Schmidt
              Mathematical methods,
    ;         software development

Cumulative List of Application Development Guidance Documents

Wednesday, 16 December 2009 11:56 by alex

Microsoft Application Architecture Guide, 2nd Edition

Security Guidance for Applications

WCF Security Best Practices

Performance Testing Guidance for Web Applications

Improving .Net Application Performance and Scalability

Testing Blocks for .Net Applications

Composite Client Guidance

Smart Client Guidance

Code Review Guidance

 

.Net 4.0 Downloadable Reference Source

Friday, 11 December 2009 15:03 by alex

Source code for different components can be downloaded and used for in-depth debugging for .Net Framework components for Visual Studio 2010:

1. Download source code from Reference Source Code Center.

2. Install Reference Source WCF MSI in your local machine say under: 'C:\ReferenceSource'.

3. Launch Visual Studio 2008/2010.

4. From the Tools menu, choose Options.

5. In the Options dialog box, open the Debugging node and select General

6. Uncheck "Enable Just My Code (Managed only)"

  • Check "Enable source server support"
  • Uncheck "Require source files to exactly match the original version" 

7. Select Symbols under Debugging.

8. In the Symbol File Locations box, validate the location where the installed symbol files (.pdb) are present. If not, then add originally downloaded symbols location: C:\ReferenceSource\Symbols

9. Build you app, set breakpoints and F5 to debug.

 PS. I've updated this post for Microsoft .Net 4.0 and Visual Studio 2010.

Visual Studio 2010 Team System Roadshow

Friday, 11 December 2009 07:47 by alex

Featured Products/Topics: Visual Studio 2010, Visual Studio Team System

Recommended Audiences: IT Managers, IT Professionals, CIO, CTO, IT Directors, Solution Architects, Software Developers, Technical Decision Makers, Developers

When: December 16th
Where: Microsoft Downers Grove
3025 Highland Parkway
Downers Grove, IL

Sponsor: Microsoft
Make sure to RSVP.

Ram Cherala is the Principal Program Manager in the Visual Studio Test Tools Business, which is part of the Developer Division at Microsoft. Ram is very passionate about building a well-integrated set of tools and technologies that enable developers build, test and ship quality software.

What: See the awesome new testing features of Visual Studio 2010
Agenda:
• 6:30PM - Food and Beverages. Bring your nagging coding issues and design challenges for open discussion
• 7:00PM - Visual Studio 2010 - Microsoft

Ram's blog is here.

PS. The registration link was updated.

The weather service on CodePlex

Friday, 4 December 2009 09:11 by alex

A while ago, I played with the service which provides weather forecasts and designed a solution to convert the web-page content into a simple text message that is delivered to a mobile phone at scheduled time. Since people seems to be interested in this project, I've uploaded it to CodePlex and here it is: http://gismeteoweathersvc.codeplex.com Gismeteo Weather Service The implementation of weather service delivery to your mobile phone using SMS based on data provider Gismeteo (http://www.gismeteo.ru). The service is offering scheduled delivery of the data according to the user's settings, and is running as a windows service. Use at your own risk and at your own expense as I'm not responsible for text messages fees that may apply while you're testing this service. Neither any guarantees regarding the functionality, completeness, blah-blah, see Ms-PL.