leedumond

Stories kicked by leedumond

Lucene.Net needs your help (or it will die)(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 1 year, 6 months ago

The Apache Foundation wants to kill Lucene.net. If you use it please chime in and help. This post explains a bit more in detail why this is happening read more...

add a comment |category: |Views: 929

tags: another

How to use Google Data API in ASP.NET MVC. Part 2 - YouTube(mahdi.mp)

submitted by sharplifesharplife(4570) 2 years ago

In this second part of my GData series I tried to explain how to use YouTube API for .NET to store/retrieve videos on/from YouTube. read more...

add a comment |category: |Views: 306

tags: another

Using a GUID as an EntityKey in Entity Framework 4(leedumond.com)

submitted by leedumondleedumond(2144) 2 years ago

Do you have tables that use GUIDs (columns of type uniqueidentifier ) as primary keys in SQL Server? This scenario is now fully supported in Entity Framework 4, as long as you remember one little gotcha. read more...

add a comment |category: |Views: 77

tags: another

A few thoughts on jQuery templating with jQuery.tmpl(encosia.com)

submitted by gt1329agt1329a(7849) 2 years ago

Some thoughts on the current state of the jQuery.tmpl plugin, and suggestions for making it better. read more...

add a comment |category: |Views: 413

tags: another

How to use Google Data API in ASP.NET MVC. Part 1 - Google Analytics(mahdi.mp)

submitted by sharplifesharplife(4570) 2 years, 1 month ago

This article shows you how to use Google Data API to interact with Google Analytics data and show your website's visitors statistics on your website. read more...

add a comment |category: |Views: 362

tags: another

C# HttpRuntime - Simple Cache(www.dotnetguy.co.uk)

submitted by daniewat82daniewat82(114) 2 years, 1 month ago

I have been working recently on an application that needs very simple caching. I found this code sometime ago (but can’t for the life of me remember where! I think it may have been on StackOverflow). It is a simple cache that uses the HttpRuntime which enables it to be used on the web and also the desktop. This code has saved my bacon on more than one occasion so I thought I would share it. read more...

add a comment |category: |Views: 26

tags: another

Rendering a Usercontrol as a String for Webservices(www.deanhume.com)

submitted by deanomachinodeanomachino(764) 2 years, 2 months ago

I am currently working a project at work that requires us to use progressive enhancement so that our site is acessible to all users regardless of whether they have javascript enabled. One of the issues that we came across was keeping only one version of the html that we needed to use, regardless whether we were rendering our HTML client side or server side. That way, we only ever had one version of the HTML and this also allowed us to use the same usercontrol server side. This also makes it easier for us to maintain the code.We decided to use usercontrols and just render them as a string to the client side, it is a sneaky approach but it seems to be working nicely. read more...

add a comment |category: |Views: 18

tags: another

ASMX ScriptService mistake: Installation and configuration(encosia.com)

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

Continuing my series of posts about ASMX services and JSON, this post will cover two common mistakes that plague the process of getting a project’s first ASMX ScriptService working: Installing System.Web.Extensions into the GAC and configuring your web.config. read more...

2 comments |category: |Views: 169

tags: another

New in .NET 4: Don’t Forget to Dispose() your SmtpClient Instances(leedumond.com)

submitted by leedumondleedumond(2144) 2 years, 3 months ago

It seems the System.Net.Mail.SmptClient class has gotten a bit of a facelift in .NET 4. read more...

add a comment |category: |Views: 416

tags: another

Using XSLT to display an ASP.net sitemap without using tables(cyotek.com)

submitted by cyotekcyotek(155) 2 years, 3 months ago

An article on using a basic XSLT transformation to display ASP.net sitemap files in clean and simple markup, without having to use ASP.net's TreeView control. read more...

add a comment |category: |Views: 32

tags: another

Take Control of Your Web.Config(derans.blogspot.com)

submitted by deransderans(323) 2 years, 3 months ago

After reading a Paul Sheriff article in CODE Magazine, I ended up creating a base WebConfig class to handle getting values out of my web.config. I’ve hated the ConfigurationManager.AppSettings since they deprecated it from ConfigurationSettings.AppSettings. So now I have my own GetAppSetting so I never have to worry about it again. My base class looks like this: read more...

2 comments |category: |Views: 462

tags: another

Context and Best Practices(www.lostechies.com)

submitted by usshermussherm(5285) 2 years, 4 months ago

The Right Way versus the Better Way; Default Architectures; Starting Small read more...

add a comment |category: |Views: 505

tags: another

Using CDN Hosted jQuery with a Local Fall-back Copy(weblogs.asp.net)

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

How to use a jQuery hosted on a CDN with a fall back to a local version in case of an outage. read more...

1 comment |category: |Views: 327

tags: another

Wanna Help Me Write a Book?(leedumond.com)

submitted by leedumondleedumond(2144) 2 years, 5 months ago

It’s official – I’ll be writing the next installment in Wrox Press’ best-selling ASP.NET series. Here’s a sneak peek into ASP.NET 4.0 Website Programming: Problem – Design – Solution , and a way you – yes, you – can help make the book better, and even receive written credit in the book’s Acknowledgement section. read more...

add a comment |category: |Views: 8

tags: another

Any() versus Count()(kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 2 years, 5 months ago

Jimmy Bogard brought to my attention today that I had been doing something wrong all along. I’ve been using Count() on my enumerations when I should have been using Any(). I’ve even done this in a presentation I’ve been giving the past few months. This is from Mash Up. read more...

2 comments |category: |Views: 692

tags: another

GraffitiCMS Going Open Source(leedumond.com)

submitted by leedumondleedumond(2144) 2 years, 6 months ago

Thanks in part to the many who forwarded, blogged, tweeted, and linked to my May 2009 plea to Telligent to turn GraffitiCMS over to the community, it now appears that Telligent will be doing exactly that. read more...

add a comment |category: |Views: 363

tags: another