Hello World
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...
View ArticleSample XML Project
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...
View ArticleChat Server and Chat Client
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...
View ArticleFile Transfer Using C#
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...
View ArticleYoutube Video search and play control
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...
View ArticleAsp.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...
View ArticleWhen to Choose an MVC Application ?
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...
View ArticleBuilding first ASP.NET MVC Application
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...
View ArticleNetwrok Sniffer
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...
View ArticleUnderstanding Controllers and Actions
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...
View ArticleGenerating Views
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...
View ArticleAccessing Rss Feeds
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...
View ArticleMDF TO XML Converter
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...
View ArticleTyped and Untyped Views
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...
View ArticleGoogle Search for .NET application
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...
View ArticleUsing Binary file for storing data
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...
View Article