spiralbutterfly

Stories kicked by spiralbutterfly

SonicCast - Lorem Ipsum and SubSonic Sugar(scribesonic.com)

submitted by montymonty(2575) 4 years, 8 months ago

Sonic cast that discusses the Sugar and Utility namespaces in SubSonic and the new lorem ipsum control/utility. Also shows off some JQuery edit-in-place functionality at the end. read more...

add a comment |category: |Views: 29

tags: another

Silverlight is Here: But Who Should Really Care About It?(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 4 years, 8 months ago

In this short writeup Dino Esposito introduces Silverlight, the new Microsoft platform for creating RIAs. read more...

1 comment |category: |Views: 1

tags: another

My new little friend, Enum<T>(devlicious.com)

submitted by bennagebennage(1150) 4 years, 8 months ago

Some description of a help class for working with Enumerations. read more...

2 comments |category: |Views: 46

tags: another

Taking CSS beyond a simple style library - Jon Galloway(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 4 years, 8 months ago

Good CSS design starts with structured HTML. Here's how to do that, with an emphasis in ASP.NET. read more...

1 comment |category: |Views: 5

tags: another

SubSonic: Creating a JOINed Query(monk.thelonio.us)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 8 months ago

"To facilitate JOIN support, a new Query constructor overload has been added. This overload takes a table schema reference, and one or more table columns as parameters." read more...

4 comments |category: |Views: 276

tags: another

The C# ?? Operator(dotnettipoftheday.org)

submitted by superghostsuperghost(2260) 4 years, 8 months ago

The C# ?? Operator read more...

8 comments |category: |Views: 11

tags: another

SQL Server: The proper and fastest way to check if rows exist(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 8 months ago

Simple yet very underused way to check if rows matching a condition exist. read more...

add a comment |category: |Views: 63

tags: another

They (spammers) look like ants from here(blog.incremental.ie)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 8 months ago

Since adding some basic user visualisation to DotNetKicks.com the other day, I have become slightly addicted to viewing the who's online page. This morning I added colour coding to the users based on their status - green for new users, blue for existing users and red for spammers. read more...

15 comments |category: |Views: 1

tags: another

CS2 - a personal source code search engine(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 8 months ago

CS2 is an open source C# source code search engine, to allow people to easily search through code stored in their machines with a simple web user interface built on ASP.NET. read more...

4 comments |category: |Views: 51

tags: another

Asp.net ListView - DataEditing(geekswithblogs.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 8 months ago

Shows the DataEditing capabilities of Asp.net ListView Control both with LinqDataSource as well as code. read more...

add a comment |category: |Views: 49

tags: another

ScottGu's Slides/Samples from MIX:UK(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 8 months ago

Includes 'Building Silverlight Applications with .NET' and 'Building ASP.NET Applications using VS 2008 and .NET 3.5' read more...

add a comment |category: |Views: 6

tags: another

Programming Silverlight 1.0 with C# - Photo Carousel(nikhilk.net)

submitted by jamesewelchjamesewelch(2275) 4 years, 8 months ago

Building a reusable, data-bound templated carousel control, modeled very similar to the Repeater control from ASP.NET. Once the carousel control is built, I'll bind it to a list of... yes, you guessed it... photos returned from calling the Flickr API. Using Visual Studio 2005, with Script# v0.4.2.0, Silverlight. read more...

2 comments |category: |Views: 227

tags: another

Scrum: Agile Software Development for Project Management(blog.sqlauthority.com)

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

Scrum is organized around the following roles: * Product Owner - Determines what functionality is needed * ScrumMaster - Leads the Scrum and is primarily responsible for making sure the Scrum process is followed and removing impediments that keep the Team from working * The Team - Those who do the actual work that translates what the Product Owner has requested into usable functionality Read more ... read more...

4 comments |category: |Views: 28

tags: another

C# and Lucene to index and search(aspcode.net)

submitted by aspcode.netaspcode.net(1045) 4 years, 8 months ago

Downloadable solution showing how to use Lucene for content indexing and then searching the data. Shows some of the advanced filtering possibilities Lucene offers when it comes to searching. Sourcecode C# and .NET 2.0, Windows Forms. read more...

1 comment |category: |Views: 1680

tags: another

Secret functionality of the "Find" combo in Visual Studio(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 8 months ago

Quickly open or create files, set breakpoints, or execute commands and/or macros using the "Go To Find" combo in Visual Studio. read more...

add a comment |category: |Views: 7

tags: another

First Impressions on LINQ to SQL(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 8 months ago

I've been experimenting with LINQ to SQL for the last few weeks and there's a lot to like as well as a few things to think about. In this editorial I'll describe some of the things that worked well and some of the issues I struggled with and how I worked around them. read more...

add a comment |category: |Views: 2

tags: another