|
|
Klaus
Stories submitted by Klaus
|
|
submitted by
Klaus
4 days, 2 hours ago
tellingmachine.com — Being confronted with an occasional bug in a complex system can be quite overwhelming. There are three disciplines that help you to stay strong:
1) Read and learn about your platform and how to debug it.
2) Use tools to quickly get the low hanging fruit. This might be enough in most of the cases to identify the bug.
3) Think out of the box and try to be creative. Build a model, play with it, break it and fix it. In the worst case, you won't have found the cause of the bug, but you learned at least something new about your software.
read more...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Klaus
26 days, 1 hour ago
tellingmachine.com — The tool that I am presenting here renames batches of files that have some kind of numerical index as part of their file name. It can rename the text before the index, it can shift the index numbers, give the files a new extension and add or remove leading zeros to and from the numerical index part of the file name. It uses Regular Extensions to parse the file names. read more...
|
|
tags:
winforms, RegEx, FileInfo.MoveTo | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Klaus
1 month, 23 days ago
tellingmachine.com — It is a common practice to store time as UTC on the server and render it as local time based on the time zone the browser is running in. This blog post describes one simple approach to solving this problem.
read more...
add a comment
|
category: ASP.NET | Views: 18
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Klaus
2 months, 15 days ago
tellingmachine.com — IPv6 might break the connection between IE 7 to the local instance of the Visual Studio development web server "webdev.webserver.exe". read more...
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 19 days ago, submitted by
Klaus
2 months, 21 days ago
tellingmachine.com — Getting the time stamps and time zones right is straight forward. There are many options. Making it transparent to the user is an interesting challenge. It will require some plumbing changes in the core on top of a BlogEngine extension. read more...
add a comment
|
category: Open Source | Views: 2
|
|
tags:
OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Klaus
3 months, 22 days ago
tellingmachine.com — This post introduces a BlogEngine 1.3 extension that automatically generates a Table Of Contents based on h1-h6 heading tags that are found in the body of posts and pages. The TOC is going to be rendered as either a <ul> or <ol> html list of anchors (links) to the corresponding heading tags. If the post or page is being saved for the first time then the TOC will be placed where the tag [ t o c a u t o g e n ] is located. Updating the post will look for <div id="tocautogen"></div> html construct and it replace it with the updated version of the TOC. The html that renders the TOC uses the xoxo class id pattern that specifies the Microformats XOXO Outline. read more...
add a comment
|
category: ASP.NET | Views: 0
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Klaus
3 months, 25 days ago
tellingmachine.com — This post introduces a BlogEngine 1.3 extension that automatically generates a Table Of Contents based on h1-h6 heading tags that are found in the body of posts and pages. The TOC is going to be rendered as either a <ul> or <ol> html list of anchors (links) to the corresponding heading tags. read more...
add a comment
|
category: ASP.NET | Views: 0
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Klaus
4 months, 9 days ago
romanclarkson.us — Roman published a pingservices.xml file that can be directly used as Ping Server configuration file for BlogEngine.NET read more...
add a comment
|
category: Community | Views: 0
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 20 days ago, submitted by
Klaus
4 months, 25 days ago
tellingmachine.com — I just finished upgrading my blog to BlogEngine version 1.3. While in the process of porting it to the new release, I spent some time experimenting with the extensions and the new BlogEngine 1.3 Extension Manager. I tried to keep track of most of the extensions that get posted on CodePlex and I thought I write a blog post that lists all the extensions that I found and demonstrates them in this post, if applicable. This way BlogEngine fans that don't keep track of all the traffic on CodePlex would get be able to quickly check the availability of a specific add-on for BlogEngine.
read more...
3 comments
|
category: Community | Views: 2
|
|
tags:
BlogEngine.NET, Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Klaus
6 months, 20 days ago
tellingmachine.com — When you are developing an application with third party components and you need to come up with an appropriate way to handle concurrency, then It might be time for some debugging. This article describes how to reverse engineer a component that calls CoInitializeEx. This knowledge can be used to decide whether to use a windows message pump or a BackGroundWorker component to keep a .NET Windows Forms application responsive to user input. read more...
|
|
tags:
winforms | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Klaus
6 months, 29 days ago
tellingmachine.com — This article is about a utility to export ArchestrA Object Attribute Properties. This C# console application is used to reflect over the Meta data of ArchestrA Object primitives. It is also an example of command line argument parsing and accessing the registry. read more...
1 comment
|
category: C# | Views: 0
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Klaus
7 months, 9 days ago
weblogs.asp.net — Below are some answers to a couple of questions about the recent VS 2008 release that I've seen the last few days: read more...
1 comment
|
category: Visual Studio | Views: 0
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Klaus
7 months, 16 days ago
weblogs.asp.net — Over the last few weeks I've been writing a series of blog posts that cover LINQ to SQL. LINQ to SQL is a built-in O/RM (object relational mapper) that ships in the .NET Framework 3.5 release, and which enables you to model relational databases using .NET classes. You can use LINQ expressions to query the database with them, as well as update/insert/delete data. read more...
add a comment
|
category: Linq | Views: 5
|
|
tags:
ScottGuthrie, LinqToSql, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 9 days ago, submitted by
Klaus
7 months, 16 days ago
weblogs.asp.net — Over the last few weeks I've been writing a series of blog posts that cover LINQ to SQL. LINQ to SQL is a built-in O/RM (object relational mapper) that ships in the .NET Framework 3.5 release, and which enables you to model relational databases using .NET classes. You can use LINQ expressions to query the database with them, as well as update/insert/delete data.
read more...
1 comment
|
category: Linq | Views: 2
|
|
tags:
LINQ, repost, LinqToSql, ScottGuthrie | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Klaus
7 months, 27 days ago
tellingmachine.com — This article describes how to change the ToolTip of constituent .NET controls that are part of a third party composite control. read more...
|
|
tags:
tooltips, winforms | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Klaus
8 months, 5 days ago
tellingmachine.com — If you never used Photoshop, but you need to create a favicon for your web site. This might be the article that gets you started quickly. read more...
1 comment
|
category: Tips & Tricks | Views: 0
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|