winforms instrumentation . [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.
What is the best pattern for instrumentation. I have an application and i want to be able to track metrics on everytime a users does a number of functions in the app (brings up a form, views a certain feature, etc) but i dont want to have code all over the application that is doing this instrumentation. what are my options here?
At the end of the day, i want to be able to aggregate data across multiple users listing out metrics.

I've been investigating doing something very similar (for an anonymous stats-collection library... kind of like Google Analytics, but for desktop apps. If you're interested, check out the GUI mockup here.)
Anyhow... for .NET, I've been looking at a few aspect-oriented libraries that provide dynamic and static instrumentation. I'm not sure whether they'll fit the bill yet (I haven't written any code yet; I've just started researching the libs). But here are a few prospects:
http://dotspect.tigris.org/
http://setpoint.codehaus.org/
http://www.springframework.net/docs/1.2.0-RC1/reference/html/aop.html
http://www.castleproject.org/aspectsharp/
http://www.postsharp.org/
Good luck!

Related

Where can I find reusable ASP.NET MVC UI components? [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 new to MVC and am still adjusting to the drastic switch from WebForms. I was a bit happy when I found that the idea of ready-made components is not totally gone when I found http://nuget.org/packages/TinyMCE.JQuery, a nuget package that installs an HTML editor component such that it just takes the addition of a UIHint attribute to use it.
My question is where do I go to find more things like this which will help me get closer to the level of efficiency I got used to with WebForms/AjaxToolkit (not withstanding my obvious need to keep learning MVC best practices)?
The nice thing about MVC is you don't need server controls, you now have the freedom to use anything HTML/CSS/JS
If you want something cohesive try:
http://www.kendoui.com/web.aspx
There's tons of stuff in NuGet, just go searching at NuGet.org

Extjs or Deveexpress? [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 want to develop mvc net application for finance and bank solution . i used Kendo UI in several application but Kendo UI have not stable.
I want to know extjs is good solution or Devexpress for use in finance and bank solutions.
I would do a search on google.
Search for "bad service" "bugs" etc paired with Extjs and "Dev Express" respectively.
Take into account that one of them is probably more popular and will thus will give you more hits.
I am very pleased with the support from Dev Express, always got an answer to my queries within 24 hours.
I have no experience with Extjs
DevExpress is a good solution, I am also using it now as we speak - try the demo version and see if it also works for you.
http://www.devexpress.com/Home/Try.xml

WPF knowledge required before moving to MVVM [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 11 years ago.
I'm developping windows applications with WPF since 1 year .. I want to get started with MVVM pattern.
What are excatly all things I should get Hands-on to start MVVM pattern comfortably ?
(Any Interesting Links are Welcome)
Here's 2 instructional video links I usually give out that helped me get started:
http://blog.lab49.com/archives/2650
http://windowsclient.net/learn/video.aspx?v=315275
In the end you'll most likely migrate to one of the well built MVVM frameworks that do a lot of the dirty work for you like this one that I currently use:
http://caliburnmicro.codeplex.com/
It is important to first learn how to hand roll your own MVVM frameworks for your apps, then you can move on to one of the pre-built frameworks to save you a lot of time.
Try this :
http://www.codeproject.com/Articles/Josh-Smith

Please recommend a good OpenStreetMap component [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've been asked to write an internal application for our business that uses mapping functionality to place push-pins of business related data.
As this is not a public facing application and to be used by a single person within our firewall I can not use google maps as we do not have the funds for the google license.
I am investigating the use of OpenStreetMap and can either embed a component into an already existing WPF application or embed into an existing WPF application, a NetBeans platform based application or into a new web application.
Could someone please suggest a library for use in either of these environments?
I recently updated JMapViewer from r26523 to r26975 without incident. Subjectively, it seems faster.
I've recently started to build a WPF prototype using SharpMap - although it's currently migrating to V2 and some of the dataproviders are missing - so I've been using V1 which has support for BruTile. You also might find BruTile useful.

Lightweight convention based MVVM frameworks, are there any? [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've been looking for a nice convention based MVVM framework, I've looked at NakedMVVM, which seems to be along the lines of what I'm after.
But can there really be only one? What other options are available?
We just started using Caliburn.Micro and I've found it very impressive. It is incredibly lightweight (under 3,000 lines of code in all), but includes some features that really simplify common MVVM tasks.
For a complete breakdown of just about every MVVM framework, check this out. It's a Silverlight app that lists all of the well-known frameworks and compares them side-by-side.

Categories