asteroid

Stories kicked by friends of asteroid

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

URL Rewrite – Multiple domains under one site. Part II(weblogs.asp.net)

submitted by wisemxwisemx(8074) 1 year, 11 months ago

I believe I have it … I’ve been meaning to put together the ultimate outgoing rule for hosting multiple domains under one site. I finally sat down this week and setup a few test cases, and created one rule to rule them all. read more...

add a comment |category: |Views: 315

tags: another

Office Live add-in 1.5 cannot be installed(weblogs.asp.net)

submitted by wisemxwisemx(8074) 2 years ago

Having trouble with a recent Windows Update that failed to install the Office Live add-in 1.5? This has been driving me nuts on a Windows 7 Ultimate 64-bit system for three days. Windows Update would fail, click the “Try again” button and…fail read more...

add a comment |category: |Views: 26

tags: another

SQL Server Management Studio to SQL Azure(blogs.msdn.com)

submitted by wisemxwisemx(8074) 2 years ago

Starting with SQL Server 2008 R2, SQL Server Management Studio can connect directly to SQL Azure. read more...

add a comment |category: |Views: 6

tags: another

Navigation for ASP.NET Web Forms project published on codeplex(navigation.codeplex.com)

submitted by grahammendickgrahammendick(10) 2 years ago

Navigation for ASP.NET Web Forms manages movement and data passing between aspx Pages in a unit testable manner. Features include loosely coupled Pages, typed data passing, empty code-behinds, context-sensitive bread crumb trail, ASP.NET Data binding integration, automatic ASP.NET Ajax history navigation and many more. read more...

add a comment |category: |Views: 13

tags: another

ScottGu on jQuery Templates and Data Linking(weblogs.asp.net)

submitted by wisemxwisemx(8074) 2 years ago

The jQuery library has a passionate community of developers, and it is now the most widely used JavaScript library on the web today. Two years ago I announced that Microsoft would begin offering product support for jQuery, and that we’d be including it in new versions of Visual Studio going forward. By default, when you create new ASP.NET Web Forms and ASP.NET MVC projects with VS 2010 you’ll find jQuery automatically added to your project. read more...

add a comment |category: |Views: 150

tags: another

Silverlight 4: How to integrate Microsoft Translator Service(blogs.msdn.com)

submitted by wisemxwisemx(8074) 2 years ago

A few weeks ago, I found the Microsoft Translator Interactive SDK, and I recognized that it is very easy to use in .NET applications, like Silverlight and Windows Phone. So I started a sample application. After a while I got the idea to build a “UserControl” out of this feature. Why? Because it is “pickable” in the UI for a developer or Designer. The control itself is not visible at runtime, it only appears at designtime, as an ugly looking red box with its name on it. read more...

add a comment |category: |Views: 17

tags: another

A few thoughts on jQuery templating with jQuery.tmpl(encosia.com)

submitted by gt1329agt1329a(7849) 2 years ago

Some thoughts on the current state of the jQuery.tmpl plugin, and suggestions for making it better. read more...

add a comment |category: |Views: 413

tags: another

Get Latest SQL Query for Sessions(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years ago

This is number one request from any developer regarding how to see what was the latest query for that session. read more...

add a comment |category: |Views: 275

tags: another

How to Use C# Client to Consume Google App Engine RPC(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 2 years ago

An example of how C# Client can be used to consume Google App Engine RPC web service method. read more...

add a comment |category: |Views: 24

tags: another

Free at Last! The End of the Sueetie Shared Master Page Model(dbvt.com)

submitted by wisemxwisemx(8074) 2 years ago

I'm putting a lot of effort in Gummy Bear 1.3 to make the creation of Community Themes and Theme Packs much, much easier. Something’s wrong when you can setup an Online Community as rich in features as Sueetie in 15 minutes, but then must invest a week theming the thing. With Gummy Bear 1.3, the plan is to quickly setup an online community like always, but then be able to chose from a ton of Theme Packs to be up and running in production quickly. read more...

add a comment |category: |Views: 3

tags: another

Build your own Bing image search with the Bing API and jQuery(jclaes.blogspot.com)

submitted by JefClaesJefClaes(650) 2 years ago

One of the most popular parts of Bing is its image search with its never-ending scroll feature. In this post I'll show you my own implementation of a Bing-like image search using the Bing API and jQuery. read more...

add a comment |category: |Views: 488

tags: another