CORDA Development - block

I need to implement CORDA Block Chain in our performance appraisal application which is developed in .Net Core and angular. Please guide us the structure and how to use it.
Your reply is really appreciated.
Thanks,
Kopal Rajpoot

So there's not a very clear question here, but if you're looking to get started with corda, here are some good links.
I'd recommend starting with the cordapp tutorial.
https://docs.corda.net/docs/corda-os/4.7/quickstart-deploy.html#running-the-example-cordapp
corda documentation : https://docs.corda.net
corda source code : https://github.com/corda/corda
R3 developer slack : slack.corda.net we try to be very responsive there.
good luck!

Related

How does a Dapp integration works?

I am pretty much new in Dapp, I know python, and apart from it I have learned how to make a website on React with backend as Django Rest. But while starting with web 3, I am pretty much confused as if it is possible to make a frontend on React and connect it with web3.py file some how? Or is it some other way to interact in both of the types.
As a newcomer myself I have found an absolutely amazing course online that will help you in all things related to Web3. I am not a shill for the content or in any way affiliated with the project but merely want to recommend it to fellow newcomers.
Please find the following link: Blockchain Course
This course goes into great detail starting from the absolute basics of web3 (including Solitidy for the creating of smart contracts) and ending with a full stack development using React/NextJs. I hope this helps!
Good luck on your endeavors.

Should I use pact based stub service or Wiremock.net?

I am researching tools for Component Testing for Microservices in the dotnetcore world.
Along with Component Testing I am planning to do Contract Testing as well using Pact.net.
While reading Pact.net here:
https://github.com/pact-foundation/pact-net
I found link to:
https://github.com/seek-oss/seek.automation.stub
which says its a Pact based stubbing library for .NET.
This makes lot of sense to use since I am going to use Pact and my Pacts can be used for stubbing.
But before this I was considering WireMock.net https://github.com/WireMock-Net/WireMock.Net. Has anyone tried each and share their feedback which one I should pick? WireMock seems to be very popular in community compared to this Seek Automation stub.
Thanks for your help in advance!
You could ask this on the Pact gitter channel https://gitter.im/realestate-com-au/pact

SCIM 2.0 implementations with good documentation

I just started exploring scim2.0. Following link provides me different implementations of scim2.0.
http://www.simplecloud.info/
Can some one suggest me, which one is easy to learn and has good documentation. It is helpful, if you suggest me some good tutorials about scim.....
If you're interested in a .NET / OWIN-based open source solution, please take a look at https://github.com/PowerDMS/Owin.Scim. Documentation is limited as the project is still in alpha, but there is a WIKI and sample project to help you get started.
Note: I am the lead developer on this project.
If you are looking for a reference Java/EE implementation of SCIM2 you can checkout Apache Directory SCIMple or SCIM 2 SDK | PingIdentity

Example Project For How to use MKNetworkKit

I'm new to iOS development.
I don't know how to use & where to start MKNetworkKit for my project.
Can anyone share an example project which is using MKNetworkKit.
thanks,
Jirune
Just follow a good tutorial. I used this tutorial when I first used it Advanced Networking with MKNetworkKit goes through quite a bit. This is the blog post they reference in the readme. Sometimes it helps to read through that :)
You can eve find a iOS demo on the GitHub Page

Extending the Rally agile EVM app

The Rally Agile EVM app is very useful but only estimates and totals the story points for a given release. I would like to extend the app to include defect points in the total.
Has anyone done this before? Could anyone provide an example or source?
Agile EVM app
Thanks,
LNS,
The code for this app is available at the page you reference above. Here is the exact link. You are welcome to modify the code and use the general documentation for the App SDK to help. If you have any questions, please create another post here and we will do our best to answer it.
-- Mark