kpumuk

Stories kicked by kpumuk

Download all the .NET Reference Source at once(wintellect.com)

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

John Robbins talks about the tool he and Kerem Kusmezer created to pre-fetch *all* the .NET reference source. read more...

add a comment |category: |Views: 64

tags: another

Boost ASP.NET performance with deferred content loading(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 3 months ago

A comprehensive example of how to improve the perceived speed of your pages, by implementing user controls to encapsulate secondary content and then deferring them until primary content is displayed. read more...

1 comment |category: |Views: 80

tags: another

Build Providers: Strongly typed page urls in ASP.NET(singular.co.nz)

submitted by hexyhexy(325) 4 years, 3 months ago

A look at using a build provider to generate IntelliSense for pages within your project. read more...

add a comment |category: |Views: 21

tags: another

10 ASP.NET Performance and Scalability Secrets(codeproject.com)

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

ASP.NET 2.0 has many secrets, when revealed, can give you big performance and scalability boost. For instance, there are secret bottlenecks in Membership and Profile provider which can be solved easily to make authentication and authorization faster. Furthermore, ASP.NET Http pipeline can be tweaked to avoid executing unnecessary code that gets hit on each and every request... read more...

2 comments |category: |Views: 69

tags: another

Facebook.NET Update(nikhilk.net)

submitted by kbeeveer46kbeeveer46(155) 4 years, 4 months ago

A quick update on the release of Facebook.NET 0.3 with support for new and changing Facebook APIs... read more...

add a comment |category: |Views: 37

tags: another

4 ASP.NET AJAX JavaScript UI methods you should learn(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 4 months ago

A closer look at some of the ASP.NET AJAX client side framework's less utilized UI functionality. Examples include CSS manipulation, measuring the size of a rendered element, and finding/changing the location of an element. read more...

1 comment |category: |Views: 12

tags: another

Best C# Blogs(devtopics.com)

submitted by DevTopicsDevTopics(1050) 4 years, 5 months ago

What makes a C# blog good? Pretty much the same thing that makes any blog good, but with a focus on C#, of course. read more...

add a comment |category: |Views: 191

tags: another

ASP.NET MVC Design Philosophy(weblogs.asp.net)

submitted by NikhilKothariNikhilKothari(1190) 4 years, 5 months ago

A great post from Eilon about the philosophy and approach to MVC in ASP.NET... read more...

2 comments |category: |Views: 10

tags: another