Code With Logic

Creating Code For Simplicity but Logic For Need

Category Archives: C-Sharp

Word Completion Module In C#

Introduction In this article I’ll explain how to implement word completion feature. This feature is very popular and very useful and comes with most good text editors (Don’t count the … Continue reading

March 15, 2014 · Leave a comment

Windows Phone App Studio: Part 1

  Introduction In this article we will see how to create a Windows Phone app quickly. Sometimes we just need to show some static content and the rest is design. … Continue reading

December 12, 2013 · Leave a comment

Creating Link Extractor and Filter in C#: Part 1

Introduction In this article we will learn how to extract all the links from a webpage using a web client. At the end of this article you will be able … Continue reading

September 1, 2013 · Leave a comment

Creating Link Extractor and Filter in C#: Part2

Introduction Creating Link Extractor and Filter: Part 1 In this article I will complete my previous article Creating Link Extractor and Filter. In that article we covered how to extract all … Continue reading

September 1, 2013 · Leave a comment