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

May 17, 2008

DotNetSlackers: Building a Pub/Sub Message Bus with WCF and MSMQ

,ASP.NET,JAVASCRIPT,JQUERY

The final missing piece on the publisher side is the WCF configuration.

The final missing piece on the publisher side is the WCF configuration. As mentioned previously, we chose to use MSMQ to provide reliable, asynchronous message delivery. Programming with MSMQ used to be quite a painful experience, …

Originally posted here:
DotNetSlackers: Building a Pub/Sub Message Bus with WCF and MSMQ

May 13, 2008

DotNetSlackers: DotNetNuke 4 C# Compiled Module Starter Kit

,ASP.NET,JAVASCRIPT,JQUERY

Download my DotNetNuke 4.x C# compile module starter kit that allows you to rapidly develop modules using C# and Visual Studio 2005 or Visual Studio 2008.

Download my DotNetNuke 4.x C# compile module starter kit that allows you to rapidly develop modules using C# and Visual Studio 2005 or Visual Studio 2008. Create compiled C# modules with easy and speed every time!… Advertisement …

Continue reading here:
DotNetSlackers: DotNetNuke 4 C# Compiled Module Starter Kit

May 6, 2008

クライアントとサーバで入力値をチェックする(正規表現)

Filed under: ALL — Tags: — Sayuri @ 12:07 pm

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



指定した年と月に含まれる日数を取得する

Filed under: C# — Tags: , , — AspAnn @ 8:08 am


指定した年と月に含まれる日数を取得するには、DateTime の DaysInMonth メソッドを使用します。
引数に取得したい年と月を指定することで、指定した年と月に含まれる日数が返されます。

C#

Powered by WordPress