WPF Contacts Manager [closed] - wpf

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I need for a ready-to-use WPF contacts manager with source code (possibly in C#).
Incredibly, the web seems to be very poor on that side.
I've found these links for interesting implementation:
http://www.johnstagich.com/WPF/publish.htm -> No source code available
http://www.paulstovell.com/wpf-model-view-presenter -> source code broken link from undetermined time...
I don't need fireworks... just an implementation with basic contacts fields, able to manage some thousands of contacts and an embedded search engine.
I was initially tempted to use Microsoft LightSwitch, but it's already in Beta 1, and the intrinsic limitations of Silverlight made me change road.
Any suggestions?

Although this is not the answer you are looking for try using Karl Shifletts Xaml Powertoys to build simple data entry forms for you in WPF.

Related

Is there any simple way in SwiftUI to generate a view which shows dates in a month view? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
There are so many complexities to building a calendar month view by myself, I am just trying to find better ways to do it
Copy-paste ready
There is fair amount of ready-to-use SwiftUI calendars out there. Here are a few:
Option 1
Option 2
And I found these in under a minute of searching.
3rd party library
Another approach would be to integrate a 3rd party library in your project. If you search for calendar CocoaPod for example you will stumble on various implementations. But please note that if you go with that approach you should probably also look up how to integrate Storyboards within your SwiftUI application.

Are there any good open source / free metric tracking tools? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I like metrics both code related and not I'm wondering if there are any general metric tracking tools- basically something that I can use to track anything (weight, # of bugs, gas mileage).
Bonus points for the following features:
graphs
an API
open source
other analytics capabilities
customizable parts (more customization is better)
You can have a look at NDepend for .NET , JArchitect for Java and CppDepend for C++ . These tools come with graph , Code Querying and Ruling API and dozens of code metrics, they have a free trial but they are no free.

How can I find applications written in a specific language? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'd like to find applications written, for example, on the Microsoft Silverlight platform. However, popular search engines such as the one integrated into SourceForge only list the root language, such as C#, and say little about XAML or Silverlight.
Does such a directory exist?
The only one that I know of is the Gallery at http://www.silverlight.net, but that is a listing of websites/projects done in Silverlight, but not open source (although some of them may be).
A search on http://www.codeplex.com for Silverlight does come up with a bunch of things though, it all depends on what you are looking for.

Free WPF Carousel Implementation [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have seen a lot of Carousels to show off WPF. I have never really need one before now though.
Is there a decent free one?
I have access to the Dev Express one, but I am making an open source project and would rather not put code in it that others cannot easily compile.
After some searching, I (re)found the free and fabulous FluidKit (http://fluidkit.codeplex.com/)
It has many controls that are great. One of them is the ElementFlow. This control has many great views methods. One of them is the Carousel view.
(Just as a side note, after looking at them all I think I like the VForm and CoverFlow views best. They are kind of a carousel like view, but can handle a lot of items with out needing resizing.)

Jumpdrive-Portable Database with GUI frontend [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is there a simple database program to let me collect, sort, tag, and reguritate trivia questions and answers?
If something already exists in Open Source, can you point me to that? I have assembly programming skills (cue jokes) but not so much in the Perl,LINQ,Delphi,VB, C#, Java arena.
Your task will not be very difficult. It would be a good way to learn C# (which I most recommend for this because of the ease of creating GUIs with it). You could just store the data in a text file or a serialized dictionary.
If your database is going to get big, you might consider using SQLite instead (which stores the database as a regular file). I don't know the state of C# bindings for SQLite, but there probably are some.
Good luck!

Resources