Stories recently tagged with 'resources'

350+ of The Best Web Design Feeds(websitesmaderight.com)

submitted by dathanndathann(25) 10 months, 25 days ago

This is a collection of 350+ of The Best blog and website feeds, hand-selected, all on the subject of Web Design. read more...

add a comment |category: |Views: 1

tags: another

Things you MUST dispose(dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 3 years, 10 months ago

When the .NET Framework instantiates an object, it allocates memory for that object on the managed heap. The object remains on the heap until it's no longer referenced by any active code, at which point the memory it's using is reclamed by the Garbage Collector (GC). Before the GC deallocates the memory, the framework calls the object's Finalize() method, but developers are responsible for calling the Dispose() method. read more...

add a comment |category: |Views: 19

tags: another

TIP: WebResourceAttribute And VB.NET, Not Like in C#!(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 11 months ago

TIP: WebResourceAttribute And VB.NET, Not Like in C#! read more...

add a comment |category: |Views: 11

tags: another

Working with System.Web.UI.WebResourceAttribute(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 11 months ago

Working with System.Web.UI.WebResourceAttribute read more...

add a comment |category: |Views: 9

tags: another

Tip: Generating Local Resource Files(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 11 months ago

Tip: Generating Local Resource Files read more...

add a comment |category: |Views: 10

tags: another

SharePoint 2007 Link List(drewmace.blogspot.com)

submitted by drewmacedrewmace(255) 4 years ago

A list of resources our development team has compiled for SharePoint 2007 read more...

add a comment |category: |Views: 32

tags: another

.NET Graphical Resources(blog.jrpsoftware.com)

submitted by rplantrplant(750) 4 years ago

So you just got done prototyping that new Winform or WPF application and the interface is a bit lacking. You are a programmer, not an artist after all. Well, never fear, free icons are here (wow that really rhymed). All kidding aside, most of us are not good at drawing images and icons, so we need some resources for these items. read more...

add a comment |category: |Views: 13

tags: another

Embed Resources (JavaScript, Images, etc) in ASP.NET Server Contros(aspalliance.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 8 months ago

One of the greatest difficulties when developing common web controls (either server or user controls) that we’ve come across in our development group is how to deal with client-side scripts and images. In ASP.NET 1.1 we have recently started using an HttpModule and compiled resource files, but ASP.NET 2.0 makes it much easier to manage embedding resources in assemblies. read more...

add a comment |category: |Views: 21

tags: another

Download Microsoft Mobile & Embedded DevCon 2006 (microsoft.com)

submitted by korayemkorayem(1240) 5 years, 2 months ago

The slides and resources from MEDC 2006 are now available for download. MEDC 2006 is the premier Windows Mobile event of the year and includes many great presentations and resources for Windows Mobile developers. read more...

add a comment |category: |Views: 14

tags: another