rg443

Stories kicked by rg443

Dynamically Create a Zip File Your Users Can Then Download(beckelman.net)

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

I recently had a requirement to allow users to select a group of files and then dynamically create a zip file on the server of the selected files that they could then download. read more...

add a comment |category: |Views: 355

tags: another

ASP.NET Caching and Performance(weblogs.asp.net)

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

Steve Smith, owner of ASP Alliance and Lake Quincy Media joins us today to teach us about some hidden gems in ASP.NET caching and performance. Steve’s expertise in this area comes from first-hand experience as Lake Quincy’s ad system serves over 60 requests per second and handles over 150 million requests per month. read more...

add a comment |category: |Views: 364

tags: another

SQL SERVER - 2008 - Configure Database Mail - Send Email From SQL Data(blog.sqlauthority.com)

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

First and Complete article of SQL Server 2008 Database Mail configuration. From start to end - Complete article. Bookmark it! read more...

2 comments |category: |Views: 832

tags: another

CoolMenu: A Silverlight Menu Control(pagebrooks.com)

submitted by pbrookspbrooks(775) 3 years, 9 months ago

I thought it would be cool to try building a reusable container control so I came up with CoolMenu. You really have to try this one out to get the full experience, a screen shot just doesn't do it justice. CoolMenu is a Silverlight container control that gives you a nice wave-like effect as you move your mouse over the menu items. Clicking a menu item causes the item to bounce. read more...

3 comments |category: |Views: 1794

tags: another

Silverlight: How to Add a Context Menù to a FrameworkElement(nablasoft.com)

submitted by GuardianGuardian(1104) 3 years, 9 months ago

A tecnique to add a context menu anchor to any framework element in a silverlight application read more...

add a comment |category: |Views: 16

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

Reduce ASP.NET Page size and complexity using JQuery-Part 2(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 3 years, 9 months ago

This is part 2 of my series for ASP.NET AJAX and JQuery comparison. You can read part 1 here. In my last 2 articles (Dynamically create ASP.NET user control using ASP.NET Ajax and Web Service and Dynamically create ASP.NET user control using JQuery and JSON enabled Ajax Web Service), I explained how to access JSON data from ASP.NET AJAX script service using ASP.NET AJAX client side framework and JQuery. In this post I will compare response/ request for these two implementations. read more...

add a comment |category: |Views: 327

tags: another

BackgroundWorker Component For .NET Framework 1.1 with vb.net(kellychronicles.spaces.live.com)

submitted by scorpion53061scorpion53061(85) 3 years, 9 months ago

I was asked to work in 1.1 of the Framework with doesn't have some of our helpful things that we have gotten used to in later versions of the framework. I was asked to write a backgroundworker component developers could use for SQL operations within this .NET Framework 1.1. read more...

add a comment |category: |Views: 38

tags: another

How To: Create Dynamic File System Directory in TSQL(dbalink.wordpress.com)

submitted by MarlonrMarlonr(704) 3 years, 10 months ago

I have created a Backup Script to backup all the databases in our SQL Server 2005. I want to keep old backups for sometime for some reason; so I want to create subdirectory with the run date as the name of the folder to separate the set of backups by date. read more...

add a comment |category: |Views: 17

tags: another

MySQL versus SQL Server (blogs.msdn.com)

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

"We were recently in a review where the ISV was using both SQL Server and MySQL. Of course working for Microsoft my first question was to ask why they had chosen to use MySQL." read more...

1 comment |category: |Views: 897

tags: another

StringBuilder Secrets(dotnetperls.com)

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

Article goes beyond the basics and looks at some more detail of StringBuilder in C#, and a benchmark that can help you improve your code that already uses StringBuilder. With graph read more...

3 comments |category: |Views: 669

tags: another

How to Scale with Memcached on .NET(codebetter.com)

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

Though .NET apps scale well thanks to caching, you can always use Memcached to scale further. read more...

add a comment |category: |Views: 671

tags: another

Using VistaDB Express with BlogEngine.NET 1.4(nyveldt.com)

submitted by razorantrazorant(530) 3 years, 10 months ago

Now that the latest version of BlogEngine.NET is out, it is easier than ever to get your blog running with VistaDB Express. I’ve been using VistaDB Express with BlogEngine.NET for a little while now and just love it.... read more...

add a comment |category: |Views: 132

tags: another

Efficient Paging in SQL Server 2005(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 10 months ago

Sure, SQL Server 2008 is getting ready to drop, but are you familiar with all of the new features that 2005 gave you? Or maybe you haven't used 2005, well, this is a good article to introduce to you several of the new features in SQL Server 2005. read more...

add a comment |category: |Views: 457

tags: another

SQL Sparklines(tobinharris.com)

submitted by tobinharristobinharris(425) 3 years, 11 months ago

Edward Tufte style sparklines in your favourite SQL tool :) read more...

add a comment |category: |Views: 17

tags: another

Regular Expression Visualizer-A Must Have Tool(professionalaspnet.com)

submitted by docluvdocluv(1575) 3 years, 11 months ago

A review and example of Roy Osherove's new Regular Expression Visualizer for Visual Studio. read more...

add a comment |category: |Views: 253

tags: another