haroonlatif

Stories submitted by haroonlatif

Do you want to analyze .NET code ?(incsharp.net)

submitted by haroonlatifharoonlatif(200) 2 years, 10 months ago

We will look at Code analyze tool and see why it is good to use one for your codebase. read more...

add a comment |category: |Views: 8

tags: another

Hello World to S.O.L.I.D Design Principals - Part 2.(incsharp.net)

submitted by haroonlatifharoonlatif(200) 2 years, 11 months ago

In 2nd post we will look at 2nd principal of S.O.I.L.D Design, The Open/Close principal and its implementation. read more...

add a comment |category: |Views: 14

tags: another

.NET Remoting VS Webservices(dotnetfunda.com)

submitted by haroonlatifharoonlatif(200) 3 years ago

difference between .NET Remoting and Webservices read more...

add a comment |category: |Views: 12

tags: another

Hello World to S.O.L.I.D Design Principals - Part 1.(incsharp.net)

submitted by haroonlatifharoonlatif(200) 3 years, 1 month ago

In this post we will look at first principal of S.O.I.L.D code, which is Single Responsibility Principal or SRP. read more...

add a comment |category: |Views: 25

tags: another

Hello World to Asynchronous Delegates in C#(incsharp.net)

submitted by haroonlatifharoonlatif(200) 3 years, 1 month ago

In this post we will see, What are asynchronous delegates, Why we need them and how we can use them. read more...

add a comment |category: |Views: 17

tags: another

Hello World to LINQ Projection in C#(incsharp.net)

submitted by haroonlatifharoonlatif(200) 3 years, 1 month ago

In this post we will what is projection, what are its benefits and how we can use it with LINQ. read more...

add a comment |category: |Views: 444

tags: another

Hello World to C# Threading Part 2(incsharp.net)

submitted by haroonlatifharoonlatif(200) 3 years, 1 month ago

In this post we will how we can use thread pooling and what benifits we can get from this approch. read more...

add a comment |category: |Views: 10

tags: another

Hello World to C# Threading(incsharp.net)

submitted by haroonlatifharoonlatif(200) 3 years, 2 months ago

In this post we will see how we can create simple multithreaded application. We will see how we can pass parameter to thread and how we can pass multiple parameters to thread using anonymous delegate. read more...

5 comments |category: |Views: 15

tags: another

Hello World to C# Delegates and Events: Part 3(incsharp.net)

submitted by haroonlatifharoonlatif(200) 3 years, 2 months ago

In this post we will see how we can write custom events using delegates. read more...

add a comment |category: |Views: 10

tags: another

Hello World to C# Delegates and Events: Part 2(incsharp.net)

submitted by haroonlatifharoonlatif(200) 3 years, 2 months ago

In this post we will see how we can use events and delegates to build loosely coupled application and have a brief look on Observer Pattern also known as Publisher/Subscriber pattern read more...

add a comment |category: |Views: 30

tags: another

Hello World to C# Delegates and events: Part 1(incsharp.net)

submitted by haroonlatifharoonlatif(200) 3 years, 2 months ago

In this post we will see what delegates are. How they are different from C++ function pointers and we will write a simple Hello world application to see how they work. read more...

add a comment |category: |Views: 31

tags: another

Hello World to Extension Methods: Part 2(incsharp.net)

submitted by haroonlatifharoonlatif(200) 3 years, 2 months ago

We will see how we can write extension which will be available to all types and then we will to use it print all properties and their values to console. read more...

add a comment |category: |Views: 9

tags: another

Hello World on how to write Generic Method(incsharp.net)

submitted by haroonlatifharoonlatif(200) 3 years, 2 months ago

It is an introduction on how to write generic method. we will write simple generic method to print all public properties of class. read more...

add a comment |category: |Views: 11

tags: another

Hello World to Extension Methods: Part 1(incsharp.net)

submitted by haroonlatifharoonlatif(200) 3 years, 2 months ago

How we can use C# 3.0 Extension methods to extend functionality of availabe classes. read more...

add a comment |category: |Views: 11

tags: another

Hello World to LINQ to XML: Part 3(incsharp.net)

submitted by haroonlatifharoonlatif(200) 3 years, 2 months ago

what is Anonumous type how to use it with LINQ to XML read more...

add a comment |category: |Views: 6

tags: another

Hello World to LINQ to XML: Part 2(incsharp.net)

submitted by haroonlatifharoonlatif(200) 3 years, 3 months ago

Hello World application on how to use where clause and order by clause in LINQ to XML. read more...

add a comment |category: |Views: 14

tags: another