jefferytay.wordpress.com
ASP.NET 4 Breaking Changes #1: requestValidationMode cause ValidateRequest=False to fail | Musings on Education and Technology
https://jefferytay.wordpress.com/2010/04/15/asp-net-4-breaking-changes-1-requestvalidationmode-cause-validaterequestfalse-to-fail
Musings on Education and Technology. Listing my findings on technology and the usage of technology in education. ASPNET 4 Breaking Changes #1: requestValidationMode cause ValidateRequest=False to fail. ASPNET 4 Breaking Changes #1: requestValidationMode cause ValidateRequest=False to fail. April 15, 2010. Because this is now in the BeginRequest phase of a HTTP request, pages with validationRequest=”false” will still get the dreaded message. The only way is to. To view how to do it). Thanks for the info.
smartdev.wordpress.com
Google Chrome Extension: Google Weather | smart developer's blog
https://smartdev.wordpress.com/2010/01/14/google-chrome-extension-google-weather
Smart developer’s blog. This is a C# resource library! Free how to’s and best practices…. Google Chrome Extension: Google Weather. Leave a comment ». I have just developed a nice Google Weather extension. You can find it here: Google Chrome Extensions: Google Weather. I hope you will enjoy it! I will make available soon the source code. Just stay tunned or leave a comment if interested! January 14, 2010 at 9:19 pm. Laquo; SQL queries running slow from web. Leave a Reply Cancel reply. RT @ zamfir io.
smartdev.wordpress.com
Improve WebClient by adding UserAgent and Cookies to your requests | smart developer's blog
https://smartdev.wordpress.com/2009/05/08/improve-webclient-by-adding-useragent-and-cookies-to-your-requests
Smart developer’s blog. This is a C# resource library! Free how to’s and best practices…. Improve WebClient by adding UserAgent and Cookies to your requests. Leave a comment ». Suppose you need to make a lot of web requests and you need to set/change your user agent or to add cookies. You cannot do this by using the default WebClient in ASP.net but you can do it by extending this class:. May 8, 2009 at 9:42 am. Posted in .Net. Tagged with change user agent. Laquo; Linq in DataSet. Enter your comment here.
smartdev.wordpress.com
Linq in DataSet | smart developer's blog
https://smartdev.wordpress.com/2009/05/08/linq-in-dataset
Smart developer’s blog. This is a C# resource library! Free how to’s and best practices…. I recently had to filter and order some datasets. I used Linq and I found it to be very nice. Here are a few examples:. 1 If you have a dataset with a table containing products and you want to search for all products having “test” in their name, and order the list by creation date, you can use something like:. And you can use it like this:. Switch (orderby1) { case Keyphrase: repMain.DataSource = OrderDataTable ...
smartdev.wordpress.com
XPath vs Linq to XML | smart developer's blog
https://smartdev.wordpress.com/2009/04/15/xpath-vs-linq-to-xml
Smart developer’s blog. This is a C# resource library! Free how to’s and best practices…. XPath vs Linq to XML. Leave a comment ». Considering you have an xml file:. Categories Category id=543 parentid=193 name=Bridal Jewellery and Accessories treeactive=True Products Product id=6843 name=Pearl and Diamante Set Description! Basically there are two ways of querying XML files form C#:. 1 The first one would be to use a XPath expresion. There are a few methods in System.Xml.XPath namespace (XPat...XmlReader...
smartdev.wordpress.com
SQL queries running slow from web | smart developer's blog
https://smartdev.wordpress.com/2009/07/23/sql-queries-running-slow-from-web
Smart developer’s blog. This is a C# resource library! Free how to’s and best practices…. SQL queries running slow from web. Leave a comment ». If you have a MSSQL query (stored procedure) that runs OK (fast) in the Query Analyzer or Management Studio but extremely slow when you run them from a web page, then the solution is one of the following (in this order):. 8211; try to update statistics. 8211; try rebuilding indexes. 8211; try a query hint. EXEC procedure WITH RECOMPILE. July 23, 2009 at 11:11 am.
webscorecard.wordpress.com
Google Analytics dotnet api working! | The WebScoreCard Blog
https://webscorecard.wordpress.com/2009/10/05/google-analytics-dotnet-api-working
On the web use strategy to be faster than the rest. October 5, 2009. Google Analytics dotnet api working! Posted by webscorecard under Webscorecard. Tags: Dotnet Analitics API. It’s been some months already that google anounced. It’s api for google analytics. As I was interested in using this API in dotnet I was disappointed to see that there was no such library yet. So I was happy to find a thread. So how do you make this work? Install the google data API. And download the Analytics dll. Fill in your de...
SOCIAL ENGAGEMENT