Top posts

  • Sample XML Project

    10 July 2010 ( #XML )

    Hello readers. This is our first post that matches our intention. Here i’m describing you all how to use an XML file in our project. Why we should use XML file. Any better option. I’m taking an example of a browser that extract categorized link from an...

  • Understanding Controllers and Actions

    15 August 2010 ( #ASP.NET MVC )

    Hello Guys, It has been so long we wrote on Asp.Net MVC….Sorry for the dis-continuity…But here we are , lets understand the controllers and actions… ASP.NET MVC controllers are responsible for controlling the flow of application execution. When you make...

  • Asp.net Mvc

    26 July 2010 ( #ASP.NET MVC )

    Hello Guys, Currently people working with Asp.net and want to move to the newly designed framework of Microsoft i.e. Microsoft ASP.NET MVC framework , You are at the right place to learn it from the scratch. here we will explain what actually ASP.NET...

  • File Transfer Using C#

    12 July 2010 ( #Networking )

    Today as we told you last time going to tell you how we can implement file transfer in LAN This will let you allow file transferring even through TELNET. SERVER: So let’s start with designing the server part. for server we’ll just need a label and a List...

  • Generating Views

    16 August 2010 ( #ASP.NET MVC )

    Hello Guys , How is Your ride with asp.net mvc going ?? Let’s Understand the Views… The set of views in an ASP.NET MVC application is the public face of the application. ASP.NET MVC views are responsible for rendering the HTML pages that people see when...

  • Youtube Video search and play control

    26 July 2010 ( #Youtube )

    Today we gonna tell about making a project that could extract the video from Youtube using a keyword entered by the user and then playing it. We’ll make a control and you would be able to use it any where you want. Before going forward let me tell you...

  • Netwrok Sniffer

    30 July 2010 ( #Networking )

    I was looking for this project from a long time before thanks to MJSniffer project from where i got definitions for Packets. Let’s make it today. A sample program can be downloaded from here. Network sniffer is a kind of application that sniffs or captures...

  • Chat Server and Chat Client

    11 July 2010 ( #Networking )

    Hi. Today we gonna show you how you can make your own chat application using TCP and UDP protocols. This will be based on server client architecture. The basic work flow will be as given below The basic working of this model is as given below Client sent...

  • MDF TO XML Converter

    08 September 2010 ( #XML )

    In now a days for data processing one need to use XML instead of any other relational data source.Because the targeted customer may not have relational compatible software. And if they include needful files then the package becomes heavy so its better...

  • Google Search for .NET application

    01 October 2010 ( #Windows form )

    Today we are going to talk about building a software that search throgh google right from your desktop. There can be many application of such software like: for making search engine for searching books in your ebook reader for pdf reader you can give...

  • Building first ASP.NET MVC Application

    27 July 2010 ( #ASP.NET MVC )

    Hello Guys, Today We are gonna start with the Asp.Net Mvc development.. I Hope you people are also eager to learn it…..so let’s begin with the work… before starting with the development make sure that you have clear understanding of Asp.Net MVC basic...

  • Typed and Untyped Views

    09 September 2010 ( #ASP.NET MVC )

    Hey Guys, Howz u doing ? Now Lets Move Further… In an ASP.NET MVC application, you pass data from a controller to a view by using view data and you have learnt about that in the last post of asp.net mvc.. you learned how to add items to the view data...

  • Hello World

    10 July 2010

    Hello to all our reader. This is just another blog to get to you with new kind of projects. Here we are sharing the best of our projects with you to help you developing your very own windows or web applications. You can contact us in order to any counselling...

  • Accessing Rss Feeds

    25 August 2010 ( #ASP.NET )

    RSS is a format for an XML document that describes a list of items, such as blog entries or news headlines. The document may just be a stream of XML created on the fly rather than a static file. In this post, we’ll tell you to put an RSS document (using...

  • When to Choose an MVC Application ?

    26 July 2010 ( #ASP.NET MVC )

    Hello Guys, After reading the first post on ASP.NET MVC , You may have a question in your mind that when to use ASP.NET MVC..so here is the answer of it.. Deciding When to Create an MVC Application You must consider carefully whether to implement a Web...

  • Using Binary file for storing data

    11 October 2010 ( #Windows form )

    Hi friends, Hope you al are having great time and coding experience. Today we’ll learn about using Binary file for storing data. From, some last days i was suffering with a problem. I used to subscribe for training and webinars but i rarely manage to...