Browse by Tags
All Tags »
Programming (
RSS)
Don't know if you can still see this post via your RSS reader. just started from yesterday Feedburner had my old feed http://feeds.feedburner.com/rextangtw changed to a RSS redirect tag like this. <? xml version="1.0" ?> < redirect > <...
Just for your reference here if you didn't see the main page , this "Past" blog is the archive of my previous blog hosted at http://blog.rex.la . All the links at http://blog.rex.la will correctly links to posts here (through URL rewriting), so that all...
My situation as follows: I am developing my project with my team using SQL Server as testing database, the production environment will use Oracle to host the data. We used NHibernate 1.0.0 as the O/R Mapper to deal with database transparency and focus...
Just ran into Scott's post talking about debugging programs. noticed this little free useful tool: Process Explorer from SysInternals . It can track detail information of all the processes a machine is running. which was something not able to find out...
Ok, I am doing test for migrating my blog site to CommunityServer 1.1. As my server is running Windows 2003 Server Traditional Chinese Version, I found that if clicking blog archive months, there will be error like this: Syntax error converting datetime...
[via Rob Howard ] CommunityServer 2.0 beta 1 binary was released for public download . and there is a showcase website available for demo. Also via the other Rob's post , www.asp.net now running on ASP.NET 2.0. it's a places of resources for asp.net ...
Just did a series reading started from Andrew Connell 's FeedBurner posts ( here and here and here and here ) , which followed to Scott Mitchell 's posts ( here and here ), also got Scott Hanselman's post appeared in Andrew's post comment trackback. This...
Today marks a big day for Microsoft ! It's already full at MSDN blogs that finally Visual Studio 2005 and SQL Server 2005 RTM version are available for download from MSDN subscriptions . refer to links here and here for the following read up. SQL Server...
Took me some time to find out the problem. I was saving my serialized objects xml string to my database. SQL server nvarchar had a max length of 4000 chars, it's better to use a ntext to storing those xml string. later found that the data saved to database...
It's not news anymore, NHibernate finally got its 1.0 release , not a beta or RC anymore. Saw this announcement stated at 10/17 couple days ago that NHibernate joins Hibernate at JBoss Inc. , which stated: NHibernate is a port of Hibernate 2.1 to the...
It's always time pressures... when it comes to solution implementations... The most interesting part of doing a project is the process of architecting a solution - which I felt. A good architecture secures the base of a system and provides its stabilities...
Thanks to MVP Bruce Lee 's information and the help from Taiwan MVP Lead Cathy Lee, I've received the award as a Microsoft Most Valuable Professional. I'll continue contributing my technical expertise to necessary communities as needed... 感謝 MVP Bruce...
On my reading of Ajax.Net documents today, there is a keyword " JSON " appears sometimes. A Windows Desktop Search found my PDCBlogger.NET feed that contains Steve Maine's blog post, which had a nice article talking about JSON (JavaScript Object Notation...
Finally I got some time to really dig into articles talking about AJAX . I am going to do some AJAX tricks in my current project. In the search of the proper AJAX wrapper for .NET , mostly the result came out to Ajax.Net , seems it's the most popular...
When deploying an ASP.NET web project, generally lots of files are not needed to copy to the production environment. project files, solution files, compiled debugging files, .cs .vb source files, etc, for example. If the source code was checked out from...
More Posts
Next page »