Skip to content

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

.net-3.5

WCF – How to Increase Message Size Quota

September 3, 2022 by Magenaut

I have a WCF Service which returns 1000 records from database to the client. I have an ASP.NET WCF client (I have added service reference in asp.net web application project to consume WCF).

Categories ASP.NET, Q&A Tags .net, .net-3.5, asp.net, wcf Leave a comment

Why Response.Redirect causes System.Threading.ThreadAbortException?

September 3, 2022 by Magenaut

When I use Response.Redirect(…) to redirect my form to a new page I get the error:

Categories ASP.NET, Q&A Tags .net-3.5, asp.net, c# Leave a comment

Recursive control search with LINQ

September 3, 2022 by Magenaut

If I wanted to find checked check boxes on an ASP.NET page I could use the following LINQ query.

Categories ASP.NET, Q&A Tags .net-3.5, asp.net, c#-3.0, linq-to-objects Leave a comment

How can I get gzip compression in IIS7 working?

September 3, 2022 by Magenaut

I have installed Static and dynamic compression for IIS7, as well as setting the two web.config values at my application Virtual Folder level. As I understand it, I don’t need to enable compression at the server, or site level anymore, and I can manage it on a per folder basis using my web.config file.

Categories ASP.NET, Q&A Tags .net-3.5, asp.net, compression, gzip, iis-7 Leave a comment

Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack

September 3, 2022 by Magenaut

I am getting the error:

Categories ASP.NET, Q&A Tags .net-3.5, asp.net, response.redirect Leave a comment

Can You Determine Timezone from Request Variables?

September 2, 2022 by Magenaut

Is there a way to do your timezone offsets on the server side, by reading something in the request over http, instead of sending everything to the client and letting it deal with it?

Categories ASP.NET, Q&A Tags .net-3.5, asp.net, datetime, globalization, timezone Leave a comment

What do I need to change to allow my IIS7 ASP.Net 3.5 application to create an event source and log events to Windows EventLog?

September 2, 2022 by Magenaut

ASP.Net 3.5 running under IIS 7 doesn’t seem to allow this out of the box.

Categories ASP.NET, Q&A Tags .net-3.5, asp.net, event-log, iis-7, permissions Leave a comment

Get first element from a dictionary

September 1, 2022 by Magenaut

I have the following declaration:

Categories ASP.NET, Q&A Tags .net, .net-3.5, asp.net, c# Leave a comment

Finding controls inside nested master pages

August 31, 2022 by Magenaut

I have a master page which is nested 2 levels. It has a master page, and that master page has a master page.

Categories ASP.NET, Q&A Tags .net-3.5, asp.net, c#, master-pages Leave a comment

Get Absolute URL from Relative path (refactored method)

August 31, 2022 by Magenaut

I am really surprised that there is no native .NET method to get an absolute url from a relative url. I know this has been discussed many times, but never have come across a satisfactory method that handles this well. Can you help fine tune the method below?

Categories ASP.NET, Q&A Tags .net, .net-3.5, asp.net, c# Leave a comment
Older posts
Page1 Page2 … Page5 Next →
  1. michealSmith07 on Is there a way to dynamically refresh the less command?August 21, 2022

    That is a very nice post. I like this post.

  2. anonymous on Fix libwacom9 dependency issue when upgrade DebianJune 27, 2022

    saved my day!! Thanks for the help…

  3. sreedhar on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    Thanks its working

  4. saintnick on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    remove libwacom2 worked for me as well

  5. ranafoul on Fix libwacom9 dependency issue when upgrade DebianApril 22, 2022

    apt remove libwacom2 helped on kali 2022.01. gr8

.net ajax asp.net asp.net-core asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-web-api bash c# command-line css custom-post-types custom-taxonomy dataframe dictionary django entity-framework functions gridview html iis javascript jquery json linux list matplotlib numpy pandas php plugin-development plugins posts python python-2.7 python-3.x security shell shell-script sql string vb.net webforms wp-query

© 2026 Magenaut • Built with GeneratePress