JoHofmann

Stories kicked by JoHofmann

Grafiti CMS Beta 1 - a major ASP.NET attack on Wordpress!(andreas-kraus.net)

submitted by reteepreteep(739) 4 years, 5 months ago

Just released: Telligent (Creators of CommunityServer) Graffiti CMS - Beta 1, installed in a couple of seconds, very smooth, simple and fast! read more...

add a comment |category: |Views: 15

tags: another

XNA 2.0 Beta Ending Soon(virtualrealm.com.au)

submitted by MykreMykre(830) 4 years, 5 months ago

Looks like the release of XNA 2.0 is just around the corner. The Microsoft XNA Team have announced that the Beta for XNA 2.0 will be ending soon. read more...

add a comment |category: |Views: 0

tags: another

10 Podcasts Every Developer Should Listen To(randypatterson.com)

submitted by rpattersonrpatterson(745) 4 years, 5 months ago

A list of 10 developer related podcasts, some popular and some rather obscure, ranging in topics from Agile tenets to Architecture best practices. A list I hope everyone will discover at least a few new gems to listen to. read more...

1 comment |category: |Views: 23

tags: another

Linq to Sql Surprise Performance Hit(jdconley.com)

submitted by jconleyjconley(650) 4 years, 5 months ago

JD outlines a classic case of making assumptions while performance tuning. It turns out there are cases where Linq To SQL can take longer to compile a query than the round trip to SQL. read more...

2 comments |category: |Views: 36

tags: another

DotNetKicks "Kick It" plugin for Windows Live Writer(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 7 months ago

I want a DotNetKicks "kick it" image+link on some posts, but not all - and there is no automated way to do that. So I created an "Insert Kick It Counter..." plugin for Windows Live Writer to insert a placeholder, and a Wordpress plugin to insert the image+link when the placeholder is found. Hopefully somebody else will find it useful also! read more...

2 comments |category: |Views: 48

tags: another

Remove generated JavaScript from your pages(blog.madskristensen.dk)

submitted by tiernanotiernano(1674) 4 years, 7 months ago

One of the things that have always seemed a little weird to me is that ASP.NET auto-generates JavaScript and injects it in the rendered HTML. The JavaScript is needed to handle validation, postbacks, callbacks etc. but why does it have to write the same static functions when it could just as well be placed in a referenced .js file? If all the static functions where placed in an external .js file, it would be downloaded once instead of every time a page loads. read more...

add a comment |category: |Views: 16

tags: another

Validate your Redirects!(andreas-kraus.net)

submitted by reteepreteep(739) 4 years, 7 months ago

How unvalidated Redirects can turn your site into a phishing redirector. read more...

add a comment |category: |Views: 8

tags: another

Tips for avoiding Spam Filters with System.Net.Mail(andreas-kraus.net)

submitted by reteepreteep(739) 4 years, 8 months ago

It's getting more difficult for spammers to dig through the walls of tools like SpamAssassin every day. However, that also tightens the rules for us developers who do not intend to send out spam. We have to be very careful when creating and sending out HTML Mails. This article shows you how to do it properly and avoid being caught by spamfilters. read more...

add a comment |category: |Views: 354

tags: another

Phil Haack to join ASP.NET team(haacked.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 8 months ago

Only good things can come from this read more...

4 comments |category: |Views: 1

tags: another

You're Probably Storing Passwords Incorrectly(codinghorror.com)

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

The web is nothing if not a maze of user accounts and logins. Almost everywhere you go on the web requires yet another new set of credentials. Unified login seems to elude us at the moment, so the status quo is ... read more...

add a comment |category: |Views: 8

tags: another

LINQDataSource and ListView - a Dream Team(andreas-kraus.net)

submitted by reteepreteep(739) 4 years, 9 months ago

Another huge step in productivity and really comfortable, set up a dynamic ASP.NET Page with Update,Insert, Delete and Custom Template Support in seconds - almost out of the box. read more...

add a comment |category: |Views: 30

tags: another

Introduction to the new Listview and DataPager(andreas-kraus.net)

submitted by reteepreteep(739) 4 years, 9 months ago

A brief introduction to the new Listview and Datapager Controls of the .NET 3.5 Framework coming with Visual Studio 2008 Beta 2. read more...

add a comment |category: |Views: 304

tags: another

SQL Server 2005: Using PARTITION and RANK in your criteria(weblogs.sqlteam.com)

submitted by thesqlguythesqlguy(100) 4 years, 9 months ago

The RANK and PARTITION features in 2005 are simply amazing. They make so many "classic" SQL problems very easy to solve. read more...

add a comment |category: |Views: 76

tags: another

Who Is Online Box by using the ASP.NET Membership Class(andreas-kraus.net)

submitted by reteepreteep(739) 5 years, 1 month ago

There are several ways to show who is currently online within your ASP.NET Application if you use the build in Membership Provider. I tested a few on performance and accuary which lead me to the following result .. read more...

add a comment |category: |Views: 241

tags: another

Update LastActivityDate in aspnet_Users with Cookie Auth(andreas-kraus.net)

submitted by reteepreteep(739) 5 years, 3 months ago

In case you are using the ASP.NET Membership Provider you probably noticed that LastActivityDate doesn’t update correctly whenever someone checked "Remember me" on his Login. Here's how you can take care of that. read more...

add a comment |category: |Views: 65

tags: another

SQL Server recovery model selection (or, what's this 3GB LDF file?!)(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 5 years, 5 months ago

Tips on selecting the right recovery model for a developer workstation. read more...

add a comment |category: |Views: 0

tags: another