kranthigullapalli

Stories submitted by kranthigullapalli

How to check an array item exist or not in the json array based on the(kirangunda-blog.blogspot.com)

submitted by kranthigullapallikranthigullapalli(60) 1 year, 7 months ago

In my current project i am working more with jquery and json.In this project i had a requirement to find the json object exist or not in the json array based on the item property value.I had googled a bit and did not find the answer. Then i wrote a prototype method to find the json object exist or not. read more...

add a comment |category: |Views: 18

tags: another

How To : Load Multiple XAP files in Silverlight Application(dotplusnet.blogspot.com)

submitted by kranthigullapallikranthigullapalli(60) 1 year, 8 months ago

I just want to blog a bit about how to load multiple xap files in silvelright application, and also share some sample application which demonstrates this. As usual you can find the source code the end of this blog post. read more...

add a comment |category: |Views: 191

tags: another

Communication between two usercontrols using Event Aggregator in SL(dotplusnet.blogspot.com)

submitted by kranthigullapallikranthigullapalli(60) 1 year, 8 months ago

I found many posts in the asp.net, silverlight.net fourms regarding communication between user-controls, so i thought to blog a bit about communication between user-controls using Event Aggregator in silverlight which i found is the best way to communicate. The main advantage for using an event aggregator to communicate between user-controls is, it removes the tight coupling between a publisher and a subscriber, by which a publisher/subscriber can evolve independently. Pre-requisites for understanding this blog post is to have a bit understanding of Event Aggregator. read more...

add a comment |category: |Views: 259

tags: another