<!DOCTYPE html>
<html>

  <head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">

  <title>TechiesWeb.NET</title>
  <meta itemprop="description" name="description" content="Tips and Tricks for ASP.NET MVC,ASP.NET Web Api, AspNetCore and all other cool stuff
" />

  <link rel="stylesheet" href="/css/main.css">
  <link rel="canonical" href="https://techiesweb.net/">
  <link rel="alternate" type="application/rss+xml" title="TechiesWeb.NET" href="https://techiesweb.net/feed.xml" />

  <script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-7973696-1', 'auto');
  ga('send', 'pageview');

</script>
<script type="text/javascript">  var appInsights=window.appInsights||function(config){    function i(config){t[config]=function(){var i=arguments;t.queue.push(function(){t[config].apply(t,i)})}}var t={config:config},u=document,e=window,o="script",s="AuthenticatedUserContext",h="start",c="stop",l="Track",a=l+"Event",v=l+"Page",y=u.createElement(o),r,f;y.src=config.url||"https://az416426.vo.msecnd.net/scripts/a/ai.0.js";u.getElementsByTagName(o)[0].parentNode.appendChild(y);try{t.cookie=u.cookie}catch(p){}for(t.queue=[],t.version="1.0",r=["Event","Exception","Metric","PageView","Trace","Dependency"];r.length;)i("track"+r.pop());return i("set"+s),i("clear"+s),i(h+a),i(c+a),i(h+v),i(c+v),i("flush"),config.disableExceptionTracking||(r="onerror",i("_"+r),f=e[r],e[r]=function(config,i,u,e,o){var s=f&&f(config,i,u,e,o);return s!==!0&&t["_"+r](config,i,u,e,o),s}),t    }({        instrumentationKey:"a27fe648-a020-4d80-a39d-d36689e2b45c"    });           window.appInsights=appInsights;    appInsights.trackPageView();</script>

</head>


  <body>

    <header class="site-header">

  <div class="wrapper">

    <a class="site-title" href="/">TechiesWeb.NET</a>

    <nav class="site-nav">
      
      <div class="trigger">
        
          
          <a class="page-link" href="/about/">About</a>
          
        
          
        
          
        
          
        
          
        
      </div>
    </nav>

  </div>

</header>


    <div class="page-content">
      <div class="wrapper">
        <div class="home">

    <h1 class="page-heading">Posts</h1>

    <ul class="post-list">
      
        <li>
          <span class="post-meta">Apr 12, 2026</span>

          <h2>
            <a class="post-link" href="/2026/04/12/hosting-durable-ai-agent-workflows-on-azure-functions.html">Durable AI Agent Workflows on Azure Functions</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Feb 11, 2023</span>

          <h2>
            <a class="post-link" href="/2023/02/11/azure-functions-input-converters.html">Extending input binding pipeline in dotnet isolated Azure functions</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Oct 16, 2022</span>

          <h2>
            <a class="post-link" href="/2022/10/16/azure-functions-v1-to-v4-migration-guide.html">Azure functions V1 to V4 migration</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">May 15, 2022</span>

          <h2>
            <a class="post-link" href="/2022/05/15/azure-functions-isolated-middleware-apis.html">Useful APIs for writing azure functions middleware</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">May 23, 2021</span>

          <h2>
            <a class="post-link" href="/2021/05/23/go-load_load_testng_tool.html">Go-load, A simple load testing tool written in go</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">May 15, 2021</span>

          <h2>
            <a class="post-link" href="/2021/05/15/an_alternative_to_linq_intersect_any.html">A fast alternative to Linq's Intersect.Any() expression result</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Apr 24, 2021</span>

          <h2>
            <a class="post-link" href="/2021/04/24/system_text_json-deserialize-json-array-in-type-and-value-format.html">Deserialize JSON arrays from object type with $type and $values in System.Text.Json</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Mar 28, 2021</span>

          <h2>
            <a class="post-link" href="/2021/03/28/csharp-to-go-task.whenalll.html">C# to Go - How to wait for an array of sub tasks to finish in Go</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Mar 21, 2021</span>

          <h2>
            <a class="post-link" href="/2021/03/21/csharp-to-go-stopwatch.html">C# to Go - How to use StopWatch in Go</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Mar 3, 2021</span>

          <h2>
            <a class="post-link" href="/2021/03/03/csharp-to-go-how-to-make-http-call.html">C# to Go - How to make HTTP call in Go</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Sep 7, 2019</span>

          <h2>
            <a class="post-link" href="/2019/09/07/browser-detection-in-aspnetcore.html">Browser detection in ASP.NET core</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Sep 15, 2018</span>

          <h2>
            <a class="post-link" href="/2018/09/15/seattle-js-talk-on-web-performance-apis.html">SeattleJS talk on web performance APIs</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Mar 18, 2018</span>

          <h2>
            <a class="post-link" href="/2018/03/18/new-adventure-at-microsoft.html">New adventure at Microsoft</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Dec 9, 2017</span>

          <h2>
            <a class="post-link" href="/2017/12/09/tracking-slow-network-calls-on-msn.html">Tracking slow network calls on msn.com</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Apr 28, 2017</span>

          <h2>
            <a class="post-link" href="/2017/04/28/benchmarking-string-replace.html">Benchmarking fun with string.Replace method</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Jan 4, 2017</span>

          <h2>
            <a class="post-link" href="/2017/01/04/building-a-native-ios-app.html">Building a native IOS app</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Oct 24, 2016</span>

          <h2>
            <a class="post-link" href="/2016/10/24/extending-asp-net-core-tag-helpers.html">Creating a readonly textarea by extending Asp.Net Core input tag helper</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Oct 10, 2016</span>

          <h2>
            <a class="post-link" href="/2016/10/10/mvp-award-2016-ThankYou.html">MVP Award 2016</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Oct 1, 2016</span>

          <h2>
            <a class="post-link" href="/2016/10/01/asp-net-core-custom-tag-helper-for-gravatar-image.html">Asp.Net Core Custom tag helper for gravatar image from Email</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Dec 7, 2015</span>

          <h2>
            <a class="post-link" href="/2015/12/07/session-variables-in-asp-net-5.html">How to use Session variables in ASP.NET 5</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Jul 12, 2015</span>

          <h2>
            <a class="post-link" href="/ios/2015/07/12/rounded-corner-buttons-in-ios.html">Rounded corner buttons in XCode</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Feb 16, 2014</span>

          <h2>
            <a class="post-link" href="/2014/02/16/asp-net-mvc-request-isajaxrequest-method-returns-false-for-angular-http-service.html">Why ASP.NET MVC Request.IsAjaxRequest method returns false for $http calls from angular</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Jan 26, 2014</span>

          <h2>
            <a class="post-link" href="/2014/01/26/asp-net-mvc-unit-testing-action-methods-uses-session-variables.html">ASP.NET MVC Unit testing action methods which uses Session variables</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Dec 15, 2013</span>

          <h2>
            <a class="post-link" href="/2013/12/15/paging-sorting-filtering-to-your-asp-net-mvc-projects-with-ktable-plugin.html">Paging, Sorting and Filtering to your ASP.NET MVC Projects with kTable plugin</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Oct 3, 2013</span>

          <h2>
            <a class="post-link" href="/2013/10/03/dropdown-list-in-asp-net-mvc.html">ListBox and Dropdown list in asp.net mvc</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Sep 16, 2013</span>

          <h2>
            <a class="post-link" href="/2013/09/16/.html"></a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Feb 8, 2013</span>

          <h2>
            <a class="post-link" href="/2013/02/08/pluggable-asp-net-mvc-application-project-structure.html">Pluggable ASP.NET MVC application project structure</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Oct 16, 2012</span>

          <h2>
            <a class="post-link" href="/2012/10/16/rendering-views-from-custom-folders-in-asp-net-mvc.html">Rendering views from custom folders in ASP.NET MVC</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Oct 12, 2012</span>

          <h2>
            <a class="post-link" href="/2012/10/12/radio-button-list-in-asp-net-mvc.html">Radio button list in ASP.NET MVC</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Oct 6, 2012</span>

          <h2>
            <a class="post-link" href="/2012/10/06/column-attribute-in-entity-framework-5.html">Column Attribute in Entity Framework 5</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Oct 3, 2012</span>

          <h2>
            <a class="post-link" href="/2012/10/03/techieswebmetro-wordpress-theme.html">TechiesWebMetro wordpress theme</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Sep 21, 2012</span>

          <h2>
            <a class="post-link" href="/2012/09/21/asp-net-mvc3-tree-view-with-jstree.html">ASP.NET MVC3 Tree View with jsTree</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Sep 17, 2012</span>

          <h2>
            <a class="post-link" href="/2012/09/17/asp-net-mvc3-dynamically-added-form-fields-model-binding.html">ASP.NET MVC3 Dynamically added form fields model binding</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Sep 12, 2012</span>

          <h2>
            <a class="post-link" href="/2012/09/12/asp-net-mvc-how-to-get-model-error-details-in-controller-action-method-when-modelvalidation-fails.html">ASP.NET MVC How to get Model Error details in Controller Action Method When ModelValidation fails</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Aug 15, 2012</span>

          <h2>
            <a class="post-link" href="/2012/08/15/how-to-convert-datatable-to-collection-of-custom-class-object.html">How to Convert DataTable to Collection of Custom Class object</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Jul 21, 2012</span>

          <h2>
            <a class="post-link" href="/2012/07/21/webimage-resize-method-how-to-remove-the-left-and-top-border-from-the-image.html">WebImage.Resize method - How to  Remove the Left and Top border from the image</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Jul 16, 2012</span>

          <h2>
            <a class="post-link" href="/2012/07/16/foreign-key-relationship-in-entity-framework-code-first.html">Foreign Key relationship in Entity Framework Code First</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Jun 11, 2012</span>

          <h2>
            <a class="post-link" href="/2012/06/11/country-state-list-default-data-in-xml-format.html">Country State List default data in XML format</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">May 28, 2012</span>

          <h2>
            <a class="post-link" href="/2012/05/28/entity-framework-code-first-inheritance-table-per-hierarchy-and-table-per-type.html">Entity Framework Code First Inheritance : Table Per Type and Table Per Hierarchy</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">May 26, 2012</span>

          <h2>
            <a class="post-link" href="/2012/05/26/dynamic-type-in-c4-0-where-and-how-to-use-how-does-it-differ-from-var-and-object.html">dynamic type in C#.4.0  Where and how to use ? How does it differ from var and object ?</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">May 5, 2012</span>

          <h2>
            <a class="post-link" href="/2012/05/05/starting-entity-framework-codefirst-approach-part-2.html">Starting Entity Framework Codefirst Approach Part- 2</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Apr 27, 2012</span>

          <h2>
            <a class="post-link" href="/2012/04/27/starting-entity-framework-codefirst-approach-part-1.html">Starting Entity Framework Codefirst Approach Part- 1</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Apr 18, 2012</span>

          <h2>
            <a class="post-link" href="/2012/04/18/how-to-prevent-jquery-mobile-to-style-your-form-elements.html">How to prevent jQuery mobile to style your form elements</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Mar 31, 2012</span>

          <h2>
            <a class="post-link" href="/2012/03/31/entity-framework-code-first-how-to-avoid-pluralized-name-in-table-creation.html">Avoid pluralized name in table creation with Entity Framework Code First</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Mar 27, 2012</span>

          <h2>
            <a class="post-link" href="/2012/03/27/why-i-love-coderush-reason-1.html">Why I love CodeRush : Reason #1</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Mar 25, 2012</span>

          <h2>
            <a class="post-link" href="/2012/03/25/entity-framework-code-first-how-to-add-a-new-property-to-your-model-class-with-making-an-effect-in-your-table-structure.html">Entity Framework Code First– How to add a new Property to your model class with making an effect in your table structure</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Mar 24, 2012</span>

          <h2>
            <a class="post-link" href="/2012/03/24/nunit-with-asp-net-mvc-and-coderush.html">NUnit with  ASP.NET MVC and CodeRush</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Mar 22, 2012</span>

          <h2>
            <a class="post-link" href="/2012/03/22/output-caching-in-asp-net-mvc3-actions-with-actionfilters.html">Output caching in ASP.NET MVC3 Actions with ActionFilters</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Mar 12, 2012</span>

          <h2>
            <a class="post-link" href="/2012/03/12/how-to-get-add-view-add-controller-menus-in-solution-explorer-when-converting-existing-asp-net-web-for-project-to-mvc.html">How to get Add View/ Add Controller menus in Solution explorer when converting existing ASP.NET web for project to MVC</a>
          </h2>
        </li>
      
        <li>
          <span class="post-meta">Dec 1, 2011</span>

          <h2>
            <a class="post-link" href="/2011/12/01/hello-world.html">I Lost !</a>
          </h2>
        </li>
      
    </ul>

    <p class="rss-subscribe">subscribe <a href="/feed.xml">via RSS</a></p>

</div>


      </div>
    </div>

    <footer class="site-footer">

  <div class="wrapper">

    <h2 class="footer-heading">TechiesWeb.NET</h2>

    <div class="footer-col-wrapper">
      <div class="footer-col  footer-col-1">
        <ul class="contact-list">
          <li>TechiesWeb.NET</li>
          <li><a href="mailto:"></a></li>
        </ul>
      </div>

      <div class="footer-col  footer-col-2">
        <ul class="social-media-list">
          

          
        </ul>
      </div>

      <div class="footer-col  footer-col-3">
        <p class="text">Tips and Tricks for ASP.NET MVC,ASP.NET Web Api, AspNetCore and all other cool stuff
</p>
      </div>
    </div>

  </div>

</footer>


  </body>

</html>
