Browse Results

Showing 901 through 925 of 100,000 results

.NET Programming with Visual C++: Tutorial, Reference, and Immediate Solutions

by Max Fomitchev

Packed with C++ code examples and screen shots, .NET Programming with Visual C++ explains the .NET framework and managed extensions to C++, and provides a complete reference to the basic and advanced types contained in .NET Framework System namesp

.NET Standard 2.0 Cookbook: Develop high quality, fast and portable applications by leveraging the power of .NET Standard Library

by Fiqri Ismail

Get the most out of .NET framework using standard libraries and create a .NET Standard 2.0 library from scratchKey Features Write code once and share within .NET ecosystem in Windows, Linux and macOS Give your .NET Libraries a common framework in cloud and on premise with the latest .NET Standard 2.0 Build a wide range of applications from Mobile with Xamarin to Web with ASP.NETBook DescriptionThe .NET Standard is a standard that represents a set of APIs that all .NET platforms have to implement, making it easy for developers to access and use one common library for their development needs. This book begins with a quick refresher, helping you understand the mechanics of the new standard and offering insight into how it works. You’ll explore the core library concepts, such as working with collections, configurations, I/O, security, and multithreading. You’ll explore the iOS and Android libraries of Xamarin and we’ll guide you through creating a .NET Standard 2.0 library, which you’ll use with both Android and iOS applications. In the final chapters, you’ll learn the various debugging and diagnostics tools to deliver quality libraries and create a NuGet package of the .NET Standard 2.0 library. By the end of this book, you’ll be able to expand your current workflow to various .NET flavors and have the essential skills to create a .NET Standard 2.0 library from scratch to package and deliver it to the world.What you will learn Create a .NET Standard 2.0 library Use System.IO within the .NET Standard 2.0 Make use of your legacy .NET libraries with the new .NET Core standard Explore the thread support to create a multithreaded .NET Standard 2.0 library Create a .NET Standard 2.0 library and use it with an Android and iOS application Implement various Visual Studio 2017 diagnostics and debugging tools Create a NuGet Package and submit the package to the NuGet Package Manager Use Visual Studio 2017 azure tools to deploy the application to Azure Test and deliver a .NET Standard 2.0 libraryWho this book is forThis book is for .NET developers who are looking to build dynamic applications with the latest .NET Standard. C# knowledge is required.

.NET Windows Forms in a Nutshell

by Matthew Adams Ian Griffiths

.NET Windows Forms are a powerful technology for building a large class of applications for the Windows .NET platform. They offer nearly the same power and flexibility of classic Win32 development, but for a fraction of the effort. The programming model is lean and streamlined, and many of the tedious details that developers used to have to spend time on are now dealt with automatically by the platform. .NET Windows Forms in a Nutshell offers an accelerated introduction to this next-generation of rich user interface development. The book provides an all-inclusive guide for experienced programmers using the .NET Windows Forms platform to develop Windows applications, along with a compact but remarkably complete reference to the .NET Framework Class Library (FCL) Windows Forms namespaces and types. The authors present solid coverage of the fundamental building blocks, such as Controls, Forms, Menus, and GDI+, and enough detail to help you build your own fully featured reusable visual components so you can write visual component libraries as well as standalone applications. .NET Windows Forms in a Nutshell aims to provide not just the practical information and advice required to get programs working, but also to communicate the rationale behind the various parts of Windows Forms' design. The authors show how the thinking behind the framework enhances your productivity substantially. The new framework allows you to guess correctly what "the Right Way" to do things is a majority of the time, even if you've never tried what you're doing before. No more digging around in documentation for days to try to find the bit of information you need to use one particular feature. Anyone who is involved in user interface development will appreciate the ease of creation and expanded capabilities provided by .NET Windows Forms, as well as the in-depth focus and straight-forward approach this book brings. Included on CD is an add-in that will integrate the book's reference directly into the help files of Visual Studio .NET.

.NET and XML

by Niel M. Bornstein

.NET and XML provides an in-depth, concentrated tutorial for intermediate to advanced-level developers. Additionally, it includes a complete reference to the XML-related namespaces within the .NET Framework. XML is an extremely flexible technology, and Microsoft has implemented most of the tools programmers need to use it very extensively. .NET and XML aims to help you understand the intersection between the two technologies for maximum effectiveness.

.NET and XML

by Niel M. Bornstein

If you're seeking ways to build network-based applications or XML-based web services, Microsoft provides most of the tools you'll need. XML is integrated into the .NET Framework and Visual Studio .NET, but if you want to get a grasp on how .NET and XML actually work together, that's a different story. With .NET and XML , you can get under the hood to see how the .NET Framework implements XML, giving you the skills to write understandable XML-based code that interoperates with code written with other tools, and even other languages. .NET and XML starts by introducing XML and the .NET Framework, and then teaches you how to read and write XML before moving on to complex methods for manipulating, navigating, transforming, and constraining it. To demonstrate the power of XML in .NET, author Niel Bornstein builds a simple hardware store inventory system throughout the book. As you move from chapter to chapter, you'll absorb increasingly complex information until you have enough knowledge to successfully program your own XML-based applications. This tutorial also contains a quick reference to the API, plus appendices present additional .NET assemblies that you can use to work with XML, and how to work with the .NET XML configuration file format. One study puts the potential market for new software based on XML at or near $100 billion over the next five years. The .NET Framework gives you a way to become a part of it. But to use XML and .NET effectively, you need to understand how these two technologies work together. This book gives you the insight to take full advantage of the power the two provide.

.NET in Action, Second Edition (In Action)

by Dustin Metzgar

Learn to build standout line-of-business applications using Microsoft&’s .NET Framework, the premier platform for enterprise business development.Based on the bestselling .NET Core in Action, the new .NET in Action, Second Edition has been completely rewritten and updated by original author Dustin Metzgar—an industry veteran who helped develop both the original .NET Framework and .NET Core. .NET in Action, Second Edition presents the big picture of .NET application development, introducing core concepts like: Designing applications to take full advantage of .NET 8 Integrating the latest C# and .NET features Building web services and applications with ASP.NET Core Working with data in files and remote services, and databases via Entity Framework Core Verifying code with unit and integration tests Make applications ready for internationalization Benchmarking and analyzing application performance .NET in Action, Second Edition offers a clear-headed introduction to implementing full-featured, cross-platform professional applications on the Microsoft .NET platform. It compiles the must-know skills of .NET into a format that&’s clear and easy to follow. In each chapter, you&’ll build new applications, pick up essential .NET skills, and test your knowledge against handy exercises. Foreword by Scott Hanselman. About the technology The Microsoft .NET platform is a godsend for application developers. .NET provides a comprehensive framework, with consistent tooling for web, mobile, and line-of-business applications, high-performance games, and massive distributed systems. A perfect blend of power and flexibility, its just-in-time compiler runs multiple languages, including C#, Visual Basic, and F#. About the book .NET in Action, Second Edition teaches you to build cross-platform applications and services on the .NET platform. It gives you the big picture, systematically presenting the features you need to ship high-quality apps, without bogging you down in low-level details. You&’ll learn to benchmark and analyze performance issues, secure your sites and products, and explore modern architectures like microservices. This totally-revised new edition now covers .NET 8 and new C# language features, along with updates to ASP.NET Core and Entity Framework Core. What's inside Take advantage of the latest C# and .NET features Secure your applications Performance analysis and tuning Modern application design techniques About the reader For beginning-to-intermediate developers on any platform. No .NET experience required. About the author Dustin Metzgar is a seasoned developer and architect. At Microsoft, Dustin contributed to the .NET Framework, .NET Core, and the open sourcing of .NET. The technical editor on this book was Gerald Versluis. Table of Contents PART 1 1 Why.NET? 2 Building a console application 3 Creating web ser vices and applications with ASP.NET Core PART 2 4 File and network I/O 5 Using Entity Framework Core with relational databases PART 3 6 Unit-testing fundamentals 7 Substituting dependencies in tests 8 Integration testing PART 4 9 Security 10 Performance and profiling 11 Handling failures 12 Building world-ready applications 13 Working with containers

.Net Framework 4.5 Expert Programming Cookbook

by A. P. Rajshekhar

.Net Framework 4.5 Expert Programming Cookbook is a concise and practical cookbook with advanced recipes which demonstrate the new functionality of .NET Framework 4.5.If you are a .NET developer and would like to learn the new features in .NET 4.5, then this book is just for you. ".Net Framework 4.5 Expert Programming Cookbook" gives developers with a basic to intermediate knowledge a high-level overview and clear understanding of what the .NET 4.5 Framework provides.

.Net Framework Essentials

by Hoang Lam Thuan L. Thai

.NET Framework Essentials is an objective, concise, and technical overview of the new Microsoft .NET Framework for developing web applications and services. Specifically written for intermediate to advanced VB, C/C++, Java, and Delphi developers, .NET Framework Essentials is also useful to system architects and leaders who are assessing tools for future projects. The authors devote special attention to the writing of .NET components plus web applications and services. This book takes on all of the most important .NET Framework topics--from the underlying Common Language Runtime (CLR) to its specialized packages for ASP.NET, Web Forms, Windows Forms, XML and data access (ADO.NET). The authors survey each of the major .NET languages, including VB.NET, C#, and Managed C++, as well as MSIL, the intermediate language understood by the CLR. They've included working code samples in every .NET language. Compact and free of fluff or proprietary hype, .NET Framework Essentials is an outstanding value for experienced programmers and architects who need to get up to speed quickly on a far-reaching new technology.

0 Excusas Fitness!: No hay excusas, BAR NONE!! ... TAN SOLO HÁGALO!

by Rahul Mookerjee

¿Sabes cuál es el mayor problema que afecta a la gente hoy en día? No se trata tanto de la aptitud física como de la vida, y ese problema es, en pocas palabras, "HACER EXCUSAS GALORE". No tengo tiempo para entrenar. Los gimnasios del barrio son demasiado caros. Esos estiramientos son demasiado difíciles. Oh, y... ah, ¿por qué no hacerlo mañana? Y así sucesivamente. Las excusas, amigo mío, son la razón por la que la mayoría de la gente nunca se pone en marcha en ese camino hacia el super fitness, la salud y la FORTALEZA - tanto desde el interior como desde el exterior, y ZERO EXCUSES FITNESS no te da la oportunidad de hacer ninguna excusa! En otras palabras, su instrucción de fitness que funciona a toda máquina, siempre y cuando no se hagan EXCUSAS. NADA - repito NADA - es necesario para que usted pueda hacer estos ejercicios. NINGÚN equipo, NINGÚN gimnasio, ni siquiera las tan cacareadas "pelotas suizas" u otros aparatos o aparatos abdominales "fancy shmancy" (que no valen ni siquiera la hora del día en que te pasas mirando los anuncios, para ser honesto). Y no, ni siquiera necesitas una barra de mentón para la mayoría de los ejercicios que he mostrado. Los pull-ups son geniales, pero NO son necesarios. Deja de poner excusas - y coge tu copia AHORA - y mira todo un NUEVO mundo abierto a ti en términos de salud, forma física y fuerza EN GENERAL. Por tu ÉXITO! Rahul Mookerjee

0 To Bitch In 10 Seconds Or Less: Quips and Comebacks for Quick-Witted Women

by Amy Hatch

Wonderfully witty wisdom such as: Anything's possible if you've got enough nerve. J.K. Rowling A kiss can be a comma, a question mark, or an exclamation point. That's basic spelling that every woman ought to know. Mistinguette Life is hard. After all, it kills you. Katharine Hepburn Even I don't look like Cindy Crawford when I wake up in the morning. Cindy Crawford The average girl would rather have beauty than brains because she knows how the average man can see much better than he can think. Anonymous And many more!

03.5 Carlos and the Cornfield 9780873587358

by Irma Orozco

03_02

by Mainak Dhar

At 03:02 on a Sunday morning, the world as we knew it came to an end. Mumbai suddenly went black — no electricity, no phones, no internet and no working cars. It was as if someone had turned off the master switch of our civilization, turning us back hundreds of years overnight. We learned that it was not just Mumbai, but much of the world that had been impacted. We also learned that it was no accident. A deadly enemy was behind it. An enemy that was now in our midst, seeking to conquer us and destroy our way of life. This is how our war for freedom began. A war that was to be waged not on the borders or by the Army, but in our homes and streets, with us as the soldiers.

0601 Vasant 6th Standard - Himachal Pradesh Board

by Himachal Pradesh School Shiksha Board

This book is the basic text book of subject Hindi prescribed by the himachal pradesh board for the students of class six. The accessible version of the book doesn't leave any part of the book. Students and aspiring civil servants must read this to get success in the state and national level examinations.

0606 Vigyan - Himachal Pradesh Board

by Himachal Pradesh School Siksha Board

This book is the basic text book of subject science prescribed by the himachal pradesh board for the students of class 6th. The accessible version of the book doesn’t leave any part of the book. Students and aspiring civil servants must read this to get success in the state and national level examinations.

0607 Hamare Ateet-1 class 6 - Himachal Pradesh Board: 0607 हमरे एईटीईटी -1 कक्षा 6 - हिमाचल प्रदेश बोर्ड

by Himachal Pradesh School Shiksha Board

This book is the basic text book of subject Social Science prescribed by the himachal pradesh board for the students of class six. The accessible version of the book doesnt leave any part of the book. Students and aspiring civil servants must read this to get success in the state and national level examinations.

0608 Samajik avm Rajneetik Jivan-I - Himachal Pradesh Board

by Himachal Pradesh School Shiksha Board

This book is the basic text book of subject Social Science prescribed by the himachal pradesh board for the students of class six. The accessible version of the book doesn't leave any part of the book. Students and aspiring civil servants must read this to get success in the state and national level examinations.

0609 Prathavi Hamara Aavas class 6 - Himachal Pradesh Board: 0609 प्रतिमा हमरा अवास कक्षा 6 - हिमाचल प्रदेश बोर्ड

by Himachal Pradesh School Shiksha Board

This book is the basic text book of subject Social Science prescribed by the himachal pradesh board for the students of class six. The accessible version of the book doesn't leave any part of the book. Students and aspiring civil servants must read this to get success in the state and national level examinations.

0701 Vasant Bhag 2 class 7 - Himachal Pradesh Board: 0701 वसंत भाग 2 कक्षा 7 - हिमाचल प्रदेश बोर्ड

by Himachal Pradesh School Shiksha Board

This book is the basic text book of subject Hindi prescribed by the himachal pradesh board for the students of class seven. The accessible version of the book doesn't leave any part of the book. Students and aspiring civil servants must read this to get success in the state and national level examinations.

0702 Bal Mahabharat Katha class 7 - Himachal Pradesh Board: 0702 बाल महाभारत कथा वर्ग 7 - हिमाचल प्रदेश बोर्ड

by Himachal Pradesh School Shiksha Board

This book is the basic text book of subject Hindi prescribed by the himachal pradesh board for the students of class seven. The accessible version of the book doesn't leave any part of the book. Students and aspiring civil servants must read this to get success in the state and national level examinations.

0706 Vigyan class 7 - Himachal Pradesh Board: 0706 विज्ञान वर्ग 7 - हिमाचल प्रदेश बोर्ड

by Himachal Pradesh School Shiksha Board

This book is the basic text book of subject Science prescribed by the himachal pradesh board for the students of class seven. The accessible version of the book doesn’t leave any part of the book. Students and aspiring civil servants must read this to get success in the state and national level examinations.

0708 Hamara Paryavaran - Himachal Pradesh Board

by Himachal Pradesh School Shiksha Board

This book is the basic text book of subject Social Science prescribed by the himachal pradesh board for the students of class seven. The accessible version of the book doesn’t leave any part of the book. Students and aspiring civil servants must read this to get success in the state and national level examinations.

0709 Samajik Avm Rajneetik Jivan-2 class 7 - Himachal Pradesh Board: 0709 समाजिक अवं रजनीतिक जीवन -2 कक्षा 7 - हिमाचल प्रदेश बोर्ड

by Himachal Pradesh School Shiksha Board

This book is the basic text book of subject Social Science prescribed by the himachal pradesh board for the students of class seven. The accessible version of the book doesn’t leave any part of the book. Students and aspiring civil servants must read this to get success in the state and national level examinations.

0710 Ruchira class 7 - Himachal Pradesh Board: 0710 रूचिरा कक्षा 7 - हिमाचल प्रदेश बोर्ड

by Himachal Pradesh School Shiksha Board

This book is the basic text book of subject Sanskrit prescribed by the himachal pradesh board for the students of class seven. The accessible version of the book doesn’t leave any part of the book. Students and aspiring civil servants must read this to get success in the state and national level examinations.

0801 Vasant - Bhag 3 - Himachal Pradesh Board

by Himachal Pradesh School Siksha Board

This book is the basic text book of subject hindi prescribed by the himachal pradesh board for the students of class 8th. The accessible version of the book doesn’t leave any part of the book. Students and aspiring civil servants must read this to get success in the state and national level examinations.

0802 Bharat Ki khoj class 8 - Himachal Pradesh Board: 0802 भारत की कोज कक्षा 8 - हिमाचल प्रदेश बोर्ड

by Himachal Pradesh School Siksha Board

This book is the basic text book of subject hindi prescribed by the himachal pradesh board for the students of class 8th. The accessible version of the book doesn’t leave any part of the book. Students and aspiring civil servants must read this to get success in the state and national level examinations.

Refine Search

Showing 901 through 925 of 100,000 results