jauxier

Stories kicked by jauxier

Windows Strata: Microsoft’s Cloud OS?(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 3 years, 7 months ago

Microsoft PDC session lists hints at the name of the new Cloud OS read more...

add a comment |category: |Views: 363

tags: another

Webcast: Understanding REST(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 3 years, 8 months ago

A webcast on understanding the basics of REST read more...

add a comment |category: |Views: 83

tags: another

MSDN Social Bookmarks(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 3 years, 8 months ago

MSDN Social Bookmarks was released today. This is a candid look at what it's all about and why you should consider using it. read more...

1 comment |category: |Views: 363

tags: another

Changing the default Clock Skew in WCF(danrigsby.com)

submitted by r0gu3r0gu3(25) 3 years, 8 months ago

It is possible that if you use a WCF binding that has a security binding element, you may encounter the the following exception: read more...

add a comment |category: |Views: 86

tags: another

Remotely Log Off Remote Desktop Users(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 3 years, 9 months ago

How to remotely log off remote desktop (terminal service) users when you get that annoying: "The terminal server has exceeded the maximum number of allowed connections.” read more...

add a comment |category: |Views: 1535

tags: another

TimeZone vs. TimeZoneInfo in .Net(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 3 years, 9 months ago

Understanding the TimeZoneInfo classin .Net 3.5 and how it compares to the standard TimeZone class. read more...

1 comment |category: |Views: 665

tags: another

DateTime vs. DateTimeOffset in .Net(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 3 years, 9 months ago

Understanding the DateTimeOffset struct in .Net 3.5 and how it compares to the standard DateTime struct. read more...

add a comment |category: |Views: 607

tags: another

ObservableServiceHost - An InstanceContext aware WCF ServiceHost (danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 3 years, 9 months ago

ObservableServiceHost is a custom WCF ServiceHost that adds an event when a new serice InstanceContext is created. This can be a useful addition to some, but hopefully the it will help demonstrate the flexibility of the extension mechanisms in WCF. read more...

add a comment |category: |Views: 135

tags: another

REST Services and Metadata Endpoints in WCF(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 3 years, 11 months ago

Exposing documentation for REST based services in WCF read more...

1 comment |category: |Views: 285

tags: another

WCF Metadata(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 3 years, 11 months ago

An explanation of metadata in WCF and why it is opt-in instead of opt-out. read more...

add a comment |category: |Views: 29

tags: another

Extending WCF InstanceContext to store custom state(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 4 years ago

Demonstrates how to use WCF extension mechanisms to store additional state information with the InstanceContext of a service. read more...

add a comment |category: |Views: 202

tags: another

Understanding InstanceContext in WCF(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 4 years ago

Describes the InstanceContext of a service in WCF to help understand how it works to better enable your WCF services. read more...

add a comment |category: |Views: 357

tags: another

When to make an action Invisible or Disabled(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 4 years ago

General rules for when to make an action invisible or disabled read more...

add a comment |category: |Views: 14

tags: another

Have you tried Community-Credit.com?(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 4 years ago

A review of Community-Credit.com and why you should try it. read more...

4 comments |category: |Views: 13

tags: another

Sexagesimal Conversions in .Net(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 4 years ago

Provides a library for geo-spatial converstaions as well as ontroduces the concepts of sexagesimal conversions and geo-spatial translation. read more...

1 comment |category: |Views: 36

tags: another

XmlSerializer vs DataContractSerializer: Serialization in Wcf(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 4 years, 2 months ago

An introduction to serialization in Wcf and a decent comparision of the XmlSerializer vs the DataContractSerializer. read more...

add a comment |category: |Views: 1080

tags: another