applications using ribbon - ribbon-control

We're looking for applications that implemented the ribbon control just to see how developers other than MS Office team used this control. I tried googling a bit but the list is still short. Can you guys refer me to some good projects that are using the ribbon control the right way?
Thanks,
MR

Microsoft offers some samples if you're looking for implementation details. Or are you looking more for design ideas?
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=2bfc3187-74aa-4154-a670-76ef8bc2a0b4&displaylang=en

Related

Is there a list somewhere of all the tools MVVM light toolkit provide you with?

so I have been using the MVVM-light toolkit on a project that I am working on and I really like it.
I have used ViewModelLocator, SimpleIOC, design time data and relay commands, but i was curious if there is something else that i have missed. So what I am looking for is like list of the core tools that the toolkit provide so I can google it learn more about them.
I tried to find a decent documentation, I know about the pluralsight doc(http://www.pluralsight.com/courses/mvvm-light-toolkit-fundamentals), but I don't have a subscription and this explains why there isn't a good free one Where is the documentation for MVVM Light?.
I hope this isn't a too stupid question. Thanks
Browse all of the GalaSoft.MvvmLight.* classes in Visual Studio's Object Browser and make sure you know what is the purpose of each of them. In case of doubt look at http://www.mvvmlight.net/help/ or ask a question on SO.

WPF Ribbons: Comparison of Microsoft, DevExpress or Fluent?

In the new WPF application we write, we will be using DevExpress controls suite, and will have a Ribbon.
Currently, the options I see are:
Microsoft - The vendor's offer, probably will get into the library on the next release
DevExpress - The controls library we know and love
Fluent - Open-source, got generally good recommendations
How do the different available ribbon controls compare? What features are / are not supported?
Fluent Ribbon here!
The Microsoft one lacks good support
Update:
Please vote on the Microsoft UserVoice site about the buggy Ribbon control:
https://visualstudio.uservoice.com/forums/121579-visual-studio-ide
Fluent Ribbon is I believe a great choice if you're looking to customize the styling of your ribbon. For example, Microsoft's Ribbon control has had theme options removed and is now only shipped with a single theme.
From my experience, Fluent Ribbon is not so great at design time building in Visual Studio, but in all other areas is superb. It is Open Source so can be customised to your needs and, coupled with MahApps Metro package, you can have complete Metro-styled applications with ease. Below is a screenshot of a sample application made with Fluent.Ribbon, using its 'Office 2013' theme.
Other commercial Ribbons are available and offer more features (such as three-state visibility, as show below in a screenshot from Outlook 2013)
I would advise making a list of all the features you require from the Ribbon control before deciding which one to use and whether a paid commercial Ribbon makes sense for your scenario. In your case, you already have access to DevExpress, so perhaps that may be your best choice.
I believe one of the most used is the Microsoft one.
Microsoft's Ribbon library (October 2010) does not work well with non standard DPI settings. And it's design time support is not good.
Comparing to Microsoft one, I personally think Actipro Ribbon is a better choice. It has EXCELLENT design time support, and works well with non standard DPI.
I have not tried any other Ribbon library yet.

Starting in DevExpress

I am looking at integrating DevExpress to a webapp Im doing in asp.net C#.
Finding it difficult to get a good article or book on how to begin. any where to find these?
Here's a list of thing I used to get familiar with DX controlls:
As Aseem Gautam's answer web casts gives good overall prospective
To get more detailed picture you can look through few sample apps
DX documentation, knowledge base
And finally you could ask for assistance the DevXpress support team
you can find some demonstration here :
http://demos.devexpress.com/ASP/
Professional DevExpress ASP.NET Controls by Wrox
http://www.wrox.com/WileyCDA/WroxTitle/Professional-DevExpress-ASP-NET-Controls.productCd-0470500832.html
Best is to watch the online webcasts.
https://www.devexpress.com/ClientCenter/Downloads/#Documentation
View the online videos at the Developer Express site.
I would recommend the devexpress site as the best source. They even have online demos that will help a lot.

Video resources for learning to use ASP.NET with a database

Can you recommend any good video resources for learning to use ASP.NET with a database? I come from a PHP/MySQL background and it seems that Visual Studio does too much magic for me to wrap my head around using written material.
http://www.asp.net/learn/
You can find videos that walk you through pretty much anything here. By the time you exhaust the videos, you'll be familliar enough with .Net to feel comfortable using the MSDN Library at http://msdn.microsoft.com/en-us/library/dd566231(VS.100).aspx
I found Dimecasts particularly useful to learn about asp.net
http://dimecasts.net/
You might also want to take a look at Microsoft Learning's Ramp up area, especially the "Learn ASP.NET: for PHP developers" track, which in in addition to telling you about ASP.NET's way of working, also compares this with PHP usage.

Charting in web-based applications

What are the various charting tools that are available for displaying charts on a web page using ASP.NET?
I know about commercial tools such as Dundas and Infragistics.
I could have "googled" this but I want to know the various tools that SO participants have used? Any free charting tools that are available are also welcome to be mentioned.
If you do not mind using Flash to display your graphs, Open Flash Charts supports a lot of languages. This was also the choice used for the Stackoverflow reputation tracker piece as mentioned in this question
I like google charts, but check the license before using.
Hey - don't know if this works for ASP.NET but I've used the ZedGraph tool for my winforms apps and it is really nice.
ZedGraph works superbly in ASP .NET, and is a superb charting package. Really flexible, and makes attractive graphs. The graphs are generated as static images (PNG by default) and it automatically deletes old ones.
Also, it is widely supported, has a great wiki, and a decent code-project tutorial (http://www.codeproject.com/KB/graphics/zedgraph.aspx).
I used Chart Director for a medium sized project, and loved it. It's incredibly feature-rich, has pretty good documentation, and an amazingly good support forum -- it's one of those ones where you ask a question, and a guy who works for the company that produces the software almost invariably answers it within a few hours. I used it with PHP and MySQL, but as far as I know it works with ASP.NET as well.
You might like to take a look at the new Google Visualization API. Saw a presentation on this at yesterday's Google Dev. Day in London and it looked very interesting.
While it is currently only able to work with data retrieved from Google Spreadsheets, expanding it to handle data retrieval from other sources is a high priority for the Viz. team.
HTH.
cheers,
Rob
What about using Flotr? The syntax is pretty clean and you can produce some pretty nifty graphs (Check out some examples) with minimal effort.
If you need to build charts FAST then have a look at this rocket:
dsec.com/csp_charts.png
You can call the chart server from your ASP.Net scripts.
If you use SQL Server, then SQL Server reporting services is not bad. It includes a free version of Dundas chart controls which allows you to do basic charting. There are are couple of issues with presentation and making it Firefox friendly but it's a pretty simple solution. - If you've SQL Server of course!
We have used Telerik's RadChart and MSSQL Reporting Services.
I would look no farther than Dundas if you have the cha-ching to pay for it. I've used it on several projects and not found a better option. Cheaper with better licensing, yes, but not better in terms of functionality.
For free flash charting, you may look at FusionCharts Free. Or, if you want more professional and are ready to shell out $$$, look at FusionCharts v3

Resources