MarkMilec

Stories kicked by MarkMilec

Scott Hanselman's 2006 Ultimate Developer and Power Users Tool List for Windows(hanselman.com)

submitted by HaackedHaacked(5105) 5 years, 8 months ago

Scott Hanselman, that uber technologist, updates his must have list of power tools for developers. read more...

add a comment |category: |Views: 6

tags: another

Cascading autocomplete made easy(dotnetslackers.com)

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

Implementing an asynchronous cascading autocomplete pattern with ScriptAculoUs.Net AutocompleteTextBox. read more...

add a comment |category: |Views: 57

tags: another

Web service calls from javascript using ATLAS (part 3) - Complex prope(geekzilla.co.uk)

submitted by fatdavehfatdaveh(1420) 5 years, 9 months ago

More cool stuff with ATLAS, web services, and javascript. This post demonstrates how 'complex' properties can be made available to javascript via a webservice. read more...

add a comment |category: |Views: 3

tags: another

Web service calls from javascript using ATLAS (part 2) - Complex retur(geekzilla.co.uk)

submitted by fatdavehfatdaveh(1420) 5 years, 9 months ago

ATLAS makes web services and javascript play together nicely. As this simple example shows.... read more...

add a comment |category: |Views: 2

tags: another

Web service calls from javascript using ATLAS (part 1)(geekzilla.co.uk)

submitted by fatdavehfatdaveh(1420) 5 years, 9 months ago

An introduction to using the ATLAS framework to make web service calls from javascript. I have found this to be a really useful and simple mechanism. read more...

add a comment |category: |Views: 9

tags: another

Why ASP.NET Postbacks and Viewstate Considered Harmful(staff.interesource.com)

submitted by kashkash(75) 5 years, 9 months ago

This is the reason why Why ASP.NET Postbacks and Viewstate Considered Harmful. read more...

add a comment |category: |Views: 19

tags: another

Cool (and Free) Threading .NET 2.0 E-Book (coolthingoftheday.blogspot.com)

submitted by marcosmarcos(2779) 5 years, 9 months ago

"This is a very cool threading online reference and freely downloadable e-book (PDF). Using C# for its examples, in 76 pages it covers basic synchronization, locking, BackgroundWorker, async delegates and more." Via: http://coolthingoftheday.blogspot.com read more...

1 comment |category: |Views: 58

tags: another

Use Generics to improve performance(csharpfeeds.com)

submitted by dalzieldalziel(6230) 5 years, 9 months ago

Generics were of one of main new features in .NET 2.0 languages. In .NET 1.x developers had to use System.Collections non-Generic collections to save their objects but no type checking were occurred for them. Therefore they had to do a type casting when they were retrieving their objects from collections. Now that Microsoft introduced Generics as a type specific alternative for those old means, life is pretty easier for each developer. One of most important reasons to use Generics instead of non-Generic collections is performance. read more...

add a comment |category: |Views: 18

tags: another

Script#(projects.nikhilk.net)

submitted by dalzieldalziel(6230) 5 years, 9 months ago

Script# brings the C# development experience (programming and tooling) to the JavaScript/Ajax world. The Script# compiler is a C# compiler that generates JavaScript as its output instead of IL. A key goal of the compiler to produce readable JavaScript (as if you had authored it by hand), and would be comfortable deploying into real apps. Hence the translation works from C# source directly into JavaScript without an intermediate IL layer. read more...

add a comment |category: |Views: 11

tags: another

Reduce the weight of stylesheets by 35% at runtime(madskristensen.dk)

submitted by dalzieldalziel(6230) 5 years, 9 months ago

It is always desirable to produce the smallest amount of client-code at any given time. That includes HTML, JavaScript and CSS files. The more client-code you produce, the longer it takes to download and render the web page. This shows how to reduce CSS files by 35% at runtime using C#. read more...

3 comments |category: |Views: 10

tags: another

Custom Templated SiteMap Navigator Control(geekzilla.co.uk)

submitted by phaymanphayman(3550) 5 years, 9 months ago

After discovering the power of the SiteMap, especially when linked to Authentication, it wasn't long before binding the TreeView to the map was not enough. I needed to have total control over what was displayed to the user for each item, so I wrote a Templated SiteMap navigator control. It works in a similar way to an asp:Repeater so should be fairly easy to comprehend. read more...

1 comment |category: |Views: 27

tags: another

Profile Support in Atlas Toolkit(blogs.msdn.com)

submitted by GrillerGeekGrillerGeek(150) 5 years, 9 months ago

Several customers have asked for the ability to persist settings in profiles, specifically things like Drag Panel Locations. But I can never leave well enough alone, so I wanted to figure out a way to make this general across the Toolkit. I'm pretty happy with it, hopefully it makes sense to you as well. read more...

add a comment |category: |Views: 0

tags: another

Make the GridView control accessible(madskristensen.dk)

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

It is not apparent that you have to dig into the header and footer rows and add a TableSection. This should be done automatically or at least be easy to set through a property at design time. I think it is an obvious mistake, but luckily for us, it is easy to fix if you know where to look. read more...

add a comment |category: |Views: 35

tags: another

ImageReflection with the Atlas Control Toolkit(dotnetslackers.com)

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

A control extender to apply a reflection effect to images. read more...

add a comment |category: |Views: 0

tags: another

Extending web.sitemap(geekzilla.co.uk)

submitted by PagemPagem(360) 5 years, 9 months ago

This article shows you how to add custom values to your web.sitemap and then access them declaratively. read more...

add a comment |category: |Views: 22

tags: another

GridView DropDownList Pager(weblogs.asp.net)

submitted by dalzieldalziel(6230) 5 years, 9 months ago

This post shows you how to add a custom DropDownlist pager and pager buttons to the GridView. read more...

add a comment |category: |Views: 258

tags: another