- Google Analytics .NET Integration
Dec 27, 2010
-
9 min read
How I built an integration with Google Analytics with ASP.NET
- Displaying Flickr Photos on a Web Page with C# and ASP.NET
Jun 20, 2009
-
3 min read
I was able to display my Flickr photos on a web page using the Flickr.Net API, which involved creating a repeater in an ASP.NET page and writing some backend code in C#. The end result is a simple paginated photo gallery that retrieves photos from Flickr based on user ID and other parameters.
- Setting up Extensionless URL Rewriting with ASP.NET and IIS7
Mar 24, 2009
-
3 min read
This tutorial will guide you through setting up the extensionless Url Rewriter with ASP.NET, which allows for dynamic and user-friendly URLs that can improve search engine optimization and make it easier to update live sites. By following these steps, including downloading the binary, adding modules to the Web.Config file, and configuring rewrites in the configuration section, you can take advantage of this feature and create more streamlined and SEO-friendly URLs for your website.