GaussZ

Stories kicked by GaussZ

Authentication Suffix in SharePoint hosted DataService(codefluff.blogspot.com)

submitted by GaussZGaussZ(580) 9 months, 18 days ago

How to fix the common problem with authentication suffixes in SharePoint hosted Data Services. read more...

add a comment |category: |Views: 1

tags: another

How to center a check box column in the WPF DataGrid(codefluff.blogspot.com)

submitted by GaussZGaussZ(580) 1 year, 11 months ago

A common problem with the default style of the WPF DataGridCheckBoxColumn elegantly solved. read more...

add a comment |category: |Views: 39

tags: another

Do you know the traps in the SaveFileDialog?(codefluff.blogspot.com)

submitted by GaussZGaussZ(580) 1 year, 11 months ago

You surely use it, but do you know how it works? Or when it doesn't? read more...

add a comment |category: |Views: 6

tags: another

A case for a nameof() operator(codefluff.blogspot.com)

submitted by GaussZGaussZ(580) 1 year, 11 months ago

An interesting proposal for a new C# operator to avoid hard to refactor strings. read more...

add a comment |category: |Views: 10

tags: another

Update per cell in the WPF Datagrid(codefluff.blogspot.com)

submitted by GaussZGaussZ(580) 1 year, 11 months ago

Shows how to change that behavior to do a per-cell commit regardless of the bound object's capabilities in a WPF DataGrid. read more...

add a comment |category: |Views: 41

tags: another

Designing primary keys(lostechies.com)

submitted by GaussZGaussZ(580) 3 years, 11 months ago

Explains using Composite, Natural or Surrogate keys in a database. read more...

add a comment |category: |Views: 18

tags: another

SHFB - A NDoc like GUI for Sandcastle (codeplex.com)

submitted by GaussZGaussZ(580) 4 years, 4 months ago

Sandcastle Help File Builder makes building your code documentation with Sandcastle easy. Looks like NDoc and even has the ability to import NDoc projects. No one should try to use Sandcastle without this little but powerful tool. read more...

add a comment |category: |Views: 121

tags: another

XamlPadX V3.0 released(blogs.msdn.com)

submitted by frank12345frank12345(2809) 4 years, 5 months ago

XamlPadX v3.0 is finally released. This tool now provides plugin support so that users can add their own add ins. Download it before the server comes down with the heavy traffic :) read more...

add a comment |category: |Views: 592

tags: another

Amazon SimpleDB(amazon.com)

submitted by powerrushpowerrush(3873) 4 years, 5 months ago

Amazon SimpleDB is a web service for running queries on structured data in real time. read more...

2 comments |category: |Views: 16

tags: another

Optimize Your Code For Multi-Core Machines(msdn.microsoft.com)

submitted by GaussZGaussZ(580) 4 years, 5 months ago

Use the Task Parallel Library (TPL) to easily benefit from multiple processor cores. This introduction gives great examples of how easy it is to rewrite your code for multiple cores and what performance gains await you afterwards. read more...

add a comment |category: |Views: 11

tags: another

Sorting for Humans : Natural Sort Order(codinghorror.com)

submitted by _Sam__Sam_(145) 4 years, 5 months ago

This is a good article on the importance of human-oriented sorting and difficulty in implementing such a routine succinctly it in .NET and LINQ. read more...

2 comments |category: |Views: 171

tags: another

Mole II Released - A Visual Debugger for WPF(karlshifflett.wordpress.com)

submitted by GaussZGaussZ(580) 4 years, 5 months ago

Mole II is a high performance, full featured Visual Studio Visualizer which allows you to inspect elements in the WPF visual tree or logical tree, as well as all properties of those elements. Based on the popular Woodstock Visual Debugger, Mole II adds numerous enhancements and is one of the most valuable tools for every WPF developer. read more...

add a comment |category: |Views: 14

tags: another

The XML Schema Definition Tool (msdn2.microsoft.com)

submitted by GaussZGaussZ(580) 4 years, 5 months ago

If you don't already know this little helper from Microsoft be sure to check it out. It can convert XSD to C# classes or Datasets as well as create a XSD for your classes or XML files. It is one of my favorite tools and should be in every good programmers tool belt. read more...

add a comment |category: |Views: 5

tags: another

Manipulate Your Blog with MetaBlog API for C#(feeds.feedburner.com)

submitted by GaussZGaussZ(580) 4 years, 5 months ago

An example of how to use the C# wrapper for the MetaWeblog API (MWA), a programming interface that allows external programs to get and set the text and attributes of weblog posts. read more...

add a comment |category: |Views: 12

tags: another

Beyond Ajax: Software Development, Two Years from Now(cio.com)

submitted by GaussZGaussZ(580) 4 years, 5 months ago

An interesting look on what web development could have in store for the next two years, with predictions from some of the brightest web development tool builders out there, including Scott Guthrie and Dean Hachamovitch. read more...

1 comment |category: |Views: 0

tags: another

How To Model Inheritance in Databases(blogs.microsoft.co.il)

submitted by GaussZGaussZ(580) 4 years, 5 months ago

Guy Burstein gives an insight into the different strategies of modeling object inheritance in databases and the strengths and drawbacks of each. read more...

add a comment |category: |Views: 4

tags: another