bcanonica

Stories submitted by bcanonica

Encapsulation for Beginners - Oldy but a goody. (c-sharpcorner.com)

submitted by bcanonicabcanonica(45) 3 years, 9 months ago

This article (2001) gives some great examples of encapsulation for beginners. Making more secure and well developed classes is one of the biggest challenges for beginners I have found. I would recommend this to all beginners when trying to understand the basic concepts of encapsulation and class design. read more...

add a comment |category: |Views: 14

tags: another

AJAX and Javascript Libraries for .net(weblogs.asp.net)

submitted by bcanonicabcanonica(45) 3 years, 10 months ago

A good starting resource on where to begin to look for when it comes to ajax/javascript libraries. I really like how factors in documentation and ease of use. Some tools and libraries are really powerful, but it is tough to implement in a work environment in a timely and effective manner. read more...

add a comment |category: |Views: 24

tags: another

app_offline.htm(weblogs.asp.net)

submitted by bcanonicabcanonica(45) 4 years, 1 month ago

Good practice for taking your application offline. read more...

add a comment |category: |Views: 51

tags: another

Calling web services from ASP.NET AJAX(ben-rush.net)

submitted by bcanonicabcanonica(45) 4 years, 1 month ago

Great article on web services and how to consume them using asp.net and ajax. read more...

add a comment |category: |Views: 8

tags: another