はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    参議院選挙2025

『Steve Sanderson's Blog』

  • 人気
  • 新着
  • すべて
  • Meet WebWindow, a cross-platform webview library for .NET Core

    8 users

    blog.stevensanderson.com

    My last post investigated ways to build a .NET Core desktop/console app with a web-rendered UI without bringing in the full weight of Electron. This seems to have interested a lot of people, so I decided to upgrade it to newer technologies and add cross-platform support. The result is a little NuGet package called WebWindow that you can add to any .NET Core console app. It can open a native OS win

    • テクノロジー
    • 2019/11/19 13:31
    • .net
    • web
    • あとで読む
    • ASP.NET Core + Angular 2 template for Visual Studio

      3 users

      blog.stevensanderson.com

      Now that ASP.NET Core, Angular 2, and TypeScript 2 have all shipped final versions, it’s a great time to combine them all into one powerful rich web application platform. For many months, I’ve been working with some great community contributors on our GitHub repo to build supporting libraries, packages, and ultimately what we hope is the ideal starting-point template for such applications. As well

      • テクノロジー
      • 2017/01/05 05:29
      • Selective Unit Testing – Costs and Benefits

        4 users

        blog.stevensanderson.com

        I’ve been writing unit tests regularly for 2-3 years now, and doing full-blown test-driven development (TDD) full time for about the last year. Throughout this whole time, I keep noticing the same thing over and over: Published Nov 4, 2009 For certain types of code, unit testing works brilliantly, flows naturally, and significantly enhances the quality of the resulting code. But for other types of

        • テクノロジー
        • 2015/06/26 11:48
        • unit test
        • 設計
        • test
        • テスト
        • プログラミング
        • あとで読む
        • Knockout 3.2.0 released

          3 users

          blog.stevensanderson.com

          This one has been slow-cooking since February and it’s good. For the first time in a while, this release focuses on adding some significant new features to Knockout. Almost any developer using KO should seriously consider making use of these, as they can greatly streamline your code. Published Aug 18, 2014 So what’s new? Components Components bring a new and hugely more scalable way of structuring

          • テクノロジー
          • 2014/08/19 09:32
          • JavaScript
          • library
          • Experiments with Koa and JavaScript Generators

            11 users

            blog.stevensanderson.com

            Koa is a new application framework for Node.js. Its whole point is to eliminate the callback madness that plagues many Node.js apps. It achieves this previously-impossible feat by using the powerful generators feature which is new in JavaScript ES6. Koa is built by the same people who created Express, the best-known Node.js application framework, so it’s at least worth a look. Published Dec 21, 20

            • テクノロジー
            • 2013/12/22 21:43
            • koa
            • node.js
            • javascript
            • tech
            • Knockout v2.3.0 released; v3.0.0 beta available

              4 users

              blog.stevensanderson.com

              Lots of new goodies for Knockout.js developers today! You can download version 2.3.0 final or 3.0.0 beta from the downloads page right now. Published Jul 9, 2013 Why two new versions on the same day? The KO team and community has been hard at work preparing for the next phase of the library’s evolution, and we decided to roll it out in the form of a choice: Get v2.3.0 if you just want all the bugf

              • テクノロジー
              • 2013/07/09 21:31
              • JavaScript
              • library
              • development
              • Knockout-ES5: a plugin to simplify your syntax

                5 users

                blog.stevensanderson.com

                Knockout-ES5 is a plugin for Knockout.js that lets you use simpler and more natural syntax in your model code and bindings. For example, you can replace this: Published May 20, 2013 var latestOrder = this.orders()[this.orders().length - 1]; // Read a value latestOrder.isShipped(true); // Write a value

                • テクノロジー
                • 2013/05/20 23:31
                • Rich JavaScript Applications – the Seven Frameworks (Throne of JS, 2012)

                  29 users

                  blog.stevensanderson.com

                  A week ago was the Throne of JS conference in Toronto, perhaps the most interesting and different conference I’ve been to for a while. Quoting its website: Published Aug 1, 2012 It’s no longer good enough to build web apps around full page loads and then “progressively enhance” them to behave more dynamically. Building apps which are fast, responsive and modern require you to completely rethink yo

                  • テクノロジー
                  • 2012/08/02 00:01
                  • javascript
                  • MVC
                  • framework
                  • programming
                  • 比較
                  • 資料
                  • *あとで読む
                  • Knockout 2.0.0 released

                    9 users

                    blog.stevensanderson.com

                    Here it is at last! Knockout 2.0.0 contains a huge set of improvements since the 1.2.x line. If you’re using KO already, see below for some of the highlights. Published Dec 21, 2011 New to all this? Now’s a great time to check it out. Knockout is an MVVM library for JavaScript – it makes rich dynamic web UIs easier and cleaner to build. The best place to start learning is with the interactive tuto

                    • テクノロジー
                    • 2011/12/22 23:39
                    • knockout.js
                    • javascript
                    • library
                    • development
                    • Web
                    • Behavior Driven Development (BDD) with SpecFlow and ASP.NET MVC « Steve Sanderson’s blog

                      4 users

                      blog.stevensanderson.com

                      Test Driven Development (TDD) has been around for about a decade, and has been mainstream for at least five years now. During this time, TDD practitioners have been gradually changing and refining the methodology, the mindset, and the terminology in an effort to increase its usefulness and avoid some of the problems that newcomers often experience. Published Mar 3, 2010 The mindset and terminology

                      • テクノロジー
                      • 2011/07/18 08:38
                      • BDD
                      • test
                      • .NET
                      • Steve Sanderson's Blog

                        3 users

                        blog.stevensanderson.com

                        gRPC-Web is a convenient, high-performance alternative to JSON-over-HTTP for single-page applications

                        • 世の中
                        • 2011/02/06 00:42
                        • *あとで
                        • Scaffold your ASP.NET MVC 3 project with the MvcScaffolding package

                          4 users

                          blog.stevensanderson.com

                          This post is part of a series about the MvcScaffolding NuGet package: Published Jan 13, 2011 This post: Scaffold your ASP.NET MVC 3 project with the MvcScaffolding package Standard usage: Typical use cases and options One-to-Many Relationships Scaffolding Actions and Unit Tests Overriding the T4 templates Creating custom scaffolders Scaffolding custom collections of files Among many other improvem

                          • テクノロジー
                          • 2011/01/15 21:41
                          • Introducing Knockout, a UI library for JavaScript

                            7 users

                            blog.stevensanderson.com

                            Knockout is a JavaScript library that makes it easier to create rich, desktop-like user interfaces with JavaScript and HTML, using *observers *to make your UI automatically stay in sync with an underlying data model. It works particularly well with the MVVM pattern, offering *declarative bindings *somewhat like Silverlight but without the browser plugin. Published Jul 5, 2010 So, what distinguishe

                            • テクノロジー
                            • 2010/07/07 09:56
                            • knockout
                            • javascript
                            • library
                            • Writing Great Unit Tests: Best and Worst Practices

                              13 users

                              blog.stevensanderson.com

                              This blog post is aimed at developers with at least a small amount of unit testing experience. If you’ve never written a unit test, please read an introduction and have a go at it first. Published Aug 24, 2009 What’s the difference between a good unit test and a bad one? How do you learn how to write good unit tests? It’s far from obvious. Even if you’re a brilliant coder with decades of experienc

                              • テクノロジー
                              • 2010/03/23 10:05
                              • UnitTest
                              • TDD
                              • テスト
                              • iOS
                              • プログラミング

                              このページはまだ
                              ブックマークされていません

                              このページを最初にブックマークしてみませんか?

                              『Steve Sanderson's Blog』の新着エントリーを見る

                              キーボードショートカット一覧

                              j次のブックマーク

                              k前のブックマーク

                              lあとで読む

                              eコメント一覧を開く

                              oページを開く

                              はてなブックマーク

                              • 総合
                              • 一般
                              • 世の中
                              • 政治と経済
                              • 暮らし
                              • 学び
                              • テクノロジー
                              • エンタメ
                              • アニメとゲーム
                              • おもしろ
                              • アプリ・拡張機能
                              • 開発ブログ
                              • ヘルプ
                              • お問い合わせ
                              • ガイドライン
                              • 利用規約
                              • プライバシーポリシー
                              • 利用者情報の外部送信について
                              • ガイドライン
                              • 利用規約
                              • プライバシーポリシー
                              • 利用者情報の外部送信について

                              公式Twitter

                              • 公式アカウント
                              • ホットエントリー

                              はてなのサービス

                              • はてなブログ
                              • はてなブログPro
                              • 人力検索はてな
                              • はてなブログ タグ
                              • はてなニュース
                              • ソレドコ
                              • App Storeからダウンロード
                              • Google Playで手に入れよう
                              Copyright © 2005-2025 Hatena. All Rights Reserved.
                              設定を変更しましたx