decentconsulting.com decentconsulting.com

DECENTCONSULTING.COM

Decent Consulting - Your CMS Expert

Skip to main content. Decent Consulting was founded in 2014 by Bertrand Le Roy. To share his Content Management System expertise with the community. Expert advice on what CMS to pick for your next project? Consulting on Orchard CMS. By one of its founders and architects? ASPNET consulting from an MVP, former developer, and program manager on the team? Help with Decent CMS. Or maybe you want to support the open source software movement? You may also want to read my blog: Tales From The Evil Empire.

http://www.decentconsulting.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR DECENTCONSULTING.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.1 out of 5 with 15 reviews
5 star
5
4 star
6
3 star
4
2 star
0
1 star
0

Hey there! Start your review of decentconsulting.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

2.7 seconds

CONTACTS AT DECENTCONSULTING.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Decent Consulting - Your CMS Expert | decentconsulting.com Reviews
<META>
DESCRIPTION
Skip to main content. Decent Consulting was founded in 2014 by Bertrand Le Roy. To share his Content Management System expertise with the community. Expert advice on what CMS to pick for your next project? Consulting on Orchard CMS. By one of its founders and architects? ASPNET consulting from an MVP, former developer, and program manager on the team? Help with Decent CMS. Or maybe you want to support the open source software movement? You may also want to read my blog: Tales From The Evil Empire.
<META>
KEYWORDS
1 toggle navigation
2 decent consulting
3 blog
4 projects
5 orchard cms
6 decent cms
7 nwazet commerce
8 fluentpath
9 flasync
10 your cms expert
CONTENT
Page content here
KEYWORDS ON
PAGE
toggle navigation,decent consulting,blog,projects,orchard cms,decent cms,nwazet commerce,fluentpath,flasync,your cms expert,do you need,by its author,contact me,or follow me,and decent consulting,on twitter
SERVER
Microsoft-IIS/8.0
POWERED BY
Express
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Decent Consulting - Your CMS Expert | decentconsulting.com Reviews

https://decentconsulting.com

Skip to main content. Decent Consulting was founded in 2014 by Bertrand Le Roy. To share his Content Management System expertise with the community. Expert advice on what CMS to pick for your next project? Consulting on Orchard CMS. By one of its founders and architects? ASPNET consulting from an MVP, former developer, and program manager on the team? Help with Decent CMS. Or maybe you want to support the open source software movement? You may also want to read my blog: Tales From The Evil Empire.

LINKS TO THIS WEBSITE

weblogs.asp.net weblogs.asp.net

Tales from the Evil Empire - CMS as a service with DecentCMS

http://weblogs.asp.net/bleroy/cms-as-a-service-with-decentcms

Tales from the Evil Empire. CMS as a service with DecentCMS. Monday, May 18, 2015. No web site should be a silo. A CMS should be great at organizing, syndicating, and presenting your content, but it should also communicate with arbitrary applications outside the CMS. In particular, mobile applications should be able to use the data from the CMS. In DecentCMS, you can enable the. Feature to expose all content items as JSON documents. Content items are then available under two endpoints:. The first one,.

weblogs.asp.net weblogs.asp.net

Tales from the Evil Empire - The format for JavaScript doc comments

http://weblogs.asp.net/bleroy/archive/2007/04/23/the-format-for-javascript-doc-comments.aspx

Tales from the Evil Empire. The format for JavaScript doc comments. Tuesday, April 24, 2007. Xml documentation annotations are going to drive JavaScript IntelliSense in Visual Studio Orcas. The next version of Visual Studio). For more than a year now, we've been including xml doc comments to all public APIs in the Microsoft Ajax Library. The format we've been using is an extension of the format that C# and VB.NET are using. In C# or VB.NET, the doc comment are written before what they describe:. Another ...

weblogs.asp.net weblogs.asp.net

Tales from the Evil Empire - Tales from the Evil Empire

http://weblogs.asp.net/bleroy

Tales from the Evil Empire. Tales from the Evil Empire. Bertrand Le Roys blog. Unimportant egocentric rant: don’t .ToUpper() your titles. Saturday, April 9, 2016. Here’s a minor inconvenience that I’m going to put out there in the hope that one or two of the horrible people responsible for it may realize the errors of their ways and make the world a marginally better place. On dependencies, dependency injection, and sanity. Thursday, March 24, 2016. Easy custom RSS in Orchard. Friday, February 26, 2016.

weblogs.asp.net weblogs.asp.net

Tales from the Evil Empire - Twitter contest: what can you code in 130 characters?

http://weblogs.asp.net/bleroy/archive/2009/05/20/twitter-contest-what-can-you-code-in-130-characters.aspx

Tales from the Evil Empire. Twitter contest: what can you code in 130 characters? Thursday, May 21, 2009. I just posted the following snippet on Twitter. The exercise is to write meaningful and preferably cool code that fits in a Twitter message along with the #twitcode. Keyword, which leaves 130 characters. Private static readonly byte. I can’t wait to see what people come up with. Monitor the results from here:. Http:/ search.twitter.com/search? So whats the prize for winning? Great, working now. :).

weblogs.asp.net weblogs.asp.net

Tales from the Evil Empire - Ajax Control Toolkit: new controls, bug fixes

http://weblogs.asp.net/bleroy/archive/2009/09/30/ajax-control-toolkit-new-controls-bug-fixes.aspx

Tales from the Evil Empire. Ajax Control Toolkit: new controls, bug fixes. Thursday, October 1, 2009. And we have a new release of Ajax Control Toolkit. I didn’t work on this one but there are some nice things in there nonetheless :). First, new controls! The JavaScript-only way to do Deep Zoom. It became a lot easier to use a few month ago when the need for tools disappeared and you can just point to any image on the web. And immediately get the URL. And script tag to put on your page:. The control has ...

weblogs.asp.net weblogs.asp.net

Tales from the Evil Empire - Dates and JSON

http://weblogs.asp.net/bleroy/archive/2008/01/18/dates-and-json.aspx

Tales from the Evil Empire. Friday, January 18, 2008. Is a great data format and it's taken the Internet by storm for a number of good reasons. But because of a strange oversight in the EcmaScript specs. There is no standard way of describing dates in JSON. There's been a lot of discussion on this topic and it still remains a problem today. In the Microsoft Ajax Library. We've tried a number of different approaches before we converged to the solution we're using today. Second, any JSON. To be perfectly h...

weblogs.asp.net weblogs.asp.net

Tales from the Evil Empire - Using ScriptManager with other frameworks

http://weblogs.asp.net/bleroy/archive/2008/07/07/using-scriptmanager-with-other-frameworks.aspx

Tales from the Evil Empire. Using ScriptManager with other frameworks. Tuesday, July 8, 2008. Is a useful control. It manages script references, removes duplicates, enables localization and debug/release modes, enables script combining and makes client-side component-based development easier (components register their script dependencies with ScriptManager. Isn't really usable without Microsoft Ajax. The workaround is a simple control derived from ScriptManager. Script/jquery-1.2.6.js" /. Then, it regist...

weblogs.asp.net weblogs.asp.net

Tales from the Evil Empire - Querying DecentCMS, part2: querying the index

http://weblogs.asp.net/bleroy/querying-decentcms-part2-querying-the-index

Tales from the Evil Empire. Querying DecentCMS, part2: querying the index. Thursday, May 14, 2015. In the previous post, we looked at the basic concepts DecentCMS querying are built upon, and at how an index is built. In this post, we’ll examine how to query such an index in order to produce a result set. As soon as the index has been built, the querying API will return actual result sets. There are two ways an index can be queried: using. This map/reduce model of querying may seem strange if you are use...

weblogs.asp.net weblogs.asp.net

Tales from the Evil Empire - Using LinqPad to open SQL CE 4.0 databases

http://weblogs.asp.net/bleroy/archive/2010/10/18/using-linqpad-to-open-sql-ce-4-0-databases.aspx

Tales from the Evil Empire. Using LinqPad to open SQL CE 4.0 databases. Tuesday, October 19, 2010. I love SQL CE 4.0 because it promises to solves a problem that only SQLite has been able to solve thus far: no-install, x-copy deployable relational engine with good performance. Download and install LinqPad (the install is just unzipping the package wherever you want):. Http:/ www.linqpad.net/. Once you’ve unzipped the package and double-clicked the executable, you should see the following screen:. Sean: I...

UPGRADE TO PREMIUM TO VIEW 2 MORE

TOTAL LINKS TO THIS WEBSITE

11

SOCIAL ENGAGEMENT



OTHER SITES

decentcomputers.com decentcomputers.com

DECENT COMPUTER SERVICES - Home

Error Page cannot be displayed. Please contact your service provider for more details. (9).

decentcomputers.net decentcomputers.net

...::DECENT COMPUTERS::...

Find us on Facebook. Welcome to Decent Computers.

decentcomputers.pk decentcomputers.pk

Decent Computers — Coming Soon

I just installed WordPress free. MOJO Marketplace — a leader in Themes. Decent Computers coming soon…. Make My Site Look Like the Demo. Backup Your WordPress Website. This is the default coming soon page for this site because it was installed via MOJO Marketplace. If you are the site owner and are finished building the site you can click the link in the banner of the administration panel to disable it.

decentcomputersattock.com decentcomputersattock.com

Welcome to decent computer's solution !

Welcome to decent computers solution! REPAIRING OF ALL TYPES OF. PRINTERS & REFILLING OF INK/TONER. COMPUTER SALES and SERVICE, SPARE. PARTS, PHOTOCOPIER and FAX. Decent Computer’s Solution is carrying the mission to provide all customers the high quality Computer/Printer services and repairs at the lowest price. Decent Computer’s Solution offers Sales and Repair service on all major brands of Printers, Laptops, PC, Copier, Scanners, other related electronics accesories. HP Laptops (8440 Series) available.

decentcon.info decentcon.info

Decentcon.info

decentconsulting.com decentconsulting.com

Decent Consulting - Your CMS Expert

Skip to main content. Decent Consulting was founded in 2014 by Bertrand Le Roy. To share his Content Management System expertise with the community. Expert advice on what CMS to pick for your next project? Consulting on Orchard CMS. By one of its founders and architects? ASPNET consulting from an MVP, former developer, and program manager on the team? Help with Decent CMS. Or maybe you want to support the open source software movement? You may also want to read my blog: Tales From The Evil Empire.

decentcontent.com decentcontent.com

ファッション野郎のおしゃれトーク

ドリス ヴァン ノッテン、ウォルター ヴァン ベイレンドンク、ダーク ビッケンバーグ、マリナ イー 現在は一線を退いています。 アン ドムールメースター、ダーク ヴァン シーンは’88年に合同でロンドンでショーを開催。 A href= title= abbr title= acronym title= b blockquote cite= cite code del datetime= em i q cite= strike strong. Proudly powered by WordPress. Theme: Minimalizine by Rizh.

decentcontracting.com decentcontracting.com

decent contracting - Home

Welcome to Decent Contracting. With over 10 years in the industry, an exceptional eye for detail, insistence on the highest–quality materials, and constant communication with our clients, we at Decent Contracting have built a reputation as the GTA's premier home improvement and renovation specialists. Our renovation and remodeling services include:. Kitchen remodeling and renovation. Bathroom remodeling and renovation. Room addition and expansion.

decentcooling.info decentcooling.info

Dotster

This site is temporarily unavailable. If you manage this site and have a question about why the site is not available, please contact Dotster directly. I Want To . Register a Domain Name. Transfer My Domain to Dotster. Log Into My Account. Follow Dotster on Google. Nameintelligence 2007 Users Choice Award. Webhost Directory Award Winner #1 In Shared Hosting. Best Budget Host Award by HostReview.com. We Dot What You Want.

decentcooling.net decentcooling.net

Dotster

This site is temporarily unavailable. If you manage this site and have a question about why the site is not available, please contact Dotster directly. I Want To . Register a Domain Name. Transfer My Domain to Dotster. Log Into My Account. Follow Dotster on Google. Nameintelligence 2007 Users Choice Award. Webhost Directory Award Winner #1 In Shared Hosting. Best Budget Host Award by HostReview.com. We Dot What You Want.

decentcooling.org decentcooling.org

Dotster

This site is temporarily unavailable. If you manage this site and have a question about why the site is not available, please contact Dotster directly. I Want To . Register a Domain Name. Transfer My Domain to Dotster. Log Into My Account. Follow Dotster on Google. Nameintelligence 2007 Users Choice Award. Webhost Directory Award Winner #1 In Shared Hosting. Best Budget Host Award by HostReview.com. We Dot What You Want.