.NET

Wrox DRM-free ebooks in PDF and ePub AND Mobi

I'm happy to tell you that we have begun rolling out Wrox DRM-free ebooks on Wrox.com in both PDF and ePub. And, now, as of January 2012, these include mobi files as well. And for books where we offer all 3 versions versions, you'll automatically get the PDF and the ePUB AND mobi in your download. Initially, we have the following list of more than 50 recent and top-selling Wrox ebooks we're offering the combination format download on. When you pay for the PDF on these, you'll get the ePUB and mobi as well.

Tags:

Wrox ebooks available for purchase on oreilly.com

I'm very happy to acknowledge what several authors and readers have noticed: Wrox ebooks are now available for purchase from oreilly.com. O'Reilly has built a tremendous retail web site over the years selling many other publisher's books that programmers would look for including Manning, Pragmatic, as well as their own books. We're happy that our readers can now buy our ebooks there as well.

Tags:

218 Wrox Books in Safari Books Online

As we announced recently, Wrox books are now in Safari. Already, the good folks at Safari have added 218 full Wrox books in Safari and they're adding more constantly.

For the month of May, Wrox marketing has passed along the good news from Safari that we're authorized to offer you this great new offer to join Safari at a discount:

Tags:

Wrox Books on Safari and 30% Safari Discount

This is an exciting day and exciting news to share. Wiley and Safari have announced that Wrox books are now available in Safari Books Online. We know many of you use Safari already and many more of you may join now that Wrox books are available there too. We know this, because as our marketing director David says in the press release:

Tags:

Wrox DRM-Free ebooks now lower priced than print

If you’ve been following my blog since February, you know that we started then with 24 Wrox ebooks that we began selling as DRM-free PDFs (PDFs with no digital rights management). We’ve listened to a lot of feedback about our DRM-free PDF ebooks this year and are happy to announce two really big permanent steps for Wrox ebooks.

 
First, our DRM-free PDF ebooks from Wrox.com now come with a lower price – 35% off of the print book price – every day.
Tags:

Wrox Wins 2010 Code Project Members Choice Award

This week at Microsoft TechEd 2010, The Code Project announced their 2010 Members Choice Awards. We were thrilled to find out that Wrox was voted winner for Books. Thanks to all the Code Project members who took the time to vote in this and thanks to our many authors and technical editors who deserve the credit for the award-winning content.

Tags:

Creating Your First ASP.NET 4 Web Site

Creating Your First ASP.NET 4 Web Site

Beginning ASP.NET 4 bookYou probably can’t wait to get started with your first ASP.NET web site, so instead of giving you a theoretical overview of web sites in VWD, the next Try It Out exercise dives right into the action and shows you how to build your first web project. Then, in the How It Works explanation and the section that follows, you get a good look at what goes on behind the scenes when you view an ASP.NET page in your browser.

Tags:

More than 60 Wrox DRM-free ebooks available

Today we're thrilled to announce that Wrox has more than 60 first 24  DRM-free PDF ebooks are available for purchase from Wrox.com. Updated: We've been adding to this list of available DRM-free books for several months now. Please check back often for all the newest available books. Updated Dec 2010: Please see the news about the new wrox.com DRM-free PDF ebook prices!

Tags:

Windows Workflow Foundation 3.0

Chapter 57: Windows Workflow Foundation 3.0

What’s in This Chapter?

  • Different types of workflows: Sequential and State Machine

  • Built-in activities

  • Creating custom activities

  • Workflow Services

  • Integration with WCF

  • Hosting Workflows

  • Tips for migrating to Workflow Foundation 4

This chapter presents an overview of the Windows Workflow Foundation 3.0 (known as WF throughout the rest of this chapter), which provides a model to define and execute processes using a set of building blocks called activities. WF provides a Designer that, by default, is hosted within Visual Studio, and that allows you to drag and drop activities from the toolbox onto the design surface to create a workflow template.

This template can then be executed by creating a WorkflowInstance and then running that instance. The code that executes a workflow is known as the WorkflowRuntime, and this object can also host a number of services that the running workflows can access. At any time, there may be several workflow instances executing, and the runtime deals with scheduling these instances and saving and restoring state; it can also record the behavior of each workflow instance as it executes.

Tags:

LINQ to SQL

Chapter 56: LINQ to SQL

What’s In This Chapter?

  • Working with LINQ to SQL using Visual Studio 2010

  • Mapping LINQ to SQL objects to database entities

  • Building LINQ to SQL operations without the O/R Designer

  • Using the O/R Designer with custom objects

  • Querying the SQL Server database using LINQ

  • Stored procedures and LINQ to SQL

You will probably find the .NET Language Integrated Query Framework (LINQ) in C# 2010 to be one of the more exciting features the language has to offer. Basically, what LINQ provides is a lightweight façade over programmatic data integration. This is such a big deal because data is king.

Pretty much every application deals with data in some manner, whether that data comes from memory (in-memory data), databases, XML files, text files, or something else. Many developers find it very difficult to move from the strongly typed object-oriented world of C# to the data tier where objects are second-class citizens. The transition from one world to the next was a kludge at best and was full of error-prone actions.

In C#, programming with objects means a wonderful, strongly typed ability to work with code. You can navigate very easily through the namespaces, work with a debugger in the Visual Studio IDE, and more. However, when you have to access data, you will notice that things are dramatically different.

Tags:
Syndicate content