Your Ad Here
 
Samay Live
 
EBooks » Dot Net and .net

net framework

Microsoft’s .NET initiative is receiving a lot of attention, but what about the main tool that developers will use to create .NET programs: Visual Studio .NET? This course introduces the .NET Framework and delves into the workings of Visual Studio itself.

Topics covered include:

.NET Framework: CLR, Language support, ASP.NET, Programming API, Object-orientation, Assemblies, Types, Managed Code .NET and Visual Studio .NET: Solutions, Project types, Project files, Getting around the IDE, Integration with Visual Source Safe, ADO.NET, Windows applications, Web applications, Web Services Prerequisites: Students must have some background knowledge of general application programming principles. Knowledge of the .NET framework is advantageous. Who should take this course? Those who are interested in learning about .NET or who may have some knowledge of .NET and want to get started using Visual Studio. The main goal is to prepare students to dive in and start working with Visual Studio. Demonstrations show how to create a functional data-driven application as a Windows application, an ASP.NET application, and as a Web Service.

 

SESSION 1 (103 min)

Why the .NET Framework

.NET architecture The Basic Framework Built-in XML Support

Languages

VB.Net C# VC++

ASP.NET

Web Services

.NET Infrastructure and VS.NET

Base Classes Namespaces Assemblies Types Enumerations Reference Types Object Orientation

Start Programming With VS.NET

Features of the IDE Requirements-realistically Working With Projects Creating Projects

SESSION 2 (87 min)

Start Programming With VS.NET (continued)

ADO.NET and XML Data Building Windows Applications Building Web Applications Building Web Services

 


Packt Publishing (August 5, 2006)
PDF | 360 pages | English | 6mb


Building Websites with VB.NET and DotNetNuke 4

By Daniel N. Egan (Author), Steve Valenzuela (Author), Michael Washington (Author)

Description
DotNetNuke is an open-source Content Management System and web application framework. DotNetNuke has taken the Microsoft world by storm and now at version 4, its community has grown to over 200,000 users. This book covers virtually everything you need to know to get your DotNetNuke website up and running. Concisely written and with clear explanations, this book is covers installation, administration, deployment, site creation and all of the basic built in DotNetNuke modules.

For developers, chapters on the core architecture, skinning and custom modules, including coverage of the DAL+, give you the skills to customize and extend your site. The book starts off by giving you a deep understanding of working with basic DotNetNuke sites, guiding you through the features and giving you the confidence to create and manage your site. After that, you will journey to the heart of DotNetNuke, and learn about its core architecture. Always concise, relevant and practical, you will find out what makes DotNetNuke tick, and from there, you will be ready to customize DotNetNuke. Developers will enjoy the detailed walkthrough of creating a new custom modules. Special emphasis is given to the DAL+, an extended feature set of the DotNetNuke Data Access Layer (DAL). You will see how to create custom modules with the DAL+, and invigorate your module development. Web designers will enjoy the material on skinning, helping them to create a new look for their site. You will learn about creating new skins, and packaging them up for easy deployment. You will master all of this as you leap into the development of a DotNetNuke 4 site. This book will give you the skills to create and manage DotNetNuke websites as quickly as possible. You will:
    * Install and configure DotNetNuke
    * Master the standard modules
    * Understand the core architecture of DotNetNuke
    * Explore the inner workings of DotNetNuke modules
    * Extend DotNetNuke using the DAL and DAL+ to create powerful custom modules
    * Create your own skin using a HTML Editor
    * Find out about where and how to host and deploy your site
You can use this book to help you set up and administer a DotNetNuke portal, even if you have a limited knowledge of ASP.NET. You will learn how to setup and administer an example site, stepping through all the tasks to ease your learning. If you are a developer, this book will help you extend the DotNetNuke portal by first helping you understand how the core framework works and then show you how to create custom modules and skins. A rudimentary knowledge of VB.NET programming is assumed, but the emphasis is not on becoming a better VB.NET programmer but on taming DotNetNuke. This book has been written for both the beginner wanting to set up a website and also ASP.NET developers with a grasp of VB.NET who want a deeper understanding of how to work with DotNetNuke. To work with the DotNetNuke code, you will need access to Visual Web Developer Express or Visual Studio .NET 2005. No prior knowledge of DotNetNuke is assumed.



O'Reilly Media, Inc. (August 5, 2008)
PDF | 476 pages | English | 6.5mb(rar)
Programming .NET 3.5/by Jesse Liberty (Author), Alex Horovitz (Author)
Description
.NET 3.5 will help you create better Windows applications, build Web Services that are more powerful, implement new Workflow projects and dramatically enhance the user's experience. But it does so with what appears to be a collection of disparate technologies. In Programming .NET 3.5, bestselling author Jesse Liberty and industry expert Alex Horovitz uncover the common threads that unite the .NET 3.5 technologies, so you can benefit from the best practices and architectural patterns baked into this newest generation of Microsoft frameworks. While single-topic .NET 3.5 books delve into Windows Presentation Foundation and the other frameworks in greater detail, Programming .NET 3.5 offers a "Grand Tour" of the release that describes how the four principal technologies can be used together, with Ajax, to build modern n-tier and service-oriented applications. Developers have struggled to implement these patterns with previous versions of the .NET Framework, but this hands-on guide uses real-world examples and fully annotated source code to demonstrate how .NET 3.5 can make it easy. The concepts and technologies that this book covers include: XAML -- Microsoft's new XML-based markup language for UI, used with WPF Windows Presentation Foundation (WPF) -- a new presentation framework and graphics subsystem for Windows that puts Vista-like effect in your grasp Ajax Windows Communication Foundation (WCF) - a new standards-based framework that enables applications to communicate across a network using a variety of protocols Workflow Foundation (WF) -- framework for defining, executing, and managing workflows CardSpace -- framework for managing the identities of your users You'll learn how to useeach of the four frameworks alone and in concert to build a series of meaningful example applications. Examples are written in C#, and all of the source code will be available for download at both the O'Reilly and the authors' site, which offers access to a free support forum. Between them, authors Jesse Liberty and Alex Horovitz have nearly forty years of experience in delivering commercial applications for companies such as Citibank, Apple, AT&T, NeXt, PBS, Ziff Davis, and dozens of smaller organizations. Their combined experience is valuable for telling the story of .NET 3.5 and how it will shorten the development life cycle for applications developers, and enhance your productivity.

coverAuthor(s) : Adam Freeman, Allen Jones
Publisher : O'Reilly
Year : Jun 2003
ISBN 10 : 0596004427
ISBN 13 : 9780596004422
Language : English
Pages : 714
File type : CHM
Size : 2.8 MB (book + source code)

With the spread of web-enabled desktop clients and web-server based applications, developers can no longer afford to treat security as an afterthought. It's one topic, in fact, that .NET forces you to address, since Microsoft has placed security-related features at the core of the .NET Framework. Yet, because a developer's carelessness or lack of experience can still allow a program to be used in an unintended way, Programming .NET Security shows you how the various tools will help you write secure applications.

The book works as both a comprehensive tutorial and reference to security issues for .NET application development, and contains numerous practical examples in both the C# and VB.NET languages. With Programming .NET Security, you will learn to apply sound security principles to your application designs, and to understand the concepts of identity, authentication and authorization and how they apply to .NET security.

If you program with ASP.NET will also learn how to apply security to your applications. And the book also shows you how to use the Windows Event Log Service to audit Windows security violations that may be a threat to your solution. Authors Adam Freeman and Allen Jones, early .NET adopters and long-time proponents of an "end-to-end" security model, based this book on their years of experience in applying security policies and developing products for NASDAQ, Sun Microsystems, Netscape, Microsoft, and others. With the .NET platform placing security at center stage, the better informed you are, the more secure your project will be.

Programming .NET Security was written for two groups of people. First, we wrote for the architects and designers of .NET applications who must understand the capabilities and limitations of .NET security to factor them into their designs and plans. Each chapter in Parts II, III, and IV begins with a detailed discussion that describes the technology but does not go to the level of discussing individual classes and methods.

Second, we wrote for all C# and Visual Basic .NET programmers who want to know how to use the features of the .NET Framework to write more secure applications. Following a technical introduction, each chapter in Parts II, III, and IV contains a detailed explanation of how to program the features of the .NET Framework being discussed; numerous code samples accompany these sections to clarify the points being made. Specifically for advanced programmers, our discussions of code-access security and cryptography contain fully worked examples on how to extend the .NET Framework security mechanisms.

This book is focused on .NET Framework security programming; we assume no prior exposure to the .NET security classes, but expect the reader to have basic experience as a competent C# or Visual Basic .NET programmer.
book coverAuthor(s) : David McAmis
Publisher : Wrox
Year : Apr 2004
ISBN 10 : 0764557300
ISBN 13 : 9780764557309
Language : English
Pages : 384
File type : PDF
Size : 9 MB (book + source code)

Welcome to the second edition of Professional Crystal Reports for Visual Studio .NET. Crystal Reports is one of the world�s leading software packages for creating interactive reports that can be integrated into a wide range of Windows and Web applications. With more than four million licenses shipped, Crystal Reports is the leader among Windows report writers. Crystal Reports has been in the Visual Studio box since 1993, but with the introduction of Visual Studio .NET 2002, a new version, Crystal Reports .NET, was integrated more closely than ever before. And with the release of Visual Studio .NET 2003, the bar has been raised even higher, with tighter integration and more reporting options. This book will detail the functionality provided with Crystal Reports for Visual Studio .NET 2003 and how, when, and where you should integrate reports into your .NET applications.

This book does not attempt to be all-inclusive, and it will not teach basic .NET techniques. To be able to deliver a functional guide to Crystal Reports for Visual Studio .NET, we assume that you have a grasp of essential programming techniques � in this case, a knowledge of programming in Visual Basic .NET and experience using Visual Studio .NET � and that you can apply these skills to a new technology.

This book is for programmers who want a comprehensive guide to the functionality included with Crystal Reports for Visual Studio .NET. It�s assumed that you have some knowledge of .NET and experience with Visual Studio .NET.

It is mainly aimed at readers who have some experience with Crystal Reports. However, this edition has been specifically updated to include a large section on report design, which can assist new users in learning how to create their own reports. This title should also prove valuable for readers who are new to reporting in general and who want a guide to this free reporting tool they�ve discovered within Visual Studio .NET.

This book covers the features of Crystal Reports for Visual Studio .NET that you�ll find yourself using time and again to build complex reports and integrate them into different .NET applications. We start by explaining how Crystal Reports fits into the .NET platform and how it differs from previous versions of Crystal Reports.
 
Username:
Password:
 
Sign Up | Lost Password
 
 

Execution time : 0.00731897354126