Sign In
Olav Tollefsen's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET 3.5
LINQ
Visual Studio 2008
Windows Server 2008
Archive
Archives
March 2009
(1)
October 2008
(2)
September 2008
(1)
August 2007
(2)
May 2007
(1)
September 2005
(1)
MSDN Blogs
>
Olav Tollefsen's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Olav Tollefsen's Blog
Using Windows Azure Blob Storage to store aerial images
Posted
over 3 years ago
by
Olav Tollefsen
3
Comments
The scenario I have an ASP.NET web application, which is used to search and navigate over a very large number of aerial images. Currently there are nearly 400.000 images consuming 2 TB of storage + backups. I thought it would be a good idea to see how...
Olav Tollefsen's Blog
How to create and Publish your first Windows Azure application
Posted
over 4 years ago
by
Olav Tollefsen
4
Comments
Signup for a Windows Azure account First you need to signup for a Windows Azure account and get an invitation code to setup the server. Visit http://www.azure.com for that. Setup the development environment Download and install the following from http...
Olav Tollefsen's Blog
Windows Azure announced
Posted
over 4 years ago
by
Olav Tollefsen
0
Comments
Today at the PDC 2008 keynote Windows Azure and the Azure Services plattform was announced by Ray Ozzie. What is Azure? Windows Azure is a new operating system and platform for building and running applications and services, that will be hosted...
Olav Tollefsen's Blog
What is the PDC 2008 all about?
Posted
over 4 years ago
by
Olav Tollefsen
0
Comments
Have you heard that PDC2008 is the place to see the coolest new technology? That's right, at PDC2008, you'll discover what is in store for the future of ASP.NET. Have some fun with XNA and game development, or go in-depth with IronRuby. Other topics include...
Olav Tollefsen's Blog
Using LINQ to Objects to simplify procedural code
Posted
over 5 years ago
by
Olav Tollefsen
0
Comments
How many times haven't you written procedural code to loop through lists to do sorting and filtering of items like this? List < Position > positions = GetPositions(); // Sort the list and filter SortedList < string , Position >...
Olav Tollefsen's Blog
How does LINQ to SQL affect the architecture of your application?
Posted
over 5 years ago
by
Olav Tollefsen
4
Comments
During the past week, I have been converting a few applications to using Visual Studio 2008 and LINQ. It’s nice to be able to remove all of the SQL query strings from my code and replace them with nice and clean LINQ syntax. In the beginning, I was a...
Olav Tollefsen's Blog
Howto enable Windows Search Service in Windows Server 2008
Posted
over 5 years ago
by
Olav Tollefsen
9
Comments
I found that the Windows Search Service in Windows Server 2008 is a bit hard to discover. The Windows Search Service is actually burried as a Role Service under the File Services Role. These are the steps to add and enable the Windows Search Service...
Olav Tollefsen's Blog
Windows Presentation Foundation (Avalon) Databinding to objects
Posted
over 7 years ago
by
Olav Tollefsen
1
Comments
Databinding to an object datasource is really simple in Windows Presentation Foundation. I didn't find any good samples around, so I'm posting some code here to help you save some time. My scenarion is really simple, I would like to create an WPF application...
Page 1 of 1 (8 items)