timmers0

Stories kicked by timmers0

Optimize ASP.NET Membership Stored Procedures for greater speed and sc(msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 2 months ago

ASP.NET Membership stored proc are not fine tuned for high load. So, under heavy load - the major tables like aspnet_Users and aspnet_Membership produces lock contention and transaction deadlocks. Learn how to solve this. read more...

add a comment |category: |Views: 293

tags: another

Exponentially Improve Performance to Start ASP.net 2.0, 3.0, 3.5 Debug(it.toolbox.com)

submitted by dotnetdudedotnetdude(220) 3 years, 2 months ago

Stop the waiting when debugging your ASP.Net Web Applications! Here's a complete RAM Disk solution to save your sanity. read more...

1 comment |category: |Views: 569

tags: another

ASP.NET - YSlow and ASP.NET: 100 points "A" grade is possible(karpach.com)

submitted by karpach96karpach96(265) 3 years, 2 months ago

Just in case if somebody doesn’t know what YSlow is? YSlow is Firefox add-on integrated with Firebug. It analyzes web pages and tells you why they are slow. You can run it on you project and see your grade. You can do some easy improvements and maybe even get D grade. However to get higher then D grade becomes a real challenge. Below I will describe how I got A grade (100 points) on my web blog application. read more...

3 comments |category: |Views: 636

tags: another

WebForms or MVC? What about the third option?(blog.madskristensen.dk)

submitted by drugarcedrugarce(610) 3 years, 3 months ago

I’ve read a lot of posts and articles about why and when you should choose WebForms or the MVC framework to build your ASP.NET websites. They are all pretty good, but for some reason they forget or ignore the obvious third option - standard ASP.NET without the WebForm. read more...

6 comments |category: |Views: 745

tags: another

Unit testing in Asp.Net -- Without a Server!(developer-corner.com)

submitted by timmers0timmers0(15) 3 years, 4 months ago

A great rundown of the code required to write a Unit Testing class that works in Asp.Net. And, you don't need a server to run this class, unlike NunitAsp. Recommended. read more...

add a comment |category: |Views: 94

tags: another

Whitehouse.gov: an ASP.NET site(dotnetperls.com)

submitted by samdnpsamdnp(980) 3 years, 4 months ago

This article looks into the JavaScript libraries, HTTP headers, platform and more of the new Whitehouse website. It includes statistics and some suggestions. read more...

5 comments |category: |Views: 676

tags: another

Nested/Threaded comments for BlogEngine.NET(johndyer.name)

submitted by johndyerjohndyer(70) 3 years, 4 months ago

One of the big updates for 1.5.0 is nested comments as seen in other tools like WordPress 2.7, IntenseDebate, and Disqus. read more...

add a comment |category: |Views: 68

tags: another

There is More Content than Just the Front Page on DotNetKicks(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 4 months ago

Are you tired of going to DotNetKicks and finding the same stories on the front page for days in a row? Trust me, there is some great content out there that never makes the front page. You just have to look a little deeper. When you do, you can help put some of that great new content in front of the masses. Even if you don’t submit stories yourself, you can still help out by giving the initial votes that push a story to the front page. read more...

add a comment |category: |Views: 249

tags: another

What is Microsoft waiting for providing a decent path API?(codebetter.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 4 months ago

I was recently browsing the code source of Managed Extensibility Framework and realized that this future part of .NET 4, full of tricky and advanced ideas, was naively relying on strings to describe files and directories paths. It seems that the version 4 of .NET will miss the need for a descent path API. There is the class System.IO.Path but it is feature limited, full of flaws and pitfalls (to not say bugs) and it fosters users to encode their paths into raw strings. It seems to me that using strings to encode paths is as primitive as using String.IndexOf("<tag>") to parse some XML. read more...

1 comment |category: |Views: 262

tags: another

Improving the SEO of your blog(cptloadtest.com)

submitted by dburtondburton(115) 3 years, 5 months ago

Did you know that yourdomain.com and www.yourdomain.com are actually different sites? Are they both serving the same content? If so, it may be negatively impacting your search engine rankings. Using HTTP 301 redirects, you can combine these synonymous URLs to increase your page ranking. read more...

1 comment |category: |Views: 270

tags: another

Controlling HTML in ASP.NET WebForms(weblogs.asp.net)

submitted by JemmJemm(9604) 3 years, 5 months ago

"Developers want control. Developing for the web is seemingly more of a love/hate relationship with the tools at our disposal. Sometimes our tools and frameworks give us power, but not control. While we love the functionality and ease-of-use of many of the stock server controls found in ASP.NET WebForms, sometimes we find that the underlying HTML isn’t exactly what we need." read more...

2 comments |category: |Views: 272

tags: another

FeedBurner Syndication Widget for BlogEngine.NET(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 5 months ago

Here is a simple FeedBurner Syndication Widget for BlogEngine.NET read more...

add a comment |category: |Views: 178

tags: another

Stop Kidding Me ! HttpModule(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 5 months ago

Tired of people who Spam, Trying to make SQL Injection, Brute Force and more on your site ?? You want to block them access to your web site but ... you're on a Shared Hosting Provider and you don't have access to any Firewall in order to make Packet Filter Rules .. read more...

add a comment |category: |Views: 34

tags: another

10 Tips to improve your LINQ TO SQL Application Performance(sidarok.com)

submitted by sidaroksidarok(1715) 4 years ago

Sidar gives performance tips on developing linq 2 sql read more...

add a comment |category: |Views: 207

tags: another