I've been actively blogging here since 2008 and I've witnessed a lot of great improvements and features in the site. Being a part of GWB is awesome and things has been great. It's been months since i thought of having my own blog, getting a new domain, hosting it myself,getting a new look and a more modern feel. GWB offers most of the things you need for managing your blog except that it doesn't have a really nice built-in editor for you to use. Fortunately Windows Live Writer was there to help you ......
I can't believed I will reach this boundary. Despite all the busy stuff that's going on in my life and at work, I still manage to contribute to the ASP.NET community and helped thousands of people resolving issues and guiding them to the right path of ASP.NET world. I am really honored to achieved this milestone and it feels great. If time permits, I hope I could be able to do the same at other various forums that I have participated such as C# Corner, CodeASP, ASPSnippets and Xamarin community forums. ......
This article talks about the different scenarios regarding filtering distinct values from the List<T>. One practical example is if you have a list of products and wanted to get the distinct values from the list. To make it more clear let’s take an example. Consider that we have this model below that houses the following properties: public class Product { public int ProductID { get; set; } public string Make { get; set; } public string Model { get; set; } } Now let’s create a method that would ......
It’s been years (8 years to be exact as of this writing) since I am involved in various forums such as (forums.asp.net), (codeasp.net/forums), (aspsnippets.com/forums), (msforums.ph), (aspforums.net/forums), (forums.xamarin.com) and most recently at C# corner forums. I’ve helped resolved hundreds or maybe thousands of questions from simple to very complex issues. Being in the community is awesome as I get the chance to learn and help fellow developers around the world. Most of the time I’ve encountered ......
Few years back I wrote a series of blog posts demonstrating how to add dynamic TextBox, dynamic DropDownList and a combination of both controls in GridView control. I’ve posted another couple of posts about how to delete rows for dynamically created rows and how to save them all at once. You can find the series of blog posts here: ASP.NET and Dynamic Controls In this article, I’m going to wrap up everything into one for easy reference. The following are the main features that you will see for this ......