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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    ノーベル賞

『Redgate Software - End-to-end Database DevOps Solutions and Tools For SQL Ser...』

  • 人気
  • 新着
  • すべて
  • Don't use DISTINCT as a "join-fixer"

    5 users

    www.red-gate.com

    https://www.red-gate.com/simple-talk/databases/sql-server/t-sql-programming-sql-server/dont-use-distinct-as-a-join-fixer/ I’ve quietly resolved performance issues by re-writing slow queries to avoid DISTINCT. Often, the DISTINCT is there only to serve as a “join-fixer,” and I can explain what that means using an example. Let’s say we have the following grossly simplified schema, representing custo

    • テクノロジー
    • 2023/10/21 08:39
    • SQL
    • Entity Framework Performance and What You Can Do About It

      3 users

      www.red-gate.com

      https://www.red-gate.com/simple-talk/development/dotnet-development/entity-framework-performance-and-what-you-can-do-about-it/ Compared to writing your own SQL to access data, you can become miraculously more productive by using Entity Framework (EF). Unfortunately, several traps that are easy to fall into have given it a reputation for performing poorly; but it doesn’t have to be this way! The pe

      • テクノロジー
      • 2016/08/23 09:53
      • Flyway | Redgate

        5 users

        www.red-gate.com

        Redgate Test Data Manager Improve your release quality and reduce your risk, with the flexibility to fit your workflow

        • 暮らし
        • 2016/03/03 01:09
        • Tools
        • web
        • Five Online Database Modelling Services

          30 users

          www.red-gate.com

          https://www.red-gate.com/simple-talk/databases/sql-server/database-administration-sql-server/five-online-database-modelling-services/ Advances in web-based technologies, particularly HTML5, have made online data modeling a more credible option than ever. Tools have emerged that make it easy and efficient to design a database and generate the SQL code for a specific database product, offering a via

          • テクノロジー
          • 2016/02/20 20:44
          • database
          • Model
          • db
          • design
          • 設計
          • WebService
          • あとで読む
          • The Dangers of the Large Object Heap

            3 users

            www.red-gate.com

            A List object’s underlying implementation is an array and when it needs to grow, .NET allocates a new, larger array and throws the old one away. All that’s needed to start to cause problems with fragmentation is to put some other object on the LOH before the array needs to grow. The main effect here is that you might be surprised how small the size is that your ‘large’ list can grow to before .NET

            • テクノロジー
            • 2013/12/03 10:18
            • .NET
            • ASP.NET 4.0 Features

              6 users

              www.red-gate.com

              https://www.red-gate.com/simple-talk/development/dotnet-development/asp-net-4-0-features/ The focus of Microsoft’s latest ASP.NET 4has mainly been on improving the performance and Search-engine Optimization (SEO). In this article, I’ll be taking a look at what I think are the most important new features in ASP.NET 4. Output cache extensibility Session state compression View state mode for individu

              • テクノロジー
              • 2013/03/14 16:40
              • ASP.NET MVC
              • ASP.NET
              • .net
              • web
              • Using SASS and Compass in ASP.Net MVC with Web Workbench

                3 users

                www.red-gate.com

                https://www.red-gate.com/simple-talk/development/dotnet-development/using-sass-and-compass-in-asp-net-mvc-with-web-workbench/ SASS and Compass have become a mainstream alternative to writing standard CSS code. However since SASS and Compass are a relatively new, open source, superset of the CSS language there is no native support in Visual Studio. Through the use of a third party tool, Web Workben

                • テクノロジー
                • 2013/02/24 08:26
                • UnGagged

                  45 users

                  www.red-gate.com

                  Get the latest Opinion, Podcasts, Webinars, and Events, delivered straight to your inbox. Register Log in They had gone quiet, with pretty much all discussion happening on articles, so they’ve been quietly discontinued. We recommend our sister site SQLServerCentral.com, which has a thriving community of experts and enthusiasts, and a Q&A site for SQL questions.

                  • テクノロジー
                  • 2013/02/14 21:55
                  • Redgate Flyway - Automate database deployments across teams and technologies - Redgate Software

                    202 users

                    www.red-gate.com

                    ProtectReliable test data management, automating repetition out of the process

                    • テクノロジー
                    • 2012/11/25 12:10
                    • migration
                    • java
                    • DB
                    • database
                    • flyway
                    • framework
                    • DevOps
                    • agile
                    • SQL
                    • migrate
                    • XPath, CSS, DOM and Selenium: The Rosetta Stone

                      6 users

                      www.red-gate.com

                      https://www.red-gate.com/simple-talk/development/dotnet-development/xpath-css-dom-and-selenium-the-rosetta-stone/ A little learning is a dangerous thing.” [Alexander Pope, An Essay on Criticism] Have you absorbed some knowledge of XPath or CSS or DOM, and tried to put it to use, and then realized that you do not know all the right incantations? Curiously, these three technologies are all designed

                      • テクノロジー
                      • 2012/03/06 19:47
                      • selenium
                      • ASP.NET MVC Routing Extensibility

                        3 users

                        www.red-gate.com

                        Introduction In the previous article I introduced the concept of extensibility, and described where ASP.NET MVC can be extended: With this article I’ll be starting a guided tour around these extensibility points, beginning with the first ones that are encountered when a request hits the application: the routing module. Before I demonstrate how to extend the routing module, let’s quickly review the

                        • テクノロジー
                        • 2011/12/11 12:55
                        • Consuming JSON Strings in SQL Server

                          4 users

                          www.red-gate.com

                          https://www.red-gate.com/simple-talk/databases/sql-server/t-sql-programming-sql-server/consuming-json-strings-in-sql-server/ “The best thing about XML is what it shares with JSON, being human readable. That turns out to be important, not because people should be reading it, because we shouldn’t, but because it avoids interoperability problems caused by fussy binary encoding issues. Beyond that, th

                          • テクノロジー
                          • 2011/09/29 22:58
                          • JSON
                          • An Introduction to ASP.NET MVC Extensibility

                            3 users

                            www.red-gate.com

                            https://www.red-gate.com/simple-talk/development/dotnet-development/an-introduction-to-asp-net-mvc-extensibility/ If you are not extending, you are not doing it right: this is the main tenet that you must keep in mind while developing web applications with ASP.NET MVC. I admit this is a strong statement, but over the next few months I’m going to explain why extending is the right way to develop wi

                            • テクノロジー
                            • 2011/09/24 18:20
                            • c#
                            • .net
                            • *あとで
                            • Memory Leaks To Watch Out For In WPF And Silverlight

                              3 users

                              www.red-gate.com

                              Redgate Test Data ManagerImprove your release quality and reduce your risk, with the flexibility to fit your workflow

                              • テクノロジー
                              • 2011/08/30 13:39
                              • .NET
                              • 10 Steps to Kick-Start Your VMware Automation with PowerCLI

                                3 users

                                www.red-gate.com

                                https://www.red-gate.com/simple-talk/devops/containers-and-virtualization/10-steps-to-kick-start-your-vmware-automation-with-powercli/ Virtualised environments can range pretty wildly in size; from one physical server in a small business or test lab with a few VMs, right up to large enterprises with hundreds or thousands of physical servers and seemingly limitless VMs. Whatever the size of your en

                                • 学び
                                • 2011/02/24 16:14
                                • あとで読む
                                • Gathering Perfmon Data with Powershell

                                  3 users

                                  www.red-gate.com

                                  https://www.red-gate.com/simple-talk/databases/sql-server/database-administration-sql-server/gathering-perfmon-data-with-powershell/ I was reading an excellent article by Allen White (Twitter|Blog) on Performance Data Gathering (to which I give all the credit for inspiring this module), and that’s when a PowerShell apple fell on my head: “Why not make a function that facilitates this?” As a DBA, o

                                  • テクノロジー
                                  • 2011/02/12 08:58
                                  • Joe Celko

                                    3 users

                                    www.red-gate.com

                                    Get the latest Opinion, Podcasts, Webinars, and Events, delivered straight to your inbox. Register Log in Joe Celko is one of the most widely read of all writers about SQL, and was the winner of the DBMS Magazine Reader's Choice Award four consecutive years. He is an independent consultant living in Austin, TX. He has taught SQL in the US, UK, the Nordic countries, South America and Africa. He ser

                                    • テクノロジー
                                    • 2010/10/26 23:28
                                    • SQL
                                    • Rich Hickey: Geek of the Week

                                      7 users

                                      www.red-gate.com

                                      Get the latest Opinion, Podcasts, Webinars, and Events, delivered straight to your inbox. Register Log in According to the combined wisdom of the online pundits, Rich Hickey, the creator of Clojure, is set to become one of the most influential figures in technology within the next few years. “I think programmers have become inured to incidental complexity… when they encounter complexity, they cons

                                      • テクノロジー
                                      • 2010/03/06 16:27
                                      • clojure
                                      • Donald Knuth: Geek of the Week

                                        12 users

                                        www.red-gate.com

                                        Get the latest Opinion, Podcasts, Webinars, and Events, delivered straight to your inbox. Register Log in It is often said that entrepreneurial companies tend to reflect the personality of their founder, and nowhere was this more true than at Microsoft. Bill Gates was by turns very brilliant, very arrogant, a master marketer, a win-at-any-cost competitor – and so was his company. A lot of people h

                                        • テクノロジー
                                        • 2009/12/02 10:51
                                        • interview
                                        • programming
                                        • computer
                                        • 読んだ
                                        • プログラミング
                                        • *あとで読む
                                        • .NET Profiler To Boost Application Performance | ANTS Performance Profiler

                                          3 users

                                          www.red-gate.com

                                          ProtectReliable test data management, automating repetition out of the process

                                          • テクノロジー
                                          • 2009/09/28 22:31
                                          • performance
                                          • .NET
                                          • 開発
                                          • あとで読む
                                          • Simple Talk: SQL Server and .Net articles, forums and blogs

                                            3 users

                                            www.red-gate.com

                                            Get the latest Opinion, Podcasts, Webinars, and Events, delivered straight to your inbox. Register Log in A technical journal and community hub Contributions by experts Technical articles, editorials, podcasts and more Curated for all abilities

                                            • テクノロジー
                                            • 2009/03/23 09:51
                                            • db
                                            • .net
                                            • service
                                            • *あとで
                                            • Geek of the Week: Linus Torvalds

                                              3 users

                                              www.red-gate.com

                                              Get the latest Opinion, Podcasts, Webinars, and Events, delivered straight to your inbox. Register Log in “Thinking that file locking is a feature is just a sign that you haven’t been taking your medication lately.” From 1991 until 2002, the Linux kernel source was passed around as patches or archived files, and there was no formal source control system, mainly because of the difficulties caused b

                                              • テクノロジー
                                              • 2008/07/22 18:06
                                              • インタビュー
                                              • linux
                                              • あとで読む
                                              • SQL Log Rescue - Undo For SQL Server

                                                3 users

                                                www.red-gate.com

                                                An introduction to SQL Log RescueLog analysis and undo for SQL Server 2000SQL Log Rescue is a log analysis tool which lets you explore your logs to view information on database transactions. If you have accidentally deleted, inserted, or modified your data, SQL Log Rescue will help you put things right. SQL Log Rescue protects your data in the event of mistakes or accidents, recovering dropped tab

                                                • テクノロジー
                                                • 2008/05/07 22:46
                                                • SQL
                                                • db
                                                • tool
                                                • Redgate Software - End-to-end Database DevOps Solutions and Tools For SQL Server, Oracle, PostgreSQL, and more

                                                  10 users

                                                  www.red-gate.com

                                                  Redgate Test Data ManagerImprove your release quality and reduce your risk, with the flexibility to fit your workflow

                                                  • テクノロジー
                                                  • 2007/06/14 18:46
                                                  • tool
                                                  • .NET
                                                  • テスト
                                                  • db
                                                  • Database
                                                  • Software
                                                  • ビジネス
                                                  • Ten Common Database Design Mistakes

                                                    5 users

                                                    www.red-gate.com

                                                    https://www.red-gate.com/simple-talk/databases/sql-server/database-administration-sql-server/ten-common-database-design-mistakes/ No list of mistakes is ever going to be exhaustive. People (myself included) do a lot of really stupid things, at times, in the name of “getting it done.” This list simply reflects the database design mistakes that are currently on my mind, or in some cases, constantly

                                                    • テクノロジー
                                                    • 2007/03/16 11:03
                                                    • database
                                                    • db
                                                    • design
                                                    • Write, format, analyze and refactor SQL effortlessly in SSMS and Visual Studio - Redgate Software

                                                      4 users

                                                      www.red-gate.com

                                                      ProtectReliable test data management, automating repetition out of the process

                                                      • テクノロジー
                                                      • 2006/05/24 08:39
                                                      • SQL Server
                                                      • Tool
                                                      • software
                                                      • Simple Talk � Blog Archive � Coming Out as a Cancer Survivor: A Guide for Software Developers

                                                        5 users

                                                        www.red-gate.com

                                                        https://www.red-gate.com/simple-talk/opinion/opinion-pieces/coming-out-as-a-cancer-survivor-a-guide-for-software-developers/ A Personal Perspective on the Responsibilities of a Cancer-surviving Software Developer My family has a genetic predisposition towards cancers of all sorts. My father died of cancer in 1975. At home, of course, we talked about what was going on in some detail. However, my fa

                                                        • テクノロジー
                                                        • 2006/03/08 17:01
                                                        • health
                                                        • memo
                                                        • software
                                                        • Programming
                                                        • blog
                                                        • Lutz Roeder's Programming.NET C# VB CLR WinFX

                                                          127 users

                                                          www.red-gate.com

                                                          Redgate Test Data ManagerImprove your release quality and reduce your risk, with the flexibility to fit your workflow

                                                          • 暮らし
                                                          • 2005/04/21 17:45
                                                          • .net
                                                          • C#
                                                          • tool
                                                          • decompile
                                                          • silverlight
                                                          • software
                                                          • DotNet
                                                          • 逆コンパイラ
                                                          • ツール
                                                          • tools

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

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

                                                          『Redgate Software - End-to-end Database DevOps Solutions and Tools For SQL Ser...』の新着エントリーを見る

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

                                                          j次のブックマーク

                                                          k前のブックマーク

                                                          lあとで読む

                                                          eコメント一覧を開く

                                                          oページを開く

                                                          はてなブックマーク

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

                                                          公式Twitter

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

                                                          はてなのサービス

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