Programming in the .NET Environment

Programming in the .NET Environment
Author :
Publisher : Addison-Wesley Professional
Total Pages : 564
Release :
ISBN-10 : 0201770180
ISBN-13 : 9780201770186
Rating : 4/5 (80 Downloads)

Synopsis Programming in the .NET Environment by : Damien Watkins

Not only does this book describe the goals and architecture of the .NET Framework, but it also demonstrates how it implements facilities and services to meet these goals. This book shows developers how to produce generic frameworks, libraries, classes, and tools to be used in the .NET Framework.

NET for Java Developers Migrating to C#

NET for Java Developers Migrating to C#
Author :
Publisher : Addison-Wesley Professional
Total Pages : 726
Release :
ISBN-10 : 0672324024
ISBN-13 : 9780672324024
Rating : 4/5 (24 Downloads)

Synopsis NET for Java Developers Migrating to C# by : Jawahar Puvvala

This text allows Java programmers to quickly begin using C# and the .NET Framework, through a meticulous comparison of Java and C#.

NET Programming

NET Programming
Author :
Publisher : Prentice Hall Professional
Total Pages : 500
Release :
ISBN-10 : 0130669458
ISBN-13 : 9780130669452
Rating : 4/5 (58 Downloads)

Synopsis NET Programming by : Pradeep Kumar Tapadiya

Tapadiya takes a straightforward, hands-on approach to explain everything readers need to know from development to deployment and maintenance for this platform--all from a developer's perspective. Using C# as the primary language, and with plenty of code examples throughout, this book is an excellent way to learn.

Programming Microsoft .NET (core Reference)

Programming Microsoft .NET (core Reference)
Author :
Publisher :
Total Pages : 773
Release :
ISBN-10 : 0735613761
ISBN-13 : 9780735613768
Rating : 4/5 (61 Downloads)

Synopsis Programming Microsoft .NET (core Reference) by : Jeff Prosise

CD-ROM contains: Searchable electronic version of text -- Source code for more than 75 complete sample programs and components written in C# -- .NET Framework SDK, plus service pack 1.

Programming .NET Components

Programming .NET Components
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 644
Release :
ISBN-10 : 9780596102074
ISBN-13 : 0596102070
Rating : 4/5 (74 Downloads)

Synopsis Programming .NET Components by : Juval Lowy

'Programming .NET Components', second edition, updated to cover .NET 2.0., introduces the Microsoft .NET Framework for building components on Windows platforms. From its many lessons, tips, and guidelines, readers will learn how to use the .NET Framework to program reusable, maintainable, and robust components.

Programming Perl in the .NET Environment

Programming Perl in the .NET Environment
Author :
Publisher : Prentice Hall Professional
Total Pages : 498
Release :
ISBN-10 : 0130652067
ISBN-13 : 9780130652065
Rating : 4/5 (67 Downloads)

Synopsis Programming Perl in the .NET Environment by : Yevgeny Menaker

A practical introduction to programming in Perl utilizing the rich capabilities of Perl and the services provided by .NET.

Programming .NET Web Services

Programming .NET Web Services
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 417
Release :
ISBN-10 : 9780596002503
ISBN-13 : 0596002505
Rating : 4/5 (03 Downloads)

Synopsis Programming .NET Web Services by : Alex Ferrara

This complete, comprehensive reference is for both experienced Perl programmers and beginners. The book includes all the basic documentation for the core Perl languages.

Programming Microsoft Visual Basic.Net

Programming Microsoft Visual Basic.Net
Author :
Publisher :
Total Pages : 1576
Release :
ISBN-10 : 0735613753
ISBN-13 : 9780735613751
Rating : 4/5 (53 Downloads)

Synopsis Programming Microsoft Visual Basic.Net by : Francesco Balena

Accelerate your productivity with Visual Basic® .NET—and quickly create powerful Win32® applications and high-performance, scalable applications for the Web—with this indispensable tutorial and reference. Building on the success of the author's popular programming book for Visual Basic 6.0, this new book teaches you the best practices for porting and reusing existing Visual Basic code in the .NET Framework as well as for exploiting the language's advanced new object-oriented capabilities. It covers the common language runtime (CLR), multithreaded programs, Windows® Forms applications, GDI+ graphic programming, Windows services, ADO.NET classes for database programs, ASP.NET Web Forms, and Web Services. It includes advanced optimization techniques and tips for leveraging the power of the Microsoft® Visual Studio® .NET environment. Topics covered include: Getting started with Visual Basic .NET Modules, variables, and error handling Object-oriented features, including inheritance Delegates and attributes Arrays, lists, and collections Files, directories, and streams Object serialization Regular expressions Threading Assemblies and AppDomains Reflection Windows Forms applications and GDI+ Windows Forms custom control creation Windows services ADO.NET XML ASP.NET Web Forms applications User controls and custom controls XML Web services CD+DVD INSIDE! CD-ROM features: A fully searchable electronic copy of PROGRAMMING MICROSOFT VISUAL BASIC 6.0 Sample applications written in Visual Basic .NET A Note Regarding the CD or DVD The print version of this book ships with a CD or DVD. For those customers purchasing one of the digital formats in which this book is available, we are pleased to offer the CD/DVD content as a free download via O'Reilly Media's Digital Distribution services. To download this content, please visit O'Reilly's web site, search for the title of this book to find its catalog page, and click on the link below the cover image (Examples, Companion Content, or Practice Files). Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. Please direct any questions or concerns to [email protected].

Programming with C#.NET

Programming with C#.NET
Author :
Publisher : Lulu.com
Total Pages : 242
Release :
ISBN-10 : 9781291536317
ISBN-13 : 1291536310
Rating : 4/5 (17 Downloads)

Synopsis Programming with C#.NET by : Graham Hall

Programming with C#.NET is designed for students who have already been introduced to programming and who are familiar with basic program structures. By working through the example programs in this book, students will gain an understanding of basic interface construction, processing and database operations in an object oriented Visual Studio 2013 C#.NET environment. Programs demonstrate: the use of multiple forms and passing data values between forms, creating interactive forms by adding screen components at run-time, file handling operations for a multiple table database including use of SQL queries, storing images in a database table, and using an object oriented approach to representing entities in a data model.

Programming ASP.NET Core

Programming ASP.NET Core
Author :
Publisher : Microsoft Press
Total Pages : 1126
Release :
ISBN-10 : 9781509305209
ISBN-13 : 1509305203
Rating : 4/5 (09 Downloads)

Synopsis Programming ASP.NET Core by : Dino Esposito

The complete, pragmatic guide to building high-value solutions with ASP.NET Core Programming ASP.NET Core is the definitive guide to practical web-based application development with Microsoft’s new ASP.NET Core framework. Microsoft MVP Dino Esposito introduces proven techniques and well-crafted example code for solving real problems with ASP.NET Core. Step by step, he guides you through using all key ASP.NET Core technologies, including MVC for HTML generation, .NET Core, EF Core, ASP.NET Identity, dependency injection, and much more. Esposito thoroughly covers ASP.NET Core’s cross-platform capabilities and what’s changed from older ASP.NET versions, but he doesn’t stop there: he offers a complete learning path for every developer who wants to build production solutions, including mobile-specific solutions. Microsoft MVP Dino Esposito shows how to: • Create new projects and understand their structure • Set up and use the familiar MVC application model in ASP.NET Core • Write controller class code to govern all stages of request processing • Serve HTML from controllers, or directly via Razor Pages • Master the Razor language for quickly defining the layout of HTML views • Manage cross-cutting concerns such as global configuration data, error and exception handling, controller class design, and dependency injection • Secure applications with user authentication and ASP.NET Core’s policy-based user authorization API • Design for efficient data access, and choose the right option for reading and writing data • Build ASP.NET Core Web APIs that return JSON, XML, or other data • Use data binding to programmatically update visual components with fresh information • Build device-friendly web views for iOS and Android • Explore the radically new ASP.NET Core runtime environment and Dependency Injection (DI) infrastructure