-
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 > < newLocation > http://blog.rex.la/rss.aspx <...
Posted to
Rexiology::Past
by
rextangtw
on
2005/12/7
Filed under:
Filed under: Japan 日本文化, Microsoft/.NET, Tools 好用的工具, Life 生活, Blog Framework / Tools, I.T. Related, Movies 電影, Music 音樂, Travel 旅行, Readings 閱讀, Yahoo, Feelings 雜記, MS TechEd, O/R Mapping, Programming, Business 商業, Mobile Life
-
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 the links outside the world will still working...
Posted to
Rexiology::Past
by
rextangtw
on
2005/11/28
Filed under:
Filed under: Japan 日本文化, Microsoft/.NET, Tools 好用的工具, Life 生活, Blog Framework / Tools, I.T. Related, Movies 電影, Music 音樂, Travel 旅行, Readings 閱讀, Yahoo, Feelings 雜記, MS TechEd, O/R Mapping, Programming, Business 商業, Mobile Life
-
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 on the core process. As previous post stated that...
-
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 from character string. 描述: 在執行目前 Web 要求的過程中發生未處理的例外情形...
-
[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 , nice place to visit. I am currently in the middle...
-
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 is all about syndication through FeedBurner ....
-
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 2005 only got Developer Edition available for download...
-
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 was always been turncated thus caused the objects...
-
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 .NET platform. After several years of development...
-
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 and extensiblities. when it's done, developers...
-
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 Lee 的資訊以及台灣 MVP Lead Cathy Lee 的協助, 順利取得 Microsoft...
-
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). [via Steve Maine, Brain.Save() ] JSON (JavaScript...
-
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 AJAX wrapper in .NET world. Microsoft also got an...
-
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 CVS server, there will be CVS meta data folders...
-
For quick prototyping, my project is using Microsoft Web Control's TreeView Server Control to display tree menu items. Microsoft provide a Web Control for ASP.NET to use, which had a small but nice TreeView control to use in the asp.net applications. it is contained in a DLL named Microsoft.Web.UI.WebControls...