niravns

Stories kicked by niravns

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

SQL SERVER - 2008 - Creating Full Text Catalog and Full Text Search(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 8 months ago

This is the first ever and complete example for SQL Server 2008 - Full Text Catalog and Full Text Search. Make sure to book mark for future reference. read more...

2 comments |category: |Views: 273

tags: another

Converting Numbers to Words in C#(letsblogabout.net)

submitted by joswaltjoswalt(20) 3 years, 8 months ago

Have you ever wanted to be able to convert a number to the word representation in code. This blog post will show you can make the conversion. An example would converting the number 14 to the word fourteen. read more...

add a comment |category: |Views: 1148

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

Neuron 2.0 - The WCF and SOA Enabler(samgentile.com)

submitted by DanRigsbyDanRigsby(1880) 4 years ago

Introduction of new features in Neuron 2.0. read more...

add a comment |category: |Views: 42

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

Impersonate a Client’s Identity in Wcf(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 4 years, 1 month ago

Describes how to impersonate a client's windows identity through Wcf read more...

add a comment |category: |Views: 105

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