-
Archives
- July 2010
- January 2010
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- July 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
-
Meta
Category Archives: Mono/.Net
Missing MySQL’s REPLACE (aka MERGE) in PostgreSQL
When Synthesys first decided to go with PostgreSQL as the database for a large web application, I was very excited to get away from our usual reliance on MySQL and move to a real database platform. Once we figured out … Continue reading
Posted in Mono/.Net, Open Source, PostgreSQL, SQL, Technology
Leave a comment
Microsoft Creates SourceForge 2.0?
I just read on OSNews.com that Microsoft created a site called CodePlex which appears to be identical to SourceForge.net. Evidently the point of CodePlex is to host and manage open source projects (as well as Microsoft’s shared source projects). CodePlex … Continue reading
Posted in Mono/.Net, Open Source
Leave a comment
More ASP.Net 2.0 features missing from Mono 1.1.13.4
After stripping out the SiteMap Provider, Membership Provider, and Role Provider, I discovered a few more ASP.Net 2.0 features that are missing from Mono 1.1.13.4: System.Web.UI.WebControls.BulletedList:Render is not implemented. That seems like an easy place for me to learn Mono … Continue reading
Posted in Mono/.Net, Open Source
2 Comments
“Fun” with ASP.Net 2.0 in Mono 1.1.13.4
I tried to get the ASP.Net 2.0 project we’re working on at Synthesys running on Mono. The server runs Debian Linux Etch, and I use the following packages (some of them are preview packages): mono (and related libraries) 1.1.13.4-0pre6 mono-xsp2 … Continue reading
Posted in GNU/Linux, Mono/.Net, Open Source
5 Comments
First CIS199 Class
I’m teaching CIS199 Programming and Data Structures II as an adjunct professor at Greenville College this semester. If you remember, I taught CIS210 Programming and Data Structures I last semester (Fall ’05). Now I know what you’re thinking: Why is … Continue reading
The Day I pwned Mono
I just spotted a bug in a patch submitted to the mono-devel-list that I just joined yesterday. It was a simple typo, but a bug nonetheless. So, when do I get syndicated on Monologue?
Posted in Mono/.Net
Leave a comment