New Post: [en] Zyan and parallel working
Hi Michael, I've just made an example demonstrating the concurrent data access with Zyan and Entity Framework 6. Please download it here: https://zyan.codeplex.com/downloads/get/770458 The archive...
View ArticleNew Post: [solved] [en] Zyan and parallel working
Hey Alexey, I have look at your sample. Now I think I understand the right way. I think that I have not do much changes in my code. Most of them Is right - but I will try it and inform you In my...
View ArticleNew Post: [solved] [en] Zyan and parallel working
In my application we have the request to notify all other Clients that current on tabel of the changing in this tabel from other Client. That is the reason why were are using shared ObjectContext....
View ArticleNew Post: [en] Zyan and parallel working (solved)
Hey Alexey, sorry for my delay. The reason is: the implemetation of the notification is from a colleage. I must wait until he give me the wanted infos to answer your questions. I hope that he answer on...
View ArticleNew Post: [en] Zyan and parallel working (solved)
No worries, Michael! I'm sure there are plenty of options for implementing such notifications without using shared ObjectContext instance. Feel free to ask me if you have any further questiong, I'll be...
View ArticleUpdated Wiki: Home
Project descriptionZyan is a framework that simplifies development of distributed applications.With Zyan you can publish every .NET class for remote access over the network.Zyan is highly customizable...
View ArticleUpdated Wiki: Tamil Documentation
பட்டியின் அடக்கங்கள்zyan கட்டமைப்பு கண்ணோட்டம்zyan 2.க்ஸ் இல் புதியது என்ன? தொடங்குதல்நெட்வொர்க் நெறிமுறைகளை அமைப்புஅமர்வு மேலாண்மைதீர்வு வள தூய்மைப்படுத்தும்நீட்டிப்பு கட்டமைப்பு ஒருங்கிணைப்பு...
View ArticleNew Post: [en] Zyan and parallel working (solved)
Hello Alexey, today I have the Response of my college. He told me following: we using the a single instance of ObjectContext to registering the same Server-Events to every Client for notify the...
View ArticleNew Post: [en] Zyan and parallel working (solved)
Hi Michael, Happy New Year! I don't see anything in your code that needs shared ObjectContext instances or shared service instances. Try registering all your services in single-call activation mode,...
View ArticleNew Post: Native Android and IOS clients
hi, We want to implement native client libraries of zyan framework for android and ios platforms (Full Duplex TCP channel). Before starting want to know is it possible or not? If yes, any helping...
View ArticleNew Post: [en] Zyan and parallel working (solved)
Thank you. I think, i Need some help from again. Beginning with the first Statement of you: Try registering all your services in single-call activation mode I define one module with direct Registering...
View ArticleNew Post: Native Android and IOS clients
Hi hisabir, thank you for your kind words! Before starting want to know is it possible or not? The current version of Zyan only supports Xamarin.Android. I haven't even started working on iOS...
View ArticleNew Post: Native Android and IOS clients
Ah, looks like I didn't quite get your question.... native client libraries of zyan framework Did you mean to port Zyan itself to Java (for Android) and ObjectiveC (for iOS)? I don't think it's...
View ArticleNew Post: [en] Native Android and IOS clients
I have to admit that I like the idea more and more... Of course, native client libraries won't support all .NET-specific features, but that's not the goal. The goal is to interoperate with Zyan-based...
View ArticleNew Post: [en] Zyan and parallel working (solved)
Hi, PartCreationPolicy(ComponentModel.Composition.CreationPolicy.NonShared)Yes, that's correct. But, as far as I remember, Zyan-MEF integration uses NonShared policy by default, so the attribute is not...
View ArticleNew Post: [en] Native Android and IOS clients
Hi Alex, Did you mean to port Zyan itself to Java (for Android) and ObjectiveC (for iOS)? yes you are right, This is what I meant. Ok we are looking to implement such a solution for our commercial...
View ArticleNew Post: [en] Native Android and IOS clients
Hi hisabir, Are you sure RESTful web-services won't do it for you? :) In our own application we have Zyan-powered server (Zyan handles security, sessions, auth. management, etc. and works as a skeleton...
View ArticleCreated Issue: Add/Remove event handler methods should clean up the component...
ZyanDispatcher.Invoke method works as follows:* Checking security, transactions, etc.* Resolving component instance* Invoking the requested method* Cleaning up the component...
View Article