kathrin

Stories kicked by kathrin

UI design patterns library(ui-patterns.com)

submitted by uadozeruadozer(650) 4 years, 2 months ago

Very cool site which shows give you ideas about visual presentation for misc elements of user interface read more...

2 comments |category: |Views: 339

tags: another

ASP.NET MVC Framework out on CodePlex(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years, 2 months ago

This morning, I was browsing the new projects page on CodePlex and noticed something nice! The ASP.NET MVC team already rumoured around making the ASP.NET MVC framework source code available on CodePlex, but here it is: the ASP.NET MVC project on CodePlex. read more...

1 comment |category: |Views: 23

tags: another

.NET Event Techniques(devlicio.us)

submitted by BigTunaBigTuna(219) 4 years, 2 months ago

A very simple technique to avoid the need for a null check prior to raising an event read more...

1 comment |category: |Views: 21

tags: another

Kevin@Work: Bag-o-Tricks March '08 Edition(work.j832.com)

submitted by bradygasterbradygaster(4897) 4 years, 2 months ago

Collection of excellent WPF controls and implementations for you to use. Binaries and source available. read more...

add a comment |category: |Views: 17

tags: another

MDX Named Sets in SQL Server 2005/2008 (setfocus.com)

submitted by SetFocusSetFocus(510) 4 years, 2 months ago

An MDX Named Set is a list of members, based on some pre-defined retrieval logic. You may have a named set that lists your Customers in zip code order or products sold for 2005 in sales order amount. Since an MDX Named Set is simply an MDX expression, you could create a more complex Named Set using other MDX functions like DESCENDANTS to build a list of members from a customer geography, starting at a certain level (Region) down to another level (Market). read more...

add a comment |category: |Views: 21

tags: another

Data Binding an Enum with Descriptions(xml.indelv.com)

submitted by j.montyj.monty(1868) 4 years, 2 months ago

Finally a SIMPLE, straight-forward, well thought out way to do DataBinding with an Enum. read more...

add a comment |category: |Views: 33

tags: another

ASP.NET Multiple File Upload With Progress Bar(the3factory.com)

submitted by tommyktommyk(870) 4 years, 2 months ago

Download code Introduction It is difficult to find a decent upload control that handles large files, shows a progress bar, and still works in a medium-trust hosting environment. The problem with these controls is that medium-trust does not allow Reflection. But this does not mean that... read more...

add a comment |category: |Views: 690

tags: another

Performance Woe of Binary XML(the3factory.com)

submitted by tommyktommyk(870) 4 years, 2 months ago

Since its inception, XML has been criticized for the overhead it introduces into the enterprise infrastructure. Business data encoded in XML takes 5 to 10 times more bandwidth to transmit in the network and proportionally more disk space to store. While most agree that verbosity is inherent to XML's... read more...

add a comment |category: |Views: 7

tags: another

Gridview/DataGrid Merge Header(the3factory.com)

submitted by tommyktommyk(870) 4 years, 2 months ago

Downlaod code Introduction During development with GridView, we might come across many situations in which we need to extend GridView for our requirements. For example, we need to have a separate header other than the header provided by GridView. In that case we need to add new GridVie... read more...

add a comment |category: |Views: 179

tags: another

Visual CSharp Debugger(gouravverma.blogspot.com)

submitted by gouravvermagouravverma(60) 4 years, 2 months ago

Debugging issues ASP.NET Debugging *If you can’t find the error message that you’re looking for in this section, please check the section which deals with general debugging issues or remote debugging issues read more...

1 comment |category: |Views: 37

tags: another

Master Pages(nunos.zi-yu.com)

submitted by nunosnunos(135) 4 years, 2 months ago

A simple way of doing master pages in asp.net 1.1 read more...

add a comment |category: |Views: 8

tags: another

Displaying Row Details Tooltip on GridView using JQuery(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 4 years, 2 months ago

Displaying Row Details Tooltip on GridView using JQuery read more...

add a comment |category: |Views: 912

tags: another