jitbit

Stories submitted by jitbit

"Login with Facebook" in ASP.NET made simple(facebooklogin.codeplex.com)

submitted by jitbitjitbit(110) 1 year, 1 month ago

Very simple project demonstrating how to use Facebook authentication in your ASP.NET app. read more...

add a comment |category: |Views: 1233

tags: another

ASP.NET Session: Caching Expiring Values(blog.jitbit.com)

submitted by jitbitjitbit(110) 1 year, 1 month ago

Sometimes you need to cache something in the Session object, and expire the stored value, say, after 5 minutes. read more...

add a comment |category: |Views: 9

tags: another

WYSIWYG BBCode editor(wysiwygbbcode.codeplex.com)

submitted by jitbitjitbit(110) 1 year, 11 months ago

Free open source Javascript-based WYSIWYG BBCode editor read more...

add a comment |category: |Views: 278

tags: another

Resx-Translator-Bot - free tool to make your applications multilingual(resxtranslatorbot.codeplex.com)

submitted by jitbitjitbit(110) 1 year, 11 months ago

Resx-Translator-Bot is a free open-source tool that uses Google Tanslate to automatically translate the .resx-files in your .NET and ASP.NET applications. read more...

add a comment |category: |Views: 26

tags: another

ASP.NET: mixing OutputCache with Server.Transfer(blog.jitbit.com)

submitted by jitbitjitbit(110) 2 years, 3 months ago

If you want to optimize your page performance by using the "@OutputCache" directive you might notice that the caching does not work when you perform a "Server.Transfer" operation to that "cached" page. read more...

add a comment |category: |Views: 16

tags: another

ASP.NET Forms Authentication "Remember Me"(blog.jitbit.com)

submitted by jitbitjitbit(110) 2 years, 3 months ago

Adding a "Remember Me" checkbox to your ASP.NET Forms Authentication. read more...

add a comment |category: |Views: 34

tags: another

ASP.NET Image Resizing - out of memory problem(blog.jitbit.com)

submitted by jitbitjitbit(110) 2 years, 3 months ago

When you try to create "on-the-fly" image-thumbnails in your ASP.NET web-application, sooner or later you face this crappy annoying "out of memory" exception, that is thrown when you use Image.FromStream. read more...

add a comment |category: |Views: 20

tags: another

SEO-friendly URLs in ASP.NET(blog.jitbit.com)

submitted by jitbitjitbit(110) 4 years, 5 months ago

Search engines like human-readable URLs with keywords in it, and hesitate to respect messy URLs with a lot of query-string parameters. So let's make our URLs SEO-friendly read more...

add a comment |category: |Views: 34

tags: another