タグ

2011年12月2日のブックマーク (6件)

  • Web アプリケーション プロジェクト配置の Web.config 変換構文

    This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. Web.config files typically include settings that have to be different depending on which environment the application is running in. For example, you might have to change a database connection string or disable debugging when you deploy a Web.config file.

    Web アプリケーション プロジェクト配置の Web.config 変換構文
  • PropertyPath の XAML 構文 - WPF .NET Framework

    PropertyPath オブジェクトは、PropertyPath 型を値として使用する各種プロパティを設定するうえで、複雑なインライン XAML 構文をサポートします。 このトピックでは、バインド構文とアニメーション構文に適用される PropertyPath 構文について説明します。 PropertyPath を使用する場所 PropertyPath はいくつかの Windows Presentation Foundation (WPF) 機能で使用される一般的なオブジェクトです。 共通の PropertyPath を使用してプロパティ パス情報を伝えるにもかかわらず、PropertyPath を型として使用する各機能領域の使用法はそれぞれ異なります。 そのため、機能ごとに構文を説明する方が実際的です。 WPF は主に、PropertyPath を使用して、オブジェクト データ ソースの

    PropertyPath の XAML 構文 - WPF .NET Framework
    noazoh
    noazoh 2011/12/02
  • Web Servers in Visual Studio for ASP.NET Web Projects

    When you develop web projects in Visual Studio, you need a web server to test or run them. Visual Studio lets you test with different web servers, including IIS Express, Internet Information Services (IIS), External Hosts, or Custom Web Servers. You can use any of these web servers with a file-based web application project. For a file-based web site project, you can use IIS Express. This topic des

    Web Servers in Visual Studio for ASP.NET Web Projects
  • Global.asax ファイルでのモジュールの使用

    ASP.NET には、各要求に参加して Global.asax で処理できるイベントを公開するいくつかのモジュールが用意されています。これらのモジュールは、自由にカスタマイズして拡張できます。また、まったく新しいカスタム モジュールを開発し、ASP.NET ベースのアプリケーションに対して発行された HTTP 要求に関する情報を処理することもできます。たとえば、アプリケーション全体の出力キャッシュの動作を実装する出力キャッシュ モジュールを作成できます。 すべてのモジュールには、カスタム モジュールでも .NET Framework によって提供されるモジュールでも、IHttpModule インターフェイスを実装する必要があります。これらのモジュールがアプリケーションに登録されている限り、アプリケーションが受信する HTTP 要求と簡単に対話できます。 HttpModule イベントの処理

    Global.asax ファイルでのモジュールの使用
  • 第7回 VBでも正規表現!

    富山県高岡市 株式会社イーザー副社長。当に暑い夏でしたね。私の会社では暑さのピークのときにエアコンが壊れました。ウィーンと唸るサーバーに囲まれ,汗だくで仕事をしました。また,ある休日は36度の熱気のなか,住民運動会で小学校PTAの活動資金稼ぎのために売店をしていました。少し涼しい風が吹き始めるころに夏バテで調子を崩すことがありますので,気を付けたいと思います。皆さんもどうぞご自愛くださいませ。 今回は,正規表現(regular expression)を使った入力チェックについて解説したいと思います。正規表現は,UNIX互換OSを使っている人や,PerlJavaでプログラミング経験がある人には,当たり前の機能だと思いますが,VBプログラマにはあまりなじみのあるものではないかもしれません。正規表現は記号の複雑な組み合わせになることが多いので,とっつきにくい呪文のように感じている人もいるかも

    第7回 VBでも正規表現!
    noazoh
    noazoh 2011/12/02
    正規表現
  • Data binding overview - WPF .NET

    The target property must be a dependency property. Most UIElement properties are dependency properties, and most dependency properties, except read-only ones, support data binding by default. Only types derived from DependencyObject can define dependency properties. All UIElement types derive from DependencyObject. Binding sources aren't restricted to custom .NET objects. Although not shown in the

    Data binding overview - WPF .NET
    noazoh
    noazoh 2011/12/02