Sunday, 11 March 2012

Client Server Communication with .Net Tech.

How to interact B/W Client/Server via C#


Sockets are an important part of the modern programmer's armory. To read this article, you are making extensive use of sockets – the article itself, and each image, come down a socket to your machine, and perhaps two, if you're reading this at work, behind a router. Communicating with other machines lets you spread computationally expensive tasks, share data and so on. Yet the Framework doesn't provide as good a toolkit as it does for, for example, Windows Forms (unless you are doing something 'standard' like making HTTP requests). If someone sends me some data, or connects to my server, I want an event to be thrown, just like if someone presses a button on my form
I have written a small assembly which provides event-driven client-server communication over TCP (using the tools provided in System.Net.Sockets). It also specifies a simple message-based protocol so that you can keep your messages together, although you don't have to use it.


Click Here TO DOWNLOAD CODE for client/server
At the end of the POST must watch Vedios....
                                                                                  Read more >>

Thursday, 8 March 2012

Basic SQL statements: DDL and DML

In the first part of this tutorial, you’ve seen some of the SQL statements that you need to start building a database. This page gives you a review of those and adds several more that you haven’t seen yet.

• SQL statements are divided into two major categories: data definition language (DDL) and data manipulation language (DML). Both of these categories contain far more statements than we can present here, and each of the statements is far more complex than we show in this introduction. If you want to master this material, we strongly recommend that you find a SQL reference for your database.....
                                                                                                              Read more >>
                                 

Tuesday, 6 March 2012

How to share data B/W 2 PC over LAN ...win 7 or vista


 How to share data B/W 2 PC over LAN ...win 7 or vista
               Things that's are needed..
                   1) 2 Eathernet Cables
                   2) One Switch
                   3) Internet

Lets Start:
First you need to access Network and Sharing Center. Go to Control Panel -> Network and Internet -> Network and Sharing Center. You can also access it by clicking the network icon on the tray from the taskbar and then click Network and Sharing Center.



                                                                    Read more >> 


:><:Types Of Database:<>:

There are two main types of database; flat-file and relational. Which is the best one to use for a particular job will depend on factors such as the type and the amount of data to be processed; not to mention how frequently it will be used.

1-Flat-File

The flat-file style of database are ideal for small amounts of data that needs to be human readable or edited by hand. 

Database Management (DBM)
The Database Management Layer allows script programmers to store information as a pair of strings; a key, which is used to find the associated value. 


2-Relational
The relational databases such as MySQL, Microsoft SQL Server and Oracle, have a much more logical structure in the way that it stores data. 

Database Comparisons:
In most cases, you would want your database to support various types of relations; such databases,

                                                                   Read more >>
                                                                                       

Monday, 5 March 2012

What is Difference Between PHP and ASP.NET?


What is Difference Between PHP and ASP.NET?




1=> PHP is a language. PHP consists of a platform-independent engine that parses PHP scripts. Thislanguage also provides common web application functionality such as database connectivity.PHP is defined as Pre Hypertext Processor. PHP is a server-side, cross platform, HTML scripting language. The syntax of PHP is almost similar to C and Java. The goal of PHP is to allow web developers to write dynamically.
2=>ASP is defined as Active Server Pages. ASP runs inside Internet Information Services
(IIS). This IIS is a component of Windows. ASP allows us to edit, change or add any content of a      web page. It responds to user queries or data given from HTML forms. Any data or databases are accessed easily and the results are returned to the browser. It is helpful in customizing a web page; this feature makes the page more useful for individual users. ASP.NET is not a language, but a technology and is a small part of the .NET Framework.
                                                                                                            Read more >> 

Wednesday, 29 February 2012

In The Advanced Computing Era's Blog 
we can provide all the Information 
About Computing.
1) Discussion About Advanced Programming Languages (PHP,ASp,ASP.NET,C#,JAVA/JAVASCRIPT(JQUERY,CLIENT SERVER COMMUNICATION etc..)
2) Discussion About Advanced Networking
Protocoles. In Sense of Adhoc or Infrastructure
Networking.
3) Discussion About Oracle,SQL,MySql,Ms Access
DataBase Queries.
4)As Much as Possible....

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Powered by Blogger