-
Recent Posts
Recent Comments
- cataztrophe on Why I hate Microsoft CRM
- Genaro Meiser on A Programmer’s Cheat-Sheet for GoDaddy.com
- -tomas on Parsing JSON objects with JavascriptSerializer in .NET – Updated
- Corey on Parsing JSON objects with JavascriptSerializer in .NET – Updated
- -tomas on Parsing JSON objects with JavascriptSerializer in .NET – Updated
Categories
You might like...
Category Archives: Programming
Getting hierarchical (nested) data from DataSets
The other day I was struggling with generating XML data from a database I was working with. After talking with a co-worker, he mentioned using Transact-SQL and the “For XML Explicit” options related to a query. So I looked at how to accomplish this task using the .NET Framework. Continue reading
Posted in Programming
Tagged .NET, C#, DataRelation, DataSet, DataTable, Microsoft, Programming
Leave a comment
A JavascriptSerializer twist
I had some trouble parsing some JSON text using JavascriptSerializer class. Here is some code that I used to parse the troublesome text. Continue reading
Compiling C# Code from the Command Line (Updated)
Compiling C# Code from the command line is a useful skill. CSC.EXE and MSBUILD.EXE are two tools which professional developers should know how to use. Here’s how/why I recently had to dust off my skills in these areas. Continue reading
Why I hate Microsoft CRM
As you may have read in my other post Too Many Changes I recently got a new job. In this new job, I will be the Administrator of an installation of Microsoft Dynamics CRM (Customer Relationship Manager). The Microsoft CRM … Continue reading
Posted in Internet, Programming, Uncategorized
9 Comments
Javascriptserializer and .NET – Why the sudden interest?
A while back, I put up a page on my first introduction to the Javascriptserializer class in the .NET library. Specifically, it dealt with how I used to to write a “hello world” application for Facebook. But in the last … Continue reading
Complete MySQL and iTextSharp Example
I present a small sample web application that illustrates how to use iTextSharp to create a PDF document using data derived from a MySQL datasource. Specific workarounds for GoDaddy hosting are implemented. Continue reading
My First WordPress Post
I’ve finally decided to do something new: I installed the WordPress application on my website. This was actually pretty easy to do. This site is hosted by GoDaddy, with whom I’ve had some head-banging good times (see this). But this … Continue reading
Posted in Programming
Leave a comment