RSS 2.0
# Wednesday, June 13, 2007

De dag na DevDays organiseert DevConnections twee workshops:

  • ASP.NET AJAX Extensions Inside Out door Dino Esposito
  • Optimising and best practices for all SQL Server 2005 features door Bob Beauchemin

Als je nog wat wilt leren na DevDays, dan is dit een hele goede kans. Beide sprekers kennen het onderwerp van haver tot gort, dus het is zeker de moeite waard. Nog niet helemaal overtuigd? Bob en Dino spreken allebei op DevDays, dus als je daar bent kun je eerst even een kijkje nemen. Je kunt je op de DevDays eventueel ook inschrijven voor een van de workshops.

Wednesday, June 13, 2007 9:53:56 PM (W. Europe Daylight Time, UTC+02:00)  #    Comments [0] -
ASP.NET | Evenementen | Nederlands | SQL Server
# Thursday, May 31, 2007
Thursday, May 31, 2007 1:36:29 PM (W. Europe Daylight Time, UTC+02:00)  #    Comments [0] -
Nederlands
# Wednesday, May 30, 2007

Het Office platform is zo onderhand behoorlijk groot aan het worden en je weg vinden wordt dan ook steeds lastiger. Met de Microsoft Office Interactive Developer Map kun je de weg weer vinden. De Developer Map is een WPF applicatie met een overzicht van alle technologieen de van toepassing zijn op het Office platform. Door te klikken op een bepaalde technologie krijg je allerlei detailinformatie en documentatie, of wordt je naar het betreffende MSDN Developer Center gestuurd. De definitie van de "kaart" werkt zichzelf bij van de servers van Microsoft als er zaken veranderen dankzij het gebruik van WPF/XAML. Cool!

 

Wednesday, May 30, 2007 9:46:18 PM (W. Europe Daylight Time, UTC+02:00)  #    Comments [0] -
Development | Nederlands

Een goed overzicht met tips van Scott Hanselman.

Wednesday, May 30, 2007 1:12:06 PM (W. Europe Daylight Time, UTC+02:00)  #    Comments [0] -
Development | Nederlands
# Friday, May 25, 2007

Dat er in 2007 geen PDC zal zijn verbaast me weinig. De meeste grote aankondigingen zijn al gedaan op de MIX. De zaken die daaruit komen, zijn eind dit jaar begin volgend jaar beschikbaar. De PDC zou dus moeten gaan over wat er daarna komt en dat is nog te verweg om echt wat zinnigs over te zeggen. Volgend jaar beter. Het scheelt in elk geval weer een tripje naar de VS.

Friday, May 25, 2007 1:03:59 PM (W. Europe Daylight Time, UTC+02:00)  #    Comments [0] -
Evenementen | Nederlands
# Friday, May 18, 2007

I've been working with ASP.NET 2.0 for a long time now and I thought I'd seen most of it. Today I found something that must have flown under my radar all this time: the Health Monitoring API. Functionally this API is similar to log4net and the Enterprise Library logging Application Block. Although both of these work well I prefer functionality that comes "out-of-the-box", because you don't have to do anything to get it, it works, and your pretty sure it'll be kept up to date by the folks in the product team(s). So even if you're using another logging mechanism, be sure to check out the Health Monitoring API. How To: Use Health Monitoring in ASP.NET 2.0 from the  Pattern & Practices group is a good starting piont.

Friday, May 18, 2007 12:49:37 PM (W. Europe Daylight Time, UTC+02:00)  #    Comments [0] -
ASP.NET | Development | English

Ik werk al zo lang met ASP.NET 2.0 dat ik dacht alles wel een keer gezien te hebben, maar nu blijkt er toch iets aan mijn aandacht ontsnapt te zijn: de Health Monitoring API. Deze API is qua functionaliteit vergelijkbaar met log4net en het logging Application Block van Enterprise Library. Hoewel dat beide goede logging biedt ben ik toch altijd wel een voorstander van functionaliteit die "out-of-the-box" beschikbaar is, omdat je daarmee zekerder bent van de levensduur en bugfixes. Ook als je een ander loggingmechanisme gebruikt is het dus zeker de moeite waard om even naar de Health Monitoring API te kijken. Een goed startpunt is How To: Use Health Monitoring in ASP.NET 2.0 van de Pattern & Practices groep.

Friday, May 18, 2007 12:43:39 PM (W. Europe Daylight Time, UTC+02:00)  #    Comments [0] -
ASP.NET | Development | Nederlands
# Thursday, May 17, 2007

ODF is in feite een concurrent van Microsoft's Open XML bestandsformaat. Opmerkelijk is dan ook dat Microsoft voor gestemd heeft voor de toevoegen aan American National Standards list van ANSI. Wellicht dat dit politieke goodwil tonen is om in een later stadium ook Open XML op de lijst te krijgen.

Thursday, May 17, 2007 12:33:36 PM (W. Europe Daylight Time, UTC+02:00)  #    Comments [0] -
Nederlands
# Friday, May 11, 2007

Thanks to all that came to my sessions at VSLive in Orlando on Tuesday, and thanks for the great feedback. Below are the demo's for the two sessions. Updated slides decks will be made available on the attendee website.

Some of you asked which tool I used to demo the perf difference between sync and async (demo 1). Although you could use perf tools that come with VS2005 I used Application Center Test (ACT) that comes with Visual Studio 2003, because it is very easy to setup and shows nice graphics (which was most important for this demo). You can also use the free Web Application Stress Tool. The ACT script I used was (substitute "slow.aspx" with "slowasync.aspx" for the async test), with 50 browser connections:

Randomize()
If Rnd(10) < 5 Then
    Test.SendRequest("
http://testserver/Demo01/Fast.aspx")
End If
Test.SendRequest("
http://testserver/Demo01/Slow.aspx")
Test.SendRequest("
http://testserver/Demo01/Fast.aspx")

Note: I've run this test in several setups with different hardware. In my Orlando session I showed numbers from ACT on the host to the web in a VPC. In my San Francisco session ACT was on a Dell D600 with the web running in a VPC on my Dell D800, which is a better way to test (in the Orlando setup ACT is drawing perf from the same CPU). The async perf is much better (even in percentages) with the SF setup. Be aware that there are a lot of variables: CPU capacity, memory, and last but not least... network interface. In another test setup I hardly saw any difference between sync and async. Why? Because the network was the bottleneck :(.

Friday, May 11, 2007 2:48:13 PM (W. Europe Daylight Time, UTC+02:00)  #    Comments [0] -
ASP.NET | English | Events

Wil je meer weten over Silverlight? Dan is silverlight.net een goed startpunt, met onder andere een aantal video tutorials. Een aantal sessies van de MIX conference en meer informatie over Sliverlight kun je vinden in deze blogpost van Scott Guthrie. Scott Hanselman heeft daarnaast een lijst met voorbeelden verzameld in zijn post Silverlight samples.

Friday, May 11, 2007 12:02:24 PM (W. Europe Daylight Time, UTC+02:00)  #    Comments [0] -
ASP.NET | Nederlands | Silverlight
Sign In

Archive
<June 2007>
SunMonTueWedThuFriSat
272829303112
3456789
10111213141516
17181920212223
24252627282930
1234567
About
This is the blog of Michiel van Otegem, a Senior Software Architect with Sogeti Netherlands, and author of several books and numerous articles on (ASP).NET, XML, and related technologies.
Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2012
Michiel van Otegem
All Content © 2012, Michiel van Otegem
DasBlog theme 'Business' created by Christoph De Baene (delarou)