Monday, August 21, 2006

backup links

hxxp://www.codeproject.com/csharp/unmanage.asp

About VC++ dlls and use them on C#

backup links

hxxp://www.codeproject.com/csharp/unmanage.asp

About VC++ dlls and use them on C#

Monday, August 14, 2006

Professional .Net Network Programming

Professional .NET Network Programming

Networking is one of the core tasks of enterprise-level programming, and for the programmer familiar with the C# language this book will provide the information to put network programming at the heart of their .NET applications. Prior knowledge of network programming is not assumed, but the reader already familiar with networking from another environment will find the pace quick enough for the book to still prove valuable.This book will give the reader:

An understanding of the general concepts of networking
Information about network programming in .NET with C#
Skills to build network-based applications in .NET
The confidence to use the classes shipped with .NET to implement your own application-level protocols.

After reading this book, readers will be confident C# network programmers, and understand the underlying protocols.

We begin with an overview of the most important background material, such as the architecture of physical networks, network protocols, the OSI model, streams in .NET, and the classes provided to facilitate access to streams such as StreamReader and StreamWriter.

Then we move onto sockets programming, with an introduction to the concept of sockets, and full coverage of using sockets in .NET. We look at TCP, UDP, and using multicast sockets in .NET. We also look briefly at application-level protocols built on top of these layers, such as SMTP and FTP.

The next stop is Internet programming, with a look at HTTP, the underlying protocol of the Internet, and e-mail protocols – we look at the .NET classes for sending e-mails via SMTP, and we see how we can implement POP3 and NNTP clients in .NET to read mailboxes and newsgroups.

The book finishes with an exploration of how to secure network communications in .NET – encrypting network traffic, certificates and SSL, authenticating and authorizing users with NTLM and Kerberos.

Download here:

hxxp://rapidshare.de/files/28170553/Wrox_-_Professional_.NET_Network_Programming.part1.rar

hxxp://rapidshare.de/files/28170769/Wrox_-_Professional_.NET_Network_Programming.part2.rar

hxxp://rapidshare.de/files/28171429/Wrox_-_Professional_.NET_Network_Programming.part3.rar

hxxp://rapidshare.de/files/28171632/Wrox_-_Professional_.NET_Network_Programming.part4.rar

hxxp://rapidshare.de/files/28172156/Wrox_-_Professional_.NET_Network_Programming.part5.rar

hxxp://rapidshare.de/files/28172361/Wrox_-_Professional_.NET_Network_Programming.part6.rar

hxxp://rapidshare.de/files/28172917/Wrox_-_Professional_.NET_Network_Programming.part7.rar

Source code download here:

hxxp://rapidshare.de/files/28173339/Wrox_-_Professional_.NET_Network_Programming_Source_code.zip

Friday, August 11, 2006

code preview checklist

hxxp://www.macadamian.com/index.php?option=com_content&task=view&id=27&Itemid=31

Chưa coi nhưng thấy coi bộ cũng tốt nên backup link lại để khi nào rảnh thì xem.

Wednesday, August 09, 2006

Tra cứu giờ xe lửa chạy

hxxp://dsvn1.dyndns.biz/BanggiaveVx/timetable.asp#t

Tuesday, August 08, 2006

Nên xem cho biết với người ta

WinSpy, very excited
hxxp://www.codeproject.com/threads/winspy.asp

Monday, August 07, 2006

tour cua ba me he 2006

Nha Trang - Da Lat

hxxp://www.dulichthanhnien-ytc.com.vn/tour/tour2.php?gr_id=1&cat=1&pt=2&id=80

Wednesday, August 02, 2006

Tuesday, August 01, 2006

Links about database

Kết nối Database MySql trong VS 2005
hxxp://www.pcworld.com.vn/pcworld/faq.asp?t=faqview&id=1549&cat_id=2&fn=228fd4c31e4e1a1cadc20006&m=7&y=2006

Great article on how to make Setup Project

Setup Project in Visual Studio .Net
http://www.simple-talk.com/dotnet/visual-studio/updates-to-setup-projects/

opendns: 208.67.220.220

Save DirectX surface to file

hxxp://www.g-productions.net/page.php?id=18
Save DirectX surface to file. May be work but language is VC++, I try to port it to C# when I have time.