技術者派遣の技術日誌ブログ

February 29, 2008

When to Use Flex + AJAX – InsideRIA

Ok, this time I’m feeding off of Andre’s post on Ajax And Flash Playing together. I prefer full-Flex applications, but you often come upon the scenario where this is not an option or is not cost/time effective

Ok, this time I’m feeding off of Andre’s post on Ajax And Flash Playing together. I prefer full-Flex applications, but you often come upon the scenario where this is not an option or is not cost/time effective. The purpose of this post …

See more here:
When to Use Flex + AJAX – InsideRIA

February 28, 2008

Microsoft SQL Server 2008 用 Feature Pack CTP – 2008 年 2 月が公開されています。

Filed under: MS SQL Server — Tags: , — doku @ 3:23 am

Microsoft SQL Server 2008 用 Feature Pack CTP – 2008 年 2 月が公開されています。こちら

ご存じの通りSQL Server 2008は今年リリースが予定されている新しいリレーショナルデータベースですね。

そのFeature Packということで、ざっと引用してみますと・・・

  • SQL Server 2008 用再配布可能コンポーネント
  • SQL Server 2008 用アドオン プロバイダ
  • SQL Server 2008 用下位互換性コンポーネント

という感じのようですね。

Visual Studio 2008 Web Deployment Projects 日本語版リリース

Filed under: .NET Framework, ALL — Tags: , , — Sayuri @ 2:56 am

February 27, 2008

Auto Complete in ASP.NET using Ajax

Filed under: ADO.NET, Ajax, Asp.Net, C# — Tags: , , , , , , , , , , — doku @ 8:00 am

,ASP.NET,JAVASCRIPT,JQUERY

Rajkumar is working as a senior software engineer has over 5 years experience working on ASP.NET , VB.NET, C# , AJAX and other latest technologies. He holds Master’s degree in Computer Science. currently enjoying working on WPF, WCF , …

Rajkumar is working as a senior software engineer has over 5 years experience working on ASP.NET, VB.NET, C#, AJAX and other latest technologies. He holds Master’s degree in Computer Science. currently enjoying working on WPF, WCF, …

Original post:
Auto Complete in ASP.NET using Ajax

[How To][C#] ParkingWindowを監視する

Filed under: C# — Tags: — Sayuri @ 7:29 am

注意事項はコメントに書いてあるとおりです。

用法容量をまもって(ry

using System;
using System.Diagnostics;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows.Forms;

namespace WindowsApplication1
{

[How To][Tips]必須検証付き BoundField

Filed under: C# — Tags: , , , , — Sayuri @ 4:58 am

ASP.NET でGridView やDetailsViewを使っていると単純にデータバインディングされるフィールドは BoundField で一発なんだが検証が絡んでくると結局は TemplateField になって、aspx ファイルの定義が伸びる伸びる、どこまでも伸びる。

February 26, 2008

INI File Class in C#

,ASP.NET,JAVASCRIPT,JQUERY

Developer-Ready ASP.NET 2.0 Web Hosting with 3 MONTHS FREE Now supporting .NET 3.0 Framework with Windows Workflow Foundation, Windows Communication Foundation ( WCF ), Windows Presentation Foundation (WPF), windows CardSpace (WCS)! …

Developer-Ready ASP.NET 2.0 Web Hosting with 3 MONTHS FREE Now supporting .NET 3.0 Framework with Windows Workflow Foundation, Windows Communication Foundation (WCF), Windows Presentation Foundation (WPF), windows CardSpace (WCS)! …

Continue reading here:
INI File Class in C#

February 20, 2008

MSDN マガジン Launch 2008 が出ています,.NET 3.5の新機能

Filed under: C# — Tags: , , , , , — Sayuri @ 9:42 pm

MSDN マガジンの最新号が出ています。ただし、現時点では英語です(明日には日本語も対応になるのか、それともこのままなのかはわかりません)。

[How To][Tips]ASP.NET Ajax JavaScriptSerializer(JSON)を使用する

Filed under: ALL — Tags: , , , , , — Sayuri @ 8:51 am

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default18.aspx.cs" Inherits="Default18" %>


HttpContext.Current を見たら負け

Filed under: C# — Tags: , , — doku @ 7:04 am

とある所のWebアプリケーションでパフォーマンスが出ないって事で調べていたのですが…

ローカルDBを見に行くところと、外部にWebサービスリクエストする所が内部にあって、依存関係は無いのだがそれぞれに時間がかかっているのを多重化するぐらいしか方法無いかねーって事でちょっとやってみたのだが、安易に HttpContext.Current を見てるとこれが取れなくて破綻する。

using System;
using System.Diagnostics;
using System.Web;
using System.Web.UI;

public partial class _Default : Page
{

Older Posts »

このページの上部に戻る

Powered by WordPress