Asp-net

Exploring asp-net and insights from my journey

How to Show Your Meta Description and Keywords on an ASP Master Page

Asp-net

So today’s challenge was to display the Title, Meta description and meta tags on a site I am currently working on for troubleshooting and SEO reasons. The solution I came up with was to place the following code in the code behind of the masterpage. protected void Page_Load(object sender, EventArgs e) { HtmlHead headTag = […]

Read More

Microsoft C#, LINQ, XML, WPF and the Lack of Good Examples

Asp-net

Ok, My rant for the day is about trying to use Microsoft C# and LINQ and XML and WPF. I spend more time trying to figure out simple stuff, because nothing exists as solid examples of how to do what I need to do.I spend so much of my time trying to find decent examples […]

Read More