uadozer

Stories kicked by uadozer

5 Useful SQL Server Scripts(blog.tboda.com)

submitted by lobsterinolobsterino(320) 3 years, 1 month ago

Collection of 5 useful scripts for SQL Server. read more...

add a comment |category: |Views: 782

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

SQL SERVER 2008 Interview Questions and Answers - PDF Download(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 3 months ago

I have listed all the series in this post so that it can be easily downloaded and used. All the questions are collected and listed in one PDF which is here to download. If you have any question or if you want to add to any of the question please send me mail or write a comment. Must Bookmark! read more...

add a comment |category: |Views: 2156

tags: another

C# Structs(dotnetperls.com)

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

What are the benefit of structs in C#? When can they improve performance and memory use? See examples and benchmarks as well as screens from CLRProfiler and the Visual Studio debugger. Is this is the best struct article in the world? Maybe! read more...

11 comments |category: |Views: 951

tags: another

7 of my favorite jQuery plugins for use with ASP.NET(encosia.com)

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

Seven of my favorite jQuery plugins to use with ASP.NET and ASP.NET AJAX, based on my own successes and failures using them over the past year and a half. read more...

add a comment |category: |Views: 716

tags: another

Avoid this tricky conflict between ASP.NET AJAX and jQuery(encosia.com)

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

One example of how ASP.NET AJAX can conflict with jQuery's plugins, due to its modification of some JavaScript base types, and how to fix the problem in this particular case. read more...

add a comment |category: |Views: 300

tags: another

Getting rid of spaghetti code in the real-world: a Case Study(codebetter.com)

submitted by LeinLein(135) 3 years, 8 months ago

A case study of cleaning up entangled code by reducing dependencies. Tips of how to avoid more entangled code to be added. Plugs NCover. read more...

1 comment |category: |Views: 503

tags: another

SQL Server Tips and Tricks (gatekiller.co.uk)

submitted by gatekillergatekiller(265) 3 years, 8 months ago

The following are a wide range of tips and tricks I have collected over the years working with various versions or Microsoft's SQL Server. I always enjoy finding little snippets of code which are both simple and powerful. Why write complicated routines when one or two lines of code can do it? read more...

add a comment |category: |Views: 548

tags: another

jQuery.position() on Invisible Elements fails(west-wind.com)

submitted by uadozeruadozer(650) 3 years, 8 months ago

Rick has found a solution how to get object position when it is hidden read more...

add a comment |category: |Views: 66

tags: another

StackOverflow(stackoverflow.com)

submitted by sirroccosirrocco(800) 3 years, 8 months ago

StackOverflow - - is in public beta. read more...

3 comments |category: |Views: 439

tags: another

Google Browser: Chrome(googleblog.blogspot.com)

submitted by dovedove(735) 3 years, 8 months ago

has a good comic book to explain their design and features. read more...

10 comments |category: |Views: 291

tags: another

Json.NET 3.0 Released(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 9 months ago

The latest version of Json.NET brings lots of new features including Silverlight support. read more...

add a comment |category: |Views: 434

tags: another

Fast Serialization(codebetter.com)

submitted by adminjewadminjew(1490) 3 years, 9 months ago

We use ALOT of serialization in the current system I work with. Serializing/deserializing 100,000,000 objects in a day is pretty common. For a long time we knew that the binary formatter was fat and slow but never rationalized writing something custom as we were always fast enough. Unfortunately our data throughput has raised 400% in the last year (when you start with gigs and gigs of messages this is a huge gain) and our little three or four year old dual xeon 2.2 has turned into the little engine that could during peaks lately so we finally bit the big one and threw something together quickly. read more...

add a comment |category: |Views: 702

tags: another

SubSonic Scaling(blog.wekeroad.com)

submitted by jongallowayjongalloway(4380) 3 years, 9 months ago

Rob runs some tests with millions of records to see how SubSonic holds up with respect to speed and memory use. read more...

3 comments |category: |Views: 321

tags: another

Handling "GO" Separators in SQL Scripts - the easy way(weblogs.asp.net)

submitted by ormicoormico(150) 3 years, 9 months ago

use SMO to run SQL scripts on .NET read more...

add a comment |category: |Views: 261

tags: another

The Complete Reference for Any jQuery Developer(effectize.com)

submitted by YuraYura(995) 3 years, 9 months ago

If you ever to do something with jQuery, you should find it in this extensive list. read more...

add a comment |category: |Views: 1067

tags: another