Listing 1 - 10 of 106 | << page >> |
Sort by
|
Choose an application
430247258
ASP.NET --- programmeren --- Programmeertaal
Choose an application
Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks.The book is packed with quick recipes on creating and extending extension methods in your .NET applications.This book is for developers in C# and the .NET framework, with a basic understanding of language syntax and OOP concepts. Readers are expected to have some experience in finding their way around Visual Studio.
Choose an application
Over 50 simple but incredibly effective recipes to get updated to exciting new features in .NET 4.5 Framework Designed for the fastest jump into .NET 4.5, with a clearly designed roadmap of progressive chapters and detailed examples. A great and efficient way to get into .NET 4.5 and not only understand its features but clearly know how to use them, when, how and why. Covers Windows 8 XAML development, .NET Core (with Async/Await & reflection improvements), EF Code First & Migrations, ASP.NET, WF, and WPF In Detail With about ten years since its first release, Microsoft’s .NET Framework 4.5 is one of the most solid development technologies to create casual, business, or enterprise applications. It has evolved into a very stable framework and solid framework for developing applications, with a solid core, called the CLR (Common Language Runtime) Microsoft .NET Framework 4.5 includes massive changes and enables modern application and UI development. "Microsoft .Net Framework 4.5 Quickstart Cookbook" aims to give you a run through the most exciting features of the latest version. You will experience all the flavors of .NET 4.5 hands on. The “How-to” recipes mix the right ingredients for a final taste of the most appetizing features and characteristics. The book is written in a way that enables you to dip in and out of the chapters. The book is full of practical code examples that are designed to clearly exemplify the different features and their applications in real-world development. All the chapters and recipes are progressive and based on the fresh features on .NET Framework 4.5. The book will begin by teaching you to build a modern UI application and improve it to make it Windows 8 Modern UI apps lifecycle model-compliant. You will create a portable library and throttle data source updating delays. Towards the end of the book, you will create you first Web API.
Application software --- Development --- Computer programs. --- Microsoft .NET Framework. --- Dot Net (Software framework) --- Microsoft .NET --- Microsoft .NET software framework --- .NET Framework
Choose an application
Choose an application
Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks.A practical, step-by-step guide featuring recipes that will get you up and running quickly with Nancy.A practical, step-by-step guide featuring recipes that will get you up and running quickly with Nancy.If you are a .NET oriented web developer who is curious to find out what lies beyond the Microsoft provided frameworks, then this book is for you! Its beneficial to have a good knowledge of C# and .NET, as well as a basic working knowledge of HTTP. If testability is important to you, and youre looking for a lightweight, code focused approach to building web applications, this book offers you all the guidance that you will need.
Web site development. --- Development of Web sites --- Web sites --- Internet programming --- Development --- Microsoft .NET. --- Dot Net (Software framework) --- Microsoft .NET --- Microsoft .NET software framework --- .NET Framework --- Microsoft .NET Framework.
Choose an application
Entity Framework 6 Recipes provides an exhaustive collection of ready-to-use code solutions for Entity Framework, Microsoft's model-centric, data-access platform for the .NET Framework and ASP.NET development. With this book, you will learn the core concepts of Entity Framework through a broad range of clear and concise solutions to everyday data access tasks. Armed with this experience, you will be ready to dive deep into Entity Framework, experiment with new approaches, and develop ways to solve even the most difficult data access challenges. If you are a developer who likes to learn by example, then this is the right book for you. Gives ready-to-use, real-world recipes to help you with everyday tasks Places strong focus on DbContext and the Code First approach Covers new features such as Asynch Query and Save, Codebased Configuration, Connection Resiliency, Dependency Resolution, and much more.
Computer science --- Information systems --- Computer. Automation --- ASP.NET --- computers --- informatica --- database management --- computerkunde --- Microsoft .NET Framework. --- ADO.NET (Software framework)
Choose an application
Pro NuGet will give you a solid, practical, understanding of both how to keep your software dependencies under control and what best-practices have been developed within the NuGet community to ensure long-term reliability. Whether you're working entirely with .NET assemblies or also using CSS, HTML and JavaScript files within your applications this book will show you how to manage their requirements smoothly and reliably. As sponsors of the NuGet project Microsoft have led the way in showing how NuGet can be used to great effect; showing how it is now virtually indispensable to anyone working with MVC and the .NET Framework. So don't delay! Learn how to use NuGet effectively today and thank yourself for the time and stress that this powerful free extension will save you. NuGet is an open-source Visual Studio extension that makes it easy to manage libraries, components and configuration files from within your Visual Studio project. As every developer knows, the more complex your application becomes the more chance there is of a dependency conflict arising within the resources upon which you depend. This situation - known as “dependency hell” - used to be an arduous task to unravel and rectify. NuGet changes this situation completely saving you untold time and stress.
Computer science. --- Computer Science. --- Computer Science, general. --- Microsoft .NET Framework. --- Common Language Runtime (Computer science) --- Web site development --- Computer programs. --- CLR (Common Language Runtime) --- Common Language Runtime --- Informatics --- Science --- CLR (Microsoft .NET Framework) --- Microsoft software. --- Software engineering. --- Microsoft and .NET. --- Software Engineering/Programming and Operating Systems. --- Computer software engineering --- Engineering --- Computer software --- Dot Net (Software framework) --- Microsoft .NET --- Microsoft .NET software framework --- .NET Framework
Choose an application
Metaprogramming in .NET is a practical introduction to the use of metaprogramming to improve the performance and maintainability of your code. This book avoids abstract theory and instead teaches you solid practices you'll find useful immediately. It introduces core concepts like code generation and application composition in clear, easy-to-follow language, and then it takes you on a deep dive into the tools and techniques that will help you implement them in your .NET applications. Written for readers comfortable with C# and the .NET framework--no prior experience with metaprogramming is required.
Choose an application
Expert C# 5.0 is a book about getting the best from C#. It’s based on the principle that to write good, high-performance, robust applications you need to understand whats going on deep under the hood. If you are already experienced with writing managed applications and want to learn more about how to get the best from the language at an advanced level, then this is the book for you. Expert C# 5.0 discusses the familiar C# language in forensic detail. Examining familiar elements closely to reveal how they really work. Key language features that you are already familiar with, such as Enums, Strings and Collections, are teased apart and examined under the twin microscopes of MSIL (Intermediate Language) and the Windbg debugger to see what's really going on behind the scenes as your code is compiled and passed to the CLR. This unparalleled depth of explanation will help you to become a true master of the C# language and architect better crafted applications that work in the most efficient and reliable way possible. It will also give you the insight you need to rapidly identify and fix the stubborn coding faults that others may be unable to diagnose.
C# (Computer program language). --- Internet programming. --- Microsoft .NET. --- C# (Computer program language) --- Microsoft .NET Framework --- Internet programming --- Engineering & Applied Sciences --- Computer Science --- Information Technology --- Computer Science (Hardware & Networks) --- General and Others --- Computer science. --- Computer Science. --- Computer Science, general. --- Informatics --- Science --- Computer programming --- Microsoft software. --- Microsoft .NET Framework. --- Software engineering. --- Microsoft and .NET. --- Software Engineering/Programming and Operating Systems. --- Computer software engineering --- Engineering --- Computer software --- Dot Net (Software framework) --- Microsoft .NET --- Microsoft .NET software framework --- .NET Framework
Choose an application
Beginning ASP.NET 4.5 Databases introduces you to the world of building data-driven Web sites using ASP.NET, ADO.NET and the Entity Framework using C#. Since ASP.NET developers need to access databases quickly and efficiently, this book teaches the best practices and methods to help developers achieve professional ASP.NET and database solutions. Beginning ASP.NET 4.5 Databases is a comprehensive introduction on how you can connect a Web site to many different data sources — not just databases — and use the data to create dynamic page content. It also shows you how to build a relational database, use SQL to communicate with it, and understand how they differ from each other. With in-depth, on-target coverage of the new data access features of .NET Framework 4.5, this book is your guide to using ASP.NET to build responsive, easy-to-update data-driven Web sites.
Computer science --- Computer. Automation --- ASP.NET --- computers --- informatica --- SQL (structured query language) --- computerkunde --- Databases. --- Microsoft .NET. --- Web site development.
Listing 1 - 10 of 106 | << page >> |
Sort by
|