Articles tagged with: ASP.NET

Book Review: ASP.NET 4 Social Networking

Summary: The book provides a good start for building a social network with ASP.NET 4.0, but the architecture won't scale if the site grows. The book covers various frameworks and features, but also has some cons. Overall, it sets the basis for a decent social network with low usage and quite some features.


Changed hosting + IIS 7.0 breaking changes

Summary: Migrating Kartones.net to a new hosting company and encountering issues due to Microsoft's IIS 7.0 breaking changes.


Kartones.Net now featuring Twitter OAuth integration for bloggers

Summary: How I added Twitter OAuth integration for bloggers of Kartones.net.


AJAX in ASP.NET using only HttpHandlers and Javascript

Summary: A tutorial on creating AJAX calls in ASP.NET using HttpHandlers and Javascript, bypassing ASP.NET AJAX framework for more control and customization.


Mobile devices detection using the User Agent

Summary: Detection of mobile devices using the User Agent HTTP header, highlighting challenges, limitations, and potential solutions for accurate matching.