first_page

Today’s Software Development Links

Connecting to SQLite

The elipse.org wiki has an article “Connecting to SQLite” that shows how to use Eclipse in Windows to connect to SQLite. I am unable to find a similar article for Eclipse in Linux.

Its strange how seemingly unsupported SQLite is—even in spite of one of the most cash-flushed technology companies on Earth releasing a product called Google Gears that depends heavily on SQLite.

App-Domain could not be created. Error: 0x80131902

Jonathan’s Blog covers “App-Domain could not be created. Error: 0x80131902,” This error happened to me back when I was running Windows XP. I’m just dumping this link into my Blog for possible future reference.

Understanding Session State Modes

These days are not filled with me searching hard for a great summary of ASP.NET Session State modes so “Understanding Session State Modes” is just fine for now.

C# Generics

This paragraph represents a commitment to write a Funky KB article about C# Generics. These two links help: “Generics and the special constraints” from Brad Abrams and “Generics FAQ: Best Practices.”

Currying: More Functional Language Lingo

Okay. Since JavaScript under the Douglas Crockford regime throws me into the world of functional languages, it can’t hurt to read about currying, “the technique of transforming a function that takes multiple arguments into a function that takes a single argument.”

*.dll.refresh and ASP.NET

*.dll.refresh and ASP.NET” at xanga.com reminds me that .NET assemblies as DLL can be slightly hellish. In a separate issue, there are times when I have to bounce the ASP.NET worker process (w3wp.exe in Windows Server 2003) to release DLLs. This is my second time mentioning this xanga.com article.

rasx()