Powered by Blogger.

Monday, June 11, 2012

Công ty In Hoa Mai


Cung cấp các dịch vụ in ấn chất lượng và giá rẻ 

- In hồ sơ - biểu mẫu
- In bao thư
- In danh thiếp
- In Hóa đơn GTGT
- In Brochure 
- In Nhãn hàng hóa, bao bì
- In bao bì, túi xách
- Sản xuất bao trái cây
.... và các sản phẩm in khác....
website: Inhoamai.com
Mobiphone: 0902 202 130
emailsales@inhoamai.com
Công ty TNHH In Hoa Mai - In ấn chất lượng, giá rẻ

Tuesday, September 7, 2010

The Constructions of ASP.NET web pages

If you’ve ever built a model from Lego bricks, you’re well prepared to start building real ASP.NET web pages. ASP.NET offers features that allow web developers to build parts of web pages independently, then put them together later to form complete pages.
The content we’re creating through our work with ASP.NET is almost never static. At design time, we tend to think in terms of templates that contain placeholders for the content that will be generated dynamically at runtime. And to fill those placeholders, we can either use one of the many controls ASP.NET provides, or build our own.


In this chapter of the fabulous new edition of Build Your Own ASP.NET 3.5 Web Site Using C# & VB, we’ll discuss many of the objects and techniques that give life and color to ASP.NET web pages, including:

Sunday, September 5, 2010

Encapsulation and Inheritence

Introduction


In this article i would like to describe the people what are the basic concepts of Object Oriented Programming
The OOP stands on the following three pillars.

  1. Object &Class (Encapsulation)
  2. Inheritance
  3. Polymorphism

Tuesday, August 31, 2010

Basic Concepts of OOP


These are the basic concepts of Object Oriented Programming. I wrote it for those who don't have basic concepts of oop, and for those who feels programming a big monster. I tried to make them understand as much easiest as i could in my blog.. Best of Luck

Introduction


In this article i would like to describe the people what are the basic concepts of Object Oriented Programming
The OOP stands on the following three pillars.

Thursday, August 26, 2010

Dump That Free Hit Counter And Start Tracking

Dump That Free Hit Counter And Start Tracking

It seems that every other web site we visit has some sort of hit counter on the main page, supposedly telling us how many people have been there before us. This week we're going to address this popular trend, explain why you don't need one, and what you should be doing instead.
Most Internet marketers will normally implement a hit counter on their site for one or both of two reasons -- to give them a rough estimate of the number of visitors, and/or to give visitors the impression that their site is popular and thus worthy of a good look.
Let's consider the first reason. There is nothing wrong with wanting to know how many people have visited your web site, in fact it's something that you really do need to know. But putting a visible hit counter on your home page is not the answer, especially not one of those free services.
For one thing, the free services require you to in some way promote their site. For another, they are normally slow and increase the time it takes for your pages to load. But most importantly, a hit counter doesn't provide you with all of the information you need.

Tuesday, August 24, 2010

4-Tier Architecture in ASP.NET with C#

Well, the architecture I am going to demonstrate here is just enhancement of 3-Tier archicture. In this architecture; you no need of writing long function parameters throughout the layers (as in traditionally 3-Tier archicture has to) and the actual objects of the application will be in a separate tier so that in future you can separately use these objects for enhancements. Change in the object definition can be done without touching the entire Business Access Layers ............
Let me explain you step-wise process of creatioin of 4-Tier architecture application.
In this application, I am going to take example of a Person that will have 3 properties: FirstName, LastName, Age. We will create a separate pages to insert these records (default.aspx) into database and list,update,delete records (list.aspx) from database.

  ©Template by Dicas Blogger.

TOPO