🔧 Maintenance Alert: World will be on Read-Only Mode on February 18th, 10:00 PM – 11:00 PM EST / 7:00 PM – 8:00 PM PST / 4:00 AM – 5:00 AM CET (Feb 19). Browsing available, but log-ins and submissions will be disabled.
🔧 Maintenance Alert: World will be on Read-Only Mode on February 18th, 10:00 PM – 11:00 PM EST / 7:00 PM – 8:00 PM PST / 4:00 AM – 5:00 AM CET (Feb 19). Browsing available, but log-ins and submissions will be disabled.
Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.
Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World
This is a very small (just one aspx, no code behind, ~130 rows) file that will show you everything you have in your cache. It can be very handy sometimes to see exactly what you have in the cache and even try and remove some things and see what...
Often we need to filter some of the pages in our PageDataCollection. Perhaps we wish to only show the pages that are published or that the user has access to. For this EPiServer has a few filter classes. Below you’ll find a some examples. More...
C# từ bản 2.0 có toán tử ?? rất tiện. Toán tử ?? tương tự như hàm isnull() trong T-SQL của SQL Server vậy. Nó hoạt động như sau: Nếu value1 là null thì sẽ trả ra value2; VD: Nếu dùng toán tử ?? string result = value1 ?? value2; Nếu viết bình thườn...
In the process of migrating a site I encountered a strange problem with asp.net ajax services. As you all probably are aware - there are two common approaches for running ajax in asp.net. UpdatePanel Webservices callable from javascript When the...
In the beginning of 2008 I posted a blog about getting the Visual Studio integration built for VS 2005 worging in VS 2008 . Now that VS 2010 is in beta status it’s time for another one. Here’s what you need to do to make the Visual Studio tools fo...
This release contains bug fixes and some new features and enhancements. There has also been some work done on performance improvements in both server-side code and client-side code. Full list of bug fixes and features in v2.4: #2349 Display Ordere...
If try to connect to TFS 2010 instance from Visual Studio 2008 you will probably experience the following error message: Possible reasons for failure include: The Team Foundation Server name, port number or protocol is incorrect. The Team Foundati...
On the project that I’m currently working on we have been putting quite a lot of effort on client side performance in order to provide the best possible experience for the visitors. We have been using the rules in the Best Practices for Speeding U...