.NET Framework 3.5 Client Profile

clock September 5, 2008 21:50 by author
.NET Framework 3.5 Client Profile (以下 Client Profile) は、クライアントアプリケーションを配布する際の、.NET Framework のインストールがもっと速くならないかという、多くのお客様からの要望に応えるために作成されました。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


[ブログ紹介] ASP.NET MVC ScottGu's Blog 彼は最後の記事を書き始めました

clock September 3, 2008 14:00 by author
彼は最後の記事を書き始めました 彼は一ヶ月の記事は見ない [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


[ブログ紹介] ASP.NET MVC

clock September 3, 2008 13:42 by author
.NET によるサーバー開発を実施されている方にとっては、この仕組みは大変興味のある分野かと思いますので、ご参加されなかった方も、スライドで概要 (観点) をご想像いただければと思います。(考え方、視点がよく整理されています。またナオキさんの記事では、これに導入からテストまでの手順的なものも含め把握していくことができます) [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


[Tips]Windows Server 2008 に SharePoint Server 2007 をインストールする際の注意点

clock September 3, 2008 10:45 by author citiszo
ここ数週間にわたって、検索に関するワンポイントをご紹介してきました。他にも少しあるのですが、1 か月も続けて話すほどではないので、ちょっと話題を変えてコマンド ウィンドウのお話をしましょう。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


親テーブルと子テーブルを DataSet 上で連携し、作業ウィンドウとシートの表示を連動させる方法 C# 版

clock September 3, 2008 09:20 by author
親テーブルと子テーブルを DataSet 上で連携し、作業ウィンドウとシートの表示を連動させる方法 C# 版 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


[BookMark]ASP.NET の仕組み

clock September 2, 2008 12:15 by author
1.処理の開始と HttpContext ASP.NET を含む Web アプリケーションでは、ブラウザから Web サーバにリクエストが投げられることによって一回の処理が開始され、Web サーバがブラウザにHTMLを送り返すことで処理が終了します。Web アプリケーションはこのリクエスト単位の処理を何回も繰り返すことによって、一つのシステムとして動作しているのです。 そしてASP.NET では、Web サーバとして必ず IIS が動作しています。このため、ブラウザから投げられたリクエストをサーバ上でまず IIS が受け取ります。IIS は要求されているURL の拡張子を... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


[Ruby]Rubyで日付-時間を操作

clock August 30, 2008 16:47 by author citiszo
年と月だけがわかっていて、その月の月末の日を求める方法です。 Date関数を使うとめちゃ簡単です。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


[Python]文字列から日付型変換と演算

clock August 30, 2008 16:22 by author citiszo
検索結果を filter 使って絞って、order_by でソートできるのもわかりました。 なので、「今日の分だけ表示」はできた。 んで、「昨日(前の日)」を得るために、日付の書式で入力された文字列('2007-04-08'とか)を日付型に変換する方法がよくわからんかった。。。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


PHP から SQLite に接続する方法

clock August 30, 2008 14:38 by author
下記が PHP から SQLite に接続する例です。 ヘテムルでは、PHP4 と PHP5 でご利用いただけます。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Ruby 月末の日付を年月から計算

clock August 30, 2008 14:29 by author citiszo
年と月だけがわかっていて、その月の月末の日を求める方法です。 Date関数を使うとめちゃ簡単です。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


PHP から MySQL に接続する方法

clock August 30, 2008 11:32 by author
下記が PHP から MySQL に接続する例です。 ヘテムルでは、PHP4 と PHP5 でご利用いただけます。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


ASP.NET でJSON形式を提供するために JavaScriptSerializer

clock August 29, 2008 18:27 by author
でもって JSON データの提供だが、.NET Framework 3.5 では WCF を使えという方向になっていたようなのだが、これはこれでWeb.Config に設定を書かないといけないというのは、どうにもイケてない。提供するデータ形式を柔軟にする必要もないのに。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


ASP.Net JSON形式に変換

clock August 29, 2008 17:46 by author
Microsoftのhttp://www.asp.net/ajax/にて、 「ASP.NET AJAX Downloads for ASP.NET 2.0」をダウンロードして、 入手することができます。 インストールして、参照設定を行います。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


[Ruby]Rubyで日付-時間を操作

clock August 29, 2008 14:41 by author citiszo
年と月だけがわかっていて、その月の月末の日を求める方法です。 Date関数を使うとめちゃ簡単です。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


WCF の ASP.NET Compatibility Model を使用した Stateful な N-tier アプリケーション

clock August 29, 2008 13:09 by author
この ASP.NET Comparibility Model のソースコードのエッセンスについては後述で説明をおこないますので、まずは、セッションでご紹介したかった ASP.NET Comparibility Model、Durable Service、Workflow Service のすべての事例 (サンプルデモ) について内容や特徴をサマリーしておきます。(WCF の Stateful な load balancing 全体についての総括です。) [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Search

Calendar

<<  September 2008  >>
SuMoTuWeThFrSa
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011

Archive

Tags

Categories


Blogroll

    Disclaimer

    The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

    © Copyright 2008

    Sign in