Free reporting tools for .net? [closed] - c#

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm looking free reporting tools like SharpShooter.
I use VS2008, if reporting tools can work with asp.net it would be great!

there should be CrystalReports bundeled with VS2008. Or you should be able to use Microsoft Reporting
Here is a sample-walkthrough from MSDN

don't miss to take a look into List&Label Free Edition. It has an interesting approach of reporting and is - in my experience - more helpful in a lot of cases. They announced a new version in some weeks which will be even better for use with ASP.NET. Plenty of coding examples are included

Related

Is DotNetNuke CMS W3C Standards compliant? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
My questions is:
Whether DotNetNuke is W3C compliant for the code it generates?
Mostly articles that I have read are bit outdated (and I'm a newbie too) so I'm unable to decide.
Any help will be highly appreciated.
Latest version of DotNetNuke 7.x is NOT standard compliant. If you go to http://validator.w3.org/ and add www.dotnetnuke.com you will notice some errors. They are minor and fixable errors. Most of the code is standard compliant but not all.

Thumbnail library for .NET [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm looking for a thumbnail library for .NET. I don't care if free or paid. I would like to generate thumbnails for file preview, supporting as many file types as possible:
images, videos, pfd, office docs, ...
Could someone recommend any?
Thanks in advance
From my experience I don't think there's a one stop shop for what you want. Instead you'll need to use a series of libraries to achieve the result:
PDF: Previously I've used PDF Sharp which is pretty good for free.
Video: From this SO question there's http://www.codeproject.com/KB/audio-video/avifilewrapper.aspx
Alternatively you could try a more general approach (Although I've not used this myself)

The art of programming: Python vs C# [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 12 years ago.
Over the last few years I have grown rather fond of python. I enjoy coding in it a lot more than in other languages. Recently, a coworker told me that he preferred C#. I am having a hard time understanding his choice. When ever I code with C# I feel like its Java but for Microsoft products only. He also added that he is very pleased with the work Microsoft has put into C#. This seems to contradict what I have been lead to believe.
Anyways, which language would you say is more expressive? Which would you use to develop an application and why? What are some of the advantages and disadvantages of using one over the other?
Thanks!

are there any good open source WIKIs based on asp.net mvc? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am looking for a good WIKI software to host on Windows. Are there any based on ASP.NET MVC that have been built? I can't seem to find any by googling.
The only one I could find was MVCWiki on Source Forge. Unfortunately I haven't been able to get it to run with .Net 4.0 MVC2. Also the last commit was done over a year ago, so the project might be dead.
A new mvc4-based wiki engine has been released at http://lynxwiki.codeplex.com with a running version of the engine at http://www.sapientier.com:88/LynxWiki/WikiTopic/Page/WikiRoot/WikiDir/HomePage
This is a full-featured wiki with many of the features of MediaWiki plus it has the capability for dynamic content by using embedded IronPython scripting.

.NET Reporting Tutorial [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Does anyone know a Tutorial for the Reporting in C# .NET. I mean the Reports in "Microsoft.Reporting" Namespace (not Crystal Reports).
I know you probably aren't looking for links that you can find on google yourself, but these cover reporting services in great detail and should cover most of your questions.
Reporting Services Tutorials
Intro to reporting services
Reporting Services in Action
Webcasts on Reporting Services
Useful reporting services links
But I'm pretty sure reporting services is tied pretty close to MS SQL, so if you aren't using it you might have to look for a different solution.

Categories