473,699 Members | 2,417 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Practical .NET2 and C#2

Hi,

I've just released the book Practical .NET2 and C#2. More info is available
on the site http://www.PracticalDOT.NET

You can download sample chapters about CLR, Security, Threading/Synchro and
some C#2 features here:
http://www.practicaldot.net/en2/Sample.htm

Here is a link to some reviews:
http://www.practicaldot.net/en2/Reviews.htm

You can browse the 647 directly usable code examples here (101 code examples
are dedicated to ASP.NET2):
http://www.practicaldot.net/en2/SiteMap.htm

See the ASP.NET2 chapter table of content here:
http://www.practicaldot.net/en2/Chapter_23.htm

Thanks for your attention,
Patrick Smacchia
MVP.NET
Mar 16 '06 #1
2 1526
sam
I don't think your book is really good. If it was really good you
wouldn't have to advertise it on a site that is devoted to answering
newbie questions on ASP.NET.

But perhaps you will fool some people.

-Sam

Mar 17 '06 #2
I auto publish it and don't have the marketing weapon that a major publisher
can have.

Have a look at the reviews page:
http://www.practicaldot.net/en2/Reviews.htm
Do you think that such recognized experts would say that the book is
excellent just for my pleasure?

I've provided a link to sample chapters. I doubt you would have written that
if you would have read them.
http://www.practicaldot.net/en2/Sample.htm

Patrick

"sam" <sa************ *@gmail.com> a écrit dans le message de news:
11************* *********@p10g2 00...legr oups.com...
I don't think your book is really good. If it was really good you
wouldn't have to advertise it on a site that is devoted to answering
newbie questions on ASP.NET.

But perhaps you will fool some people.

-Sam

Mar 17 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
4952
by: Scott H | last post by:
I spent most of yesterday looking into this, and still didn't really find an answer... I have a .NET2.0 app that I need to install on a server, and then possibly several other servers later, it requires access to LAN and internet. I installed the 20mb Framework, then drop my program on there, but theres no Framework Configuration for 2.0 only the 1.1 version (MSCORCFG.MSC) so I can't alter the security, and so my app fails to access the...
2
1271
by: bb | last post by:
i use the losformatter to serialise a hashtable and the store in the database. (i save some urls so they can be reconstructed) we have moved the project from asp.net1 to asp.net2 now whenever i try and deserialize a token that was saved to the db before the move to asp.net2 it fails with error 'unable to deserialise' i am also noticing that the serialised values look completely different.
2
1334
by: D. Shane Fowlkes | last post by:
ASP.NET 2 (VB) I'm experimenting with MS VWD and .NET2. I'm tinkering with the Code Behind method as demonstrated on MS's tutorial at http://www.asp.net/QuickStart/aspnet/doc/pages/codebehind.aspx#codebehind . Yet, when I follow the example and apply it to my own little test, I get a server error of: Parser Error Message: Could not load type 'PasswordClass'. Line 1: <%@ Page language="VB" CodeFile="CodeFiles/forgotpwd_aspx.vb"
0
977
by: Patrick Smacchia | last post by:
Hi, I've just released the book Practical .NET2 and C#2. More info is available on the site http://www.PracticalDOT.NET You can download sample chapters about CLR, Security, Threading/Synchro and some C#2 features here: http://www.practicaldot.net/en2/Sample.htm Here is a link to some reviews:
1
1689
by: Winista | last post by:
I have a library that reads PDF file and manipilates its content. And I use SharpZip library to decompress the streams included in PDF file. All well and good. I have 3 lines of my test code that takes a PDF file and spits out the required content from the file. It all works fine in .Net.1. environment. Now I wrote the same 3 lines of code in .Net2.0 console test application and use the assemblies for PDF library and SharpZip compiled...
4
2514
by: hvj | last post by:
I need to run a .NET1.1 program in a .NET2.0 CLR. The .NET1.1 exe starts correctly in .NET2.0. Now I want to debug in Visual Studio 2005. But when I try to open the .NET1.1 project, Visual Studio wants to convert it to .NET2.0 what I don't want. How can I make Visual Studio open a .NET1.1 project for me in order to attach to a .NET2.0 process in which it runs to debug it? Or is there a better way to reach my goal: debugging a .NET1.1...
4
1862
by: InnoCreate | last post by:
Hi everyone, I've developed a couple of asp.net1.1 websites and these are viewable using my mobile phone. I've now moved over to asp.net2 and i'm unable to view asp.net2 websites on my phone. I've stripped a page down to only output HTML4.01 and a single line of text with no formatting and it's still not viewable. Can anyone help me - i don't want to develop a asp.net2 mobile website - i want to develop a standard asp.net2 website that...
0
1509
by: Groove | last post by:
(repost!) I have a simple and common scenario. I'm developing pages in VWD and FTP-ing them over to a test servr running Window 2003, NET2 Framework. On my page, I have a DDL that causes a postback and executes a sub when the value has changed. For some reason, it just quit working. I get a js error in IE6 (but NOT in FF 1.5) and gives me a vague error about: 'event' is null or not an object.Line X, character X.
4
1933
by: dreamamit2001 | last post by:
Hi, I would like to know the ASP.NET2.0's(Controls, Menubar, Validations, Object Data Souce Controls, Treeview Control) compatibility with IE5.0 browser on Mac OS. If I don't use Client side Vbscript and Activex control, will the site developed in Asp.net2.0 work fine on IE5.0 Mac Os? Any body who has viewed the working of ASP.NET2.0 with rich controls
0
8613
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9172
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9032
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8880
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7745
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5869
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4626
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3054
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2344
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.