タグ

2010年7月12日のブックマーク (5件)

  • 連載:ADO.NET Entity Framework入門 - @IT

    第2回 簡潔なコーディングのために (2017/7/26) ラムダ式で記述できるメンバの増加、throw式、out変数、タプルなど、C# 7には以前よりもコードを簡潔に記述できるような機能が導入されている 第1回 Visual Studio Codeデバッグの基礎知識 (2017/7/21) Node.jsプログラムをデバッグしながら、Visual Studio Codeに統合されているデバッグ機能の基の「キ」をマスターしよう 第1回 明瞭なコーディングのために (2017/7/19) C# 7で追加された新機能の中から、「数値リテラル構文の改善」と「ローカル関数」を紹介する。これらは分かりやすいコードを記述するのに使える Presentation Translator (2017/7/18) Presentation TranslatorはPowerPoint用のアドイン。プレゼンテー

  • WPF | 創造的プログラミングと粘土細工

    プログラミング関連Blog 私の興味の端から端までをお届けします! 【免責事項】このサイトの情報は私の個人的な見解で、私以外の意見を代弁するものではありません。 【WPF】FrameworkElement.DataContextプロパティを無効にする方法 http://pro.art55.jp/?eid=1304213 前回は、DataContextに設定した値をクリアーし、親要素の値を再設定したい場合は、DependencyProperty.UnsetValueを設定するばよいという方法を紹介しましたが、今回はDataContextの値が変更されるタイミングを見ていきたいと思います。私の個人の意見としては、一度設定したDataContextの値を変えてしまうような実装は、WPFアプリケーションの設計としては、バグの元になりやすく、間違っていると思います。(伝搬して変更した子要素のData

    noazoh
    noazoh 2010/07/12
    WPF関連のエントリのみ抜粋
  • Object Services の概要 (Entity Framework)

    Object Services は、Entity Framework のコンポーネントです。このコンポーネントは、エンティティ型のインスタンスである厳密に型指定された CLR オブジェクトとして表現されるデータのクエリ、挿入、更新、および削除を可能にします。Object Services は、概念モデルで定義された型に対して、統合言語クエリ (LINQ) および Entity SQL クエリの両方をサポートしています。Object Services は、返されたデータをオブジェクトとして具体化し、オブジェクトの変更をデータ ソースに保存します。また、変更の追跡、コントロールへのオブジェクトのバインド、同時実行の処理などの機能も提供します。 Object Services は、System.Data.Objects 名前空間および System.Data.Objects.DataClasse

    Object Services の概要 (Entity Framework)
    noazoh
    noazoh 2010/07/12
    EDMまわりはよくわらかん・・
  • Troubleshooting ASP.NET5 Website in IIS - MSDN Blogs

    In Visual Studio 2022 17.10 Preview 2, we’ve introduced some UX updates and usability improvements to the Connection Manager. With these updates we provide a more seamless experience when connecting to remote systems and/or debugging failed connections. Please install the latest Preview to try it out. Read on to learn what the Connection ...

    Troubleshooting ASP.NET5 Website in IIS - MSDN Blogs
    noazoh
    noazoh 2010/07/12
    Entity Framework(EDM)にバインドする方法
  • Bind WPF controls to a dataset - Visual Studio 2015

    In this walkthrough, you will create a WPF application that contains data-bound controls. The controls are bound to product records that are encapsulated in a dataset. You will also add buttons to browse through products and save changes to product records. This walkthrough illustrates the following tasks: Creating a WPF application and a dataset that is generated from data in the AdventureWorksLT

    Bind WPF controls to a dataset - Visual Studio 2015
    noazoh
    noazoh 2010/07/12
    ADO.NETのDataSetとバインドする簡単なサンプル。