Hi Guys
I need to build a dll in .NEt which can communicate with both WEB and WINDOWS application,
depending upon the application which is calling the dll i want to store some values ,i know i can build the dll in vb .NET and call the interfaces from both application without any problem but i am stuck in a scenerio where in case of WEB i want to store some value in SESSION (MY be Property bags) in that dll which can reatain values and in case of windows i know i can use simple properties for accessing the values
so i think
1) dll should know which application its calling from i.e web or windows
2) depending upon the application its calling from set its property bags
Regards
Nouman
Nouman Zaheer
Software Engineer
MSR
I need to build a dll in .NEt which can communicate with both WEB and WINDOWS application,
depending upon the application which is calling the dll i want to store some values ,i know i can build the dll in vb .NET and call the interfaces from both application without any problem but i am stuck in a scenerio where in case of WEB i want to store some value in SESSION (MY be Property bags) in that dll which can reatain values and in case of windows i know i can use simple properties for accessing the values
so i think
1) dll should know which application its calling from i.e web or windows
2) depending upon the application its calling from set its property bags
Regards
Nouman
Nouman Zaheer
Software Engineer
MSR