sgildner

Stories kicked by sgildner

Project SilverLight 1.1 - Creating an iTunes-like media player(advertboy.wordpress.com)

submitted by w3stfa11w3stfa11(645) 4 years, 8 months ago

I found out about Jose Fajardo's journey on learning Silverlight. Jose decided to write an iTunes-like media player using Silverlight. He has documented his development in about 20 blog posts here. read more...

2 comments |category: |Views: 172

tags: another

SubSonic Starter Site is Out!(blog.wekeroad.com)

submitted by robconeryrobconery(160) 5 years ago

Check out the new SubSonic starter site, complete with CMS, membership, and more. read more...

1 comment |category: |Views: 191

tags: another

Use "Find As You Type" Search in Visual Studio 2005(howtogeek.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 5 months ago

"Visual Studio 2005 includes a great feature that they call Incremental Search, but I like to call “find as you type”, because that’s really what it does. To start using this feature, just hit Ctrl + i once, and you will see the cursor change to an arrow with binoculars. At this point, you can just start typing, and Visual Studio will automatically start finding." read more...

2 comments |category: |Views: 15

tags: another

C# Generics Recipes(en.csharp-online.net)

submitted by HyleHyle(2755) 5 years, 6 months ago

Learn when and where to use generics and find recipes for using generics to solve problems. Excerpt: A long-awaited feature, generics, is finally here with the advent of Version 2.0 of the C# compiler. Generics is an extremely useful feature that allows you to write less, but more efficient, code. This aspect of generics is detailed more in Recipe 4.1. With generics comes quite a bit of programming power, but with that power comes the responsibility to use it correctly. If you are considering converting your ArrayList, Queue, Stack, and Hashtable objects to use their generic counterparts, consider reading Recipes 4.4, 4.5, and 4.10. As you will read, the conversion is not always simple and easy, and there are reasons why you might not want to do this conversion at all. read more...

add a comment |category: |Views: 16

tags: another

Is ASP.NET too difficult?(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 6 months ago

There is no doubt in my mind, that ASP.NET is the most powerful and versatile platform for web applications at the moment. By leveraging the .NET Framework you can do absolutely anything in no time, but is that power also the problem with ASP.NET? read more...

add a comment |category: |Views: 2

tags: another

Microsoft needs to give developers a break... (weblogs.asp.net)

submitted by RobCRobC(120) 5 years, 6 months ago

Microsoft needs to give developers a break... read more...

1 comment |category: |Views: 5

tags: another

Microsoft AJAX and Web Services(aspnetpodcast.com)

submitted by wallymwallym(2085) 5 years, 6 months ago

How to integrate the Microsoft ASP.NET 2.0 Beta2 AJAX Libraries with Web Services. read more...

2 comments |category: |Views: 0

tags: another

Video: First Impressions on the Windows Vista RTM (blogs.interfacett.com)

submitted by dwahlindwahlin(1450) 5 years, 6 months ago

Interested in Windows Vista but not sure if you'll upgrade right away? Dan Wahlin gives his opinion on installing and running Vista and provides a short video demonstrating how Windows Vista Ultimate looks and acts. read more...

add a comment |category: |Views: 0

tags: another

ASP.NET Ajax UpdatePanelNotifier: get notified of partial updates(dotnetslackers.com)

submitted by simonebsimoneb(5450) 5 years, 6 months ago

A web control which allows to execute custom javascript functions in response to partial updates events read more...

add a comment |category: |Views: 7

tags: another

Developing Asp.Net Ajax Web Control(weblogs.asp.net)

submitted by caslorcaslor(60) 5 years, 6 months ago

Write an ASP.NET AJAX-Aware Control is not so simple... A detailed guide from the UpdatePanel Creator. read more...

add a comment |category: |Views: 3

tags: another