Take the community feedback survey now.
Take the community feedback survey now.
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
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...
There has been quite some buzz in the “EPiSphere” around the property framework lately. It turns out that a lot of smart people has spent time on finding the way to strongly typed properties in EPiServer…. and so have I. Back in March I posted the...
We are continuously doing maintenance work on existing releases to avoid building up a bug backlog. We now have ~ 115 bugs that has been fixed for CMS 5 R2 that we want to make available for our customers in the SP2 release. For the first time we...