Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 431 Vote(s) - 3.48 Average
  • 1
  • 2
  • 3
  • 4
  • 5
.NET CMS choice for working with external data

#1
We need to find a .NET CMS system that does well in handling external data. Most of the data comes out of an **external CRM system** which is updated continuously.
Some requirements:

- We would like to **avoid duplicating the CRM data**. Meaning the CRM data should stay in the CRM system.
- Access to the **CRM data can be handled via API, but raw db access is available as well** of neccessary.
- It should be possible to **edit the CRM data from the CMS UI**, but all data needs to be saved back to the CMS db.
- News module
- Blog module
- Simple shop module for selling small number of t-shirts with different sizes/colors
- (optional) preferably MVC based (but knowing that this would limit the option too much)
- (optional) preferably c# based
- **well supported, preferably with big community** (was added to prevent custom solution suggestions ;) )

**The focus of this question is which CMS system is good in handling external data**, the other requirements are just to get an idea what kind of CMS we are after.

******UPDATE****

- The data will be edited from **CMS and CRM**
- The user is supposed to work directly on the CRM database from both CRM and CMS system
- Concurrency issues are handled on DB level by optimistic concurrency. Basically an update might just fail, then the data gets reloaded and presented again to the user
- no data symmetrization of any kind should take place at any point
Reply

#2
I think you should focus less on the CMS product and more on the middleware you'll use to transfer data between your CRM system and your CMS.

Some questions to ask:

- When you implement your CMS, will that be the sole point of entry for new data coming into the CRM or will new data come from other sources as well?
- If updating via the CMS - will you work with a local copy of the data which is then synchronised with the CRM data, or will you access the CRM data directly?
- How will you handle concurrency issues - if a record is updated from different sources at the same time?

If your solution is fairly complex and you'll be pulling data from multiple sources that needs to be merged to a single master, take a look at integration solution providers like Biztalk, Pervasive, Castiron; these are expensive products used to handle heavy duty integration logic. If your requirements are simple, look at SSIS or write web services to handle your integrations.

There are a number of well-supported and free CMS products like [umbraco][1] and [dotNetNuke][2] that are developed in C# and have news, blog and shopping modules, either out-of-the-box or as plugin modules. EPiServer is a well-supported commercial product also developed in C#. You should be able to export and import data from any of these systems with relative ease, or write additional functionality to connect to external systems and read / update data.

Hope that helps!

[1]:

[To see links please register here]

[2]:

[To see links please register here]

Reply

#3
I suggest you to take a look at [Umbraco CMS](

[To see links please register here]

).
It's a good CMS based on the .NET framework.
It's possible to work with MVC, even if you need to follow few steps in order to do so.
Currently we are using it in a project that invokes some SAP ERP APIs.
You can create custom administrative sections, which will be part of the backend UI. These sections will be able to handle CMS data (nodes, items, etc.) but also they could access external information or run remote methods (as we are doing for the SAP R/3 integration).
It comes out-of-the-box with several modules: faq, news, blog, sitemap, etc. etc., which can be selectively installed from inside the administrative GUI.
Take a look at our.umbraco.org to have an idea about the community....

Cheers,
G.
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through