: VB.Net
Get distinct list of custom business objects using LINQ Query in .Net
Published Date:
Nov 02, 2011
Views:
677
Abstract:
Here Mudassar Ahmed Khan has explained how to get distinct list of custom business class objects using LINQ Query in .Net
Make AJAX JSON call to ASP.Net WCF Service using jQuery and Javascript
Published Date:
Aug 17, 2011
Views:
1705
Abstract:
Here Mudassar Ahmed Khan has explained how to modify the ASP.Net WCF (Windows Communication Foundation) service to make it accept AJAX JSON calls and to make AJAX JSON calls to ASP.Net WCF Service using JavaScript and jQuery
Exception - DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'x'
Published Date:
Aug 07, 2011
Views:
2335
Abstract:
Here Mudassar Ahmed Khan has explained the exception DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'ID' in ASP.Net
Free ASP.Net Mathematical Captcha Control in VB.Net and C#
Published Date:
Apr 25, 2011
Views:
3077
Abstract:
Here Mudassar Ahmed Khan has explained how to implement the free ASP.Net Mathematical Captcha Control in C# and VB.Net
Create and send HTML Formatted Emails in ASP.Net using C# and VB.Net
Published Date:
Apr 13, 2011
Views:
2721
Abstract:
Here Mudassar Ahmed Khan has explained how to create and send HTML Formatted Emails in ASP.Net using C# and VB.Net
Difference between string and String
Published Date:
Jan 04, 2011
Views:
1808
Abstract:
Here Mudassar Ahmed Khan has explained the difference between string and String keywords in C# and also the difference between bool and Boolean class.
Fetch and Read emails from POP3 mail server using C# and VB.Net - Part II
Published Date:
Jan 03, 2011
Views:
3640
Abstract:
In this article Mudassar Ahmed Khan has explained how to read emails from POP3 server using OpenPop.Net Library using C# and VB.Net
Fetch and Read emails from POP3 mail server using C# and VB.Net - Part I
Published Date:
Dec 27, 2010
Views:
4129
Abstract:
In this article Mudassar Ahmed Khan has explained how to read emails from POP3 server using OpenPop.Net Library using C# and VB.Net
List Installed SQL Server Instances on machine and LAN using C# and VB.Net
Published Date:
Dec 18, 2010
Views:
2101
Abstract:
Here Mudassar Ahmed Khan has explained how to list the installed instances of SQL Server on machine and LAN Network using C# and VB.Net
Parallelism - Parallel Task Execution in .Net 4.0
Published Date:
Jul 24, 2010
Views:
4227
Abstract:
Here Mudassar Ahmed Khan has explained how to make use of the new feature Parallelism in .Net 4.0 making use of the new classes Parallel and PLINQ (Parallel LINQ)