Unity 2.0 for shared application configuration possible? - configuration

I'm struggling with trying to create a shared configuration file for a web project and 2 dll projects. From what I can tell StructedMap can be used for configuration settings. Anyone successfully use Unity 2.0 to do the same?

Ended up using a custom configuration. Phil Hack has a great tutorial here.

Related

Mulesoftt community edition. is it discontinued?

I could not find the link to download the mulesoft community edition, so I was wondering is it discontinued? if not from where I can download it?
another question is good for integration between two saas platforms?
You can still find the link to download as Mule Kernel: https://developer.mulesoft.com/download-mule-esb-runtime
Mule Kernel (without Anypoint Studio) Download if you are:
Comfortable editing XML directly
Not looking for a graphical modeling and testing environment
Have already created and tested a Mule application and you need to deploy in a separate Mule standalone runtime

Reading launchSettings.json in .NET Core project?

I have finally started my transition to .NET Core and need some quick help with getting to the environmentVariables section of the launchSettings.json file. Googling indicates pretty much all NetCore is currently ASP.NET Core whereas I'm currently spiking with libraries and console apps myself.
Is there no API for this?
launchSettings.json is a configuration file on how to launch ASP.NET Core applications. If you're looking for a .NET Core alternative to app.config for a console application, have a look at appSettings.json.
A (simple) example can be found here Using strongly typed configuration in .NET Core console app

How to use AWS S3 (Amazon Web Service) in WP8 app?

Could someone guide me or give me a headstart on how to begin with AWS s3.
I need to use it in my wp8 silverlight app.
I am aware of the nuGet package. But unable to find a decent tutorial or sample code for WP8.
Prompt reply will be greatly appreciated.
Thanks in advance :)
You can try Minio .NET Library for Amazon S3 Compatible Cloud Storage
Also check Examples directory to get an better idea of using it.
Hope it helps.

How to deploy adobe AIR application

I have to create an application which has to read some files from the local system. As the FileSystem classes are availabe only in the AIR applications I created it as AIR application. But after publishing, the exe is not working. How can I make it working?
Might help you....
http://permadi.com/blog/2011/06/creating-air-based-android-application-using-flash-ide/

Exception Handling and Logging Application blocks Enterprise Library 5.0

Friends
I want to do some Hands on Enterprise Library 5.0 Exception Handling and Logging Blocks.I am new to it. I would appreciate if you guys could provide me some links to Configuration Console and how to use these blocks.
Thanks
Vivek
The configuration tool is part of the download of Enterprise Library so if you have Enterprise Library you should have it.
Probably your best bet would be to look at the Developer's Guide on MSDN. There are sections on Logging and Exception Handling.
Or if you just wanted to dive right in you can download the Hands-On Labs for Microsoft Enterprise Library 5.0 and work through those.