Standing on the shoulders of giants. RSS 2.0
# Wednesday, September 07, 2005

I'm sure this will change a couple of times during the next week, but for now this is my schedule. If you can't make it, but would like to have my notes on a session, let me know (paul(dot)van(dot)brenk(at)tamtam(dot)nl).

 

Schedule for Paul van Brenk

Tuesday, September 13

1:00 PM - 2:15 PM  
DAT301 High Performance Computing with the Windows Server Compute Cluster Solution   406 AB    
2:45 PM - 4:00 PM  
FUN302 Programming with Concurrency (Part 1): Concepts, Patterns, and Best Practices   515 AB    
4:15 PM - 5:30 PM  
DAT405 SQL Server 2005: Deep Dive on XML and XQuery   502 AB    
FUN405 Programming with Concurrency (Part 2): Multithreaded Programming with Shared Memory   403 AB    
PRS404 ASP.NET: Developing Advanced Custom Providers for Membership and Role Manager   404 AB    

Wednesday, September 14

11:00 AM - 12:15 PM  
COM406 IIS 7 Extensibility (Part 1): Building New Core Server Modules   406 AB    
1:45 PM - 3:00 PM  
COM301 MSN Messenger: Extending MSN Messenger with Multi-Person Instant Messaging Applications   406 AB    
COM303 IIS 7: Building More Powerful ASP.NET Applications with IIS 7   152/153 (Hall F)    
TLN306 The .NET Language Integrated Query Framework: An Overview   Halls C & D (Petree Hall)    
3:15 PM - 4:30 PM  
DAT411 Advanced ETL: Embedding Integration Services   411    
OFF325 Microsoft CRM: Extending and Customizing Microsoft CRM Solutions   402 AB    
5:00 PM - 6:15 PM  
COM416 Windows Communications Foundation ("Indigo"): Under the Hood of the Windows Communications Foundation Channel Layer   406 AB    
DAT313 SQL Server BI: Adding Reporting and Analysis to Smart Client Applications   502 AB    
PRS312 ASP.NET: Future Directions for Developing Rich Web Applications with Atlas (Part 1)   Halls C & D (Petree Hall)    
TLN402 MSBuild: Architecting a Customized Build System   408 AB    

Thursday, September 15

10:00 AM - 11:15 AM  
DAT315 Building Portals and Dashboards for Business Intelligence and Reporting Applications   408 AB    
FUN412 Five Things Every Win32 Developer Should Know   150/151 (Hall E)    
OFF313 Web Content Management Application Development and Engine Extensibility   404 AB    
PRS418 ASP.NET: Developing Portal UI Architectures with Web Parts   403 AB    
11:30 AM - 12:45 PM  
COM320 IIS 7: Instrumenting, Diagnosing, and Debugging Web Applications   515 AB    
PRS420 ASP.NET: Future Directions for Developing Rich Web Applications with Atlas (Part 2)   Halls C & D (Petree Hall)    
TLN312 VSTS: Building More Reliable and Better Performing Web Applications with Visual Studio 2005 Team System   403 AB    
1:00 PM - 1:45 PM  
DATL02 SQL Server 2005: BI Power Hour   515 AB    
2:15 PM - 3:30 PM  
COM322 Developing Event Driven State Machine Workflows   515 AB    
DAT323 Using the .NET Language Integrated Query Framework with Relational Data   152/153 (Hall F)    
DAT418 SQL Server 2005 CLR: Under the Hood on How We Host the CLR   150/151 (Hall E)    
TLN315 ASP.NET: A Sneak Peek at Future Directions in Web Development and Designer Tools   Halls C & D (Petree Hall)    
3:45 PM - 5:00 PM  
TLN317 CLR: Leveraging Dynamic Language Features   408 AB    
5:15 PM - 6:30 PM  
OFF321 Surfacing Your Application's Line-of-Business Data and Actions within Enterprise Portals   502 AB    
PRS426 ASP.NET: Deep Dive into the ObjectDataSource Control   515 AB    

Friday, September 16

8:30 AM - 10:00 AM  
PNL05 Venture Capital Workshop: Incubating New Ideas   409 AB    
PNL06 What’s Next for Microsoft’s Web Platform   152/153 (Hall F)    
8:30 AM - 9:45 AM  
FUN323 Microsoft Research: Future Possibilities in Concurrency   406 AB    
10:30 AM - 11:45 AM  
DAT324 Using the .NET Language Integrated Query Framework with XML Data   408 AB    
10:30 AM - 12:00 PM  
PNL04 Looking Ahead to the Future of the CLR   515 AB    
PNL13 Improving Software Reliability   411    
SECSYM02 Security Symposium, continued: The What, Why and How of the Microsoft Security Development Lifecycle—and Why You Should Care (continued)   502 AB    
1:00 PM - 2:15 PM  
COM413 IIS and Windows Communications Foundation ("Indigo"): Hosting Services   408 AB    
COM431 IIS 7 Extensibility (Part 2): Building Configuration and UI Modules   404 AB    
FUN421 CLR: Garbage Collection Inside Out   150/151 (Hall E)    
1:00 PM - 2:30 PM  
PNL07 Future Directions for Windows Internals   515 AB    
PNL11 .NET Language Integrated Query End-to-End   152/153 (Hall F)  

Wednesday, September 07, 2005 12:36:00 AM (Pacific Daylight Time, UTC-07:00)  #    Comments [0] - Trackback
PDC
# Tuesday, August 23, 2005

The easiest way on sql server 2000 is to change the collation on the column you want to do the search on:

ALTER TABLE dbo.Customers ALTER COLUMN CustID char(8) COLLATE SQL_Latin1_General_CP1_CS_AS NOT NULL

Tuesday, August 23, 2005 9:32:39 AM (Pacific Daylight Time, UTC-07:00)  #    Comments [1] - Trackback
Codesnippet | SQL
# Tuesday, August 16, 2005

Apparently the allignment bug I encountered in vs2005 can be resolved by changing a number of options in the Formating options:

This is by design. The "Indent Case Contents" option under Tools | Options | Text Editor | C# | Formatting | Indentation indents everything from the opening brace to the closing brace. Our preview window is somewhat misleading since it only shows you the effects of the current formatting option.

In order to set your settings to the way you'd like, you'll need to uncheck both
"Indent Open and Close brace" and
"Indent Case Contents."

You'll also need to have "Place open brace on new line for control blocks" checked under Tools | Options | Text Editor | C# | Formatting | New Lines.

Thanks Karen Liu for helping me solve this.

Tuesday, August 16, 2005 5:47:26 AM (Pacific Daylight Time, UTC-07:00)  #    Comments [0] - Trackback
Visual Studio 2005
# Monday, August 15, 2005

With the PDC 2005 starting in a couple of weeks and the release of dasBlog 1.8 last Thursday, I present the TamTam PDC group blog. All content is supplied by cross-posting from our regular sites.

Monday, August 15, 2005 8:12:49 AM (Pacific Daylight Time, UTC-07:00)  #    Comments [0] - Trackback
PDC
# Friday, August 12, 2005

System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;

Note: this will be 0.0.0.0 if you use it in the code-forward of an aspx page.

Friday, August 12, 2005 2:54:58 AM (Pacific Daylight Time, UTC-07:00)  #    Comments [0] - Trackback
ASP.NET | Codesnippet
# Thursday, August 11, 2005

In Visual Studio 2005 there appears to be an allignment bug in switch/case statements as you can clearly see in this picture:

Vs_brace

[bug details in MSDN Product Feedback Center]

Thursday, August 11, 2005 7:19:06 AM (Pacific Daylight Time, UTC-07:00)  #    Comments [1] - Trackback
Visual Studio 2005
# Wednesday, August 03, 2005

Daniel McPherson points to a number of templates for Windows Sharepoint Services, available on Micorsoft downloads, to help with common tasks in every organization.

Windows SharePoint Services Applications Template: Room And Equipment
Windows SharePoint Services Applications Template: Expense Report Portal
Windows SharePoint Services Applications Template: Event Planning
Windows SharePoint Services Applications Template: RFP Management
Windows SharePoint Services Applications Template: HR InfoPath Forms
Windows SharePoint Services Applications Template: Professional Services Contractual Setup
Windows SharePoint Services Applications Template: Loan Initiation Management
Windows SharePoint Services Applications Template: Change Management
Windows SharePoint Services Applications Template: Meeting Management
Windows SharePoint Services Applications Template: Classroom Management
Windows SharePoint Services Applications Template: Legal Document Review
Windows SharePoint Services Applications Template: Employee Scheduling
Windows SharePoint Services Applications Template: Marketing Communications Campaign Site
Windows SharePoint Services Applications Template: Employee Training
Windows SharePoint Services Applications Template: IT Developer
Windows SharePoint Services Applications Template: HelpDesk Dashboard
Windows SharePoint Services Applications Template: Board of Directors
Windows SharePoint Services Applications Template: Project Team Management
Windows SharePoint Services Applications Template: Absence Request and Vacation Schedule Management
Windows SharePoint Services Applications Template: Competitive Intelligence

Wednesday, August 03, 2005 10:05:27 AM (Pacific Daylight Time, UTC-07:00)  #    Comments [0] - Trackback
Sharepoint
# Saturday, July 30, 2005

Available on SourceForge.net, haven’t found anything yet, excellent work Omar, Scott and everybody else.

[full list of new features]

Saturday, July 30, 2005 2:30:14 PM (Pacific Daylight Time, UTC-07:00)  #    Comments [0] - Trackback
General
Ads
About
© Copyright 2012
Paul van Brenk
Sign In
newtelligence dasBlog 2.3.2011.0
All Content © 2012, Paul van Brenk
DasBlog theme 'Business' created by Christoph De Baene (delarou)