Few days ago I have received an invitation from Packt Publishing to review this book. I myself is a big fan of Generics and is very interested about it, so I've decided to give it a go. Thank you for letting me review this interesting book. .NET 4.0 Generics (Packt Publishing) is written by Sudipta Mukherjee. The book is primarily targeted to beginners and intermediate programmers who want to know what .NET Generics is all about and how it can help solved real world problems. The book covers the ......
Good news to all Web devs, ComponentOne has released Wijmo v2. A complete kit of 40+ jQuery UI widgets including everything you'll need to build rich HTML5 applications in a cinch. If you know jQuery, you know Wijmo. This release provides unmatched functionality with 14 hot, NEW widgets including: For data visualization - Area, Bubble, Scatter, and Composite Charts, as well as Linear and Radial Gauges Powerful Events Calendar with HTML5 offline storage For rich media - Lightbox, Gallery, and Video ......
Yeah it's a tough question especially since most of us across the globe, both young and old heavily rely on computers and the internet . Today, life would be virtually impossible without it. When I was in elementary school I always dreamed of becoming an artist. I loved to paint and draw because I can express my thoughts and emotions through art. But things changed after I graduated in high school because my family couldn't afford to send me to university. I earned my BS degree because I got a scholarship ......
I've been receiving requests for the source code of my MessageBox controls for ASP.NET and so I've decided to upload my project in CodePlex so everyone can use it. You can check and download the controls here: http://proudmonkeycontrols.... Download Documentation Feel free to visit my project page and provide your valuable feedback! Thanks ......
There are times that we need to prompt the users when doing certain actions on the page. One practical example is to confirm the user when deleting a certain record just like what I have demonstrated awhile back about Displaying a Confirmation Message on GridView Deleting. If you noticed on that demo I simply use plain JavaScript to display the confirmation message. In this post I’m going to demonstrate how to use the ConfirmBox control in delete scenario. Note that just for the simplicity of this ......