Code Project

また、投稿してみた

昔のエントリ(http://d.hatena.ne.jp/m-tanaka/20071206)を投稿してみた。Extracting Visual Studio Webtest result from TestResult(.trx) http://www.codeproject.com/KB/aspnet/ExtractingWebtestResult.aspx

アセンブリ内容の操作と、C#/VBによるコードインジェクション

Assembly Manipulation and C#/VB.NET Code Injection http://www.codeproject.com/KB/msil/reflexil.aspx Reflexil is an assembly editor and runs as a plug-in for Lutz Roeder's Reflector. Reflexil is able to manipulate IL code and save the modif…

たまには投稿してみる

いつもは、Code Projectから引用してばかりなので、試しに投稿してみた。http://www.codeproject.com/KB/cs/concurrentlog.aspx http://www.codeproject.com/KB/aspnet/deepwebscraper.aspxCode Projectの場合、会員登録すれば誰でも投稿できるので、案外敷…

ASP.NETで複数のJavaScriptファイルのダウンロードをまとめて、ページロードを高速化する

Fast ASP.NET web page loading by downloading multiple javascripts after visible content and in batch http://www.codeproject.com/KB/aspnet/fastload.aspx より。 多数のJavaScriptファイルを使用した際にページロードに時間がかかるように感じられる…