●データベース(0) ・SQL Server ノート(216) ・SQL Server(29) ●Windows(0) ・Windows一般(268) ・Windows Servers(27) ・IE/OE(26) ●ネットワーク(4) ●バックアップ・管理ツール(0) ・Backup Exec(32) ・ARCserve(20) ●MS Office(11) ●Linux(1) ●デスクトップカスタマイズ(2) ・Windows XP(5) ・Firefox/Thunderbird(2) ●W-ZERO3(1) ●資格(1) ●プロフィール(6) ●その他(1) 2007年10月(17) 2007年09月(18) 2007年08月(20) 2007年07月(21) 2007年06月(21) 2007年05月(21) 2007年04月(20) 2007年03月(21) 2007年02月(1
ASP.NET supports two groups of performance counters: system and application. System performance counters are exposed in the Windows Performance monitor as the ASP.NET performance counter object. Application performance counters are exposed as the ASP.NET Applications performance object. Note The value associated with each performance counter is updated every 400 milliseconds. When creating a monit
期間限定で Surface Pro 8 ご購入で対象のキーボードが無料になり、本体にも特別価格が適用されます。
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 ...
This article provides help to solve the performance issues that occur when you make calls to web services from a Microsoft ASP.NET application. Original product version: ASP.NET Original KB number: 821268 Symptoms When you make calls to web services from an ASP.NET application, you may experience contention, poor performance, and deadlocks. Clients may report that requests stop responding or t
No application is an island. Whether we like it or not, tying systems together has become the norm. Yet connecting software is about more than just exchanging bytes. As organizations move toward a service-oriented world, the real goal—creating effective business processes that unite separate systems into a coherent whole—comes within reach. Microsoft BizTalk Server 2009 supports this goal. Like it
このブラウザーはサポートされなくなりました。 Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。 CLR 4.0 ThreadPool での同時実行の調整 Erika Fuentes 最新リリース (CLR 4.0) の CLR ThreadPool には、CLR 2.0 から大きな変更がいくつか加えられています。メニーコア アーキテクチャの広範な使用と、それに伴う既存アプリケーションの並列化や新たな並列処理コードの作成に対する要望といった、テクノロジ トレンドの最近の変化が、CLR ThreadPool に機能強化を施すきっかけとなった最も大きな動機の 1 つです。 MSDN Magazine 2008 年 12 月号の「CLR 徹底解剖: CLR でのスレッド管理」(msdn.microsoft.co
このトピックでは、Windows Communication Foundation (WCF) サービスのホスティングのベスト プラクティスをいくつか説明します。 WCF サービスの DLL としての実装 Web アプリケーションの \bin ディレクトリに展開される DLL として WCF サービスを実装すると、Web アプリケーション モデルの外部 (IIS を展開できないテスト環境など) でサービスを再利用できるようになります。 IIS でホストされるアプリケーションでのサービス ホスト IIS ホスト環境によってネイティブにサポートされていないネットワーク トランスポートで待機する新しいサービス ホストを作成する場合は、強制自己ホスト API を使用しないでください (たとえば、TCP サービスをホストする IIS 6.0。これは、TCP 通信が IIS 6.0 ではネイティブにサ
このブラウザーはサポートされなくなりました。 Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。 公開日: 2008 年 3 月 15 日 (作業者: chriskno (英語)) 更新日: 2009 年 9 月 9 日 (作業者: chriskno (英語)) はじめに IIS 7 の ASP.NET 2.0 アプリケーションは、既定で ASP.NET 統合モードを使用してホストされます。この新しいモードによって、Web サイト全体のフォーム認証などの有用な ASP.NET 機能を使用したり、URL 書き換え、承認、ログなどを IIS レベルで処理する ASP.NET モジュールを開発することができ、ほぼ無限のエキサイティングなシナリオが可能になります。IIS 7 における ASP.NET 統合の詳細に
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 ...
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 ...
Microsoft Learn. Spark possibility. Build skills that open doors. See all you can do with documentation, hands-on training, and certifications to help you get the most from Microsoft products. Learn by doing Gain the skills you can apply to everyday situations through hands-on training personalized to your needs, at your own pace or with our global network of learning partners. Take training Find
はじめに .NETアプリケーションからOracleへ接続するための最善の方法は、Oracle社が提供している「Oracle Data Provider for .NET」(以下、ODP.NET)です。今回は、ODP.NETを利用してデータベースへのアクセスを高速化する手法を説明します。 対象読者 Visual Basic、もしくはC#を使ってプログラムを作ったことのある人。 Oracleデータベース対応アプリケーション開発に興味のある人。 データベースへのアクセス速度を向上させる方法 データベースへのアクセス速度を上げるにはさまざまな方法がありますが、今回は以下の方法を説明します。 コネクションプーリングを利用する データベースとのラウンドトリップを少なくする SQLの解析を少なくする コネクションプーリングを利用する コネクションプーリングとは、コネクション(接続)をプール(保持)してお
Recommendations on how to design and develop custom applications using the Microsoft platform Each patterns & practices offering contains a combination of written documentation and re-usable source code. Many also include a reference implementation. As the guidance is being developed it is reviewed and approved by internal Microsoft product teams and by external customers and partners. This produc
Part.1 と Part.2 で WER の仕組みと前提となる SEH の概要をお伝えしました。Part.3 では、いよいよ WER の API を紹介したいと思います。 Windows Error Reporting Part.1 で WER は Microsoft WER サイトに採取したデータを送信し、 その動きをレジストリで制御することができると紹介しましたが、API を使うと、一時的に現在のプロセスの設定のみを 変更することができます。 現在のプロセスの WER 設定を変更する WerSetFlags() http://msdn.microsoft.com/en-us/library/bb513629.aspx 現在のプロセスの WER 設定を取得する WerGetFlags() http://msdn.microsoft.com/en-us/library/bb513618.
Preview Versions From time to time, Microsoft may publish a preview, or pre-release, version of an Open Specifications technical document for community review and feedback. To submit feedback for a preview version of a technical document, please follow any instructions specified for that document. If no instructions are indicated for the document, please provide feedback by using the Open Specific
Windowsにはアプリケーションエラーが出たとき、その情報をMicrosoftのサーバーに送信して、解析するというサービスがあります。私が経験した範囲でおすすめされる解決策は「最新版ドライバを入れろ」というものが多かったです。 Windows ハードウェア開発 – Windows デベロッパー センター Windows ハードウェア開発 – Windows デベロッパー センター パフォーマンスチューニングでは「止めろ」と書かれることも多いですが…たとえばこれ。 Windows Vistaチューニング術 11のポイント − @IT このWindows Error Reportingって組織内の特定の環境でインターネットにつながっていない端末は当然送信できません。そういう場合、どうするかといえば、グループポリシーを使って企業内のサーバーに集め路みたいなことが書かれています。この場合、具体的
すべての Microsoft 製品 Global Microsoft 365 Teams Copilot Windows Surface Xbox セール 法人向け サポート ソフトウェア Windows アプリ AI OneDrive Outlook Skype OneNote Microsoft Teams PC とデバイス Xbox を購入する アクセサリ VR & 複合現実 エンタメ Xbox Game Pass Ultimate Xbox とゲーム PC ゲーム Windows ゲーム 映画とテレビ番組 法人向け Microsoft Cloud Microsoft Security Azure Dynamics 365 一般法人向け Microsoft 365 Microsoft Industry Microsoft Power Platform Windows 365 開発者
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く