maartenba

Stories submitted by maartenba

OpenXML Silverlight 2.0 = cool!(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years, 2 months ago

TextGlow is James Newton-King's newest exciting project which basically combines Silverlight 2.0 and OpenXML into a fancy web-based Word 2007 document viewer. Think about combining this with my own Word 2007 document preview handler... read more...

add a comment |category: |Views: 73

tags: another

PHPLinq version 0.2.0 released!(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years, 2 months ago

PHPLinq version 0.2.0 released read more...

add a comment |category: |Views: 1

tags: another

Data Driven Testing in Visual Studio 2008 - Part 2(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years, 3 months ago

This is the second post in my series on Data Driven Testing in Visual Studio 2008. The first post focusses on Data Driven Testing in regular Unit Tests. This part will focus on the same in web testing. read more...

add a comment |category: |Views: 18

tags: another

Data Driven Testing in Visual Studio 2008 - Part 1(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years, 3 months ago

We all know unit testing. These small tests are always based on some values, which are passed throug a routine you want to test and then validated with a known result. But what if you want to run that same test for a couple of times, wih different data and different expected values each time? Data Driven Testing comes in handy. Visual Studio 2008 offers the possibility to use a database with parameter values and expected values as the data source for a unit test. That way, you can run a unit test, for example, for all customers in a database and make sure each customer passes the unit test. read more...

add a comment |category: |Views: 19

tags: another

Code performance analysis in Visual Studio 2008(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years, 3 months ago

Article on how to perform code performance analysis (profiling) in Visual Studio 2008 read more...

add a comment |category: |Views: 920

tags: another

ASP.NET Session State Partitioning using State Server Load Balancing(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years, 3 months ago

ASP.NET session state partitioning is not well-known among ASP.NET developers. This article demonstrates how to build a load-balanced session store. read more...

add a comment |category: |Views: 49

tags: another

ASP.NET Session State Partitioning(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years, 3 months ago

Session state partitioning in ASP.NET (spread session data across multiple session servers). This feature is not clealy documented! read more...

add a comment |category: |Views: 10

tags: another

Preview Word files (docx) in HTML using ASP.NET, OpenXML and LINQ to X(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years, 3 months ago

Create an ASP.NET handler (ashx) which enables you to preview a Word 007 file that is located on the server. read more...

add a comment |category: |Views: 237

tags: another

ASP.NET DataPager not paging after first PostBack?(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years, 3 months ago

A common ASP.NET mistake is handled in this post. read more...

add a comment |category: |Views: 159

tags: another

ASP.NET load balancing and ASP.NET state server (aspnet_state)(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years, 3 months ago

ASP.NET load balancing and the ASP.NET state server read more...

add a comment |category: |Views: 35

tags: another