Narrow your search
Listing 1 - 10 of 2009 << page
of 201
>>
Sort by

Book
Umbraco user's guide
Authors: ---
ISBN: 9780470560822 Year: 2011 Publisher: Indianapolis Wiley Publishing, Inc.

Loading...
Export citation

Choose an application

Bookmark

Abstract

Keywords

ASP.NET

ASP.NET: the complete reference
Author:
ISBN: 0072195134 Year: 2002 Publisher: New York, N.Y. McGraw-Hill

Loading...
Export citation

Choose an application

Bookmark

Abstract


Multi
Student's essential guide to .NET
Author:
ISBN: 9780750661317 0750661313 1281034975 9781281034977 9786611034979 6611034978 008045514X Year: 2004 Publisher: Oxford Butterworth-Heinemann

Loading...
Export citation

Choose an application

Bookmark

Abstract

The Student's Essential Guide to .NET provides a clear and simple overview of Microsoft's .NET technologies. It is aimed at second and third year undergraduate students and postgraduate students on Computing or Computer Science courses who are required to look at a modern operating system, (Microsoft Windows 9x, Nt 2000 or XP) and to design and code simple or even not so simple examples. The approach is based upon the student's learning the technology of .NET through examples using the supported languages C#, VB and C++. The examples are based on fun, familiar games, and students are encourage


Book
Pro ASP.NET 2.0 in C# 2005
Authors: --- ---
ISBN: 9781430200642 Year: 2005 Publisher: Berkeley, CA Apress, Inc.

Loading...
Export citation

Choose an application

Bookmark

Abstract

ASP.NET 2.0 is Microsoft's principal standard for creating dynamic web pages on the Windows platform. ASP.NET 2.0 boasts a range of important new features that make it superior to any Windows web-presentation technology that has come before it. A few of these are: Masterpages let you define your sites look and feel once and apply it across all your web forms. Themes and skins make for easy customization of your sites look and feel. Generics these much vaunted new additions to the .NET Framework allow you to create a data structure without committing to a specific data type they'll revolutionize the way you code Personalization ASP.NET 2.0 makes it easier than ever before to create customized experiences tailored for individual users. These, combined with improvements in everything from speed (ASP.NET 2.0 pages are faster to both write and serve), administration , data access, security and scalability make ASP.NET 2.0 the leading force in .NET web development. Seasoned .NET professionals Matthew MacDonald and Mario Szpuszta explain how you can get the most from this ground-breaking new technology. They cover ASP.NET 2.0 as a whole, illustrating both the brand-new features and the functionality carried over from previous versions of ASP. This book will give you the knowledge you need to code real ASP.NET 2.0 application in the best possible style.


Book
Pro ASP.NET Web API : HTTP Web Services in ASP.NET
Authors: --- ---
ISBN: 9781430247258 Year: 2013 Publisher: New York, NY Apress

Loading...
Export citation

Choose an application

Bookmark

Abstract

430247258


Book
Mastering .NET machine learning
Author:
ISBN: 1785881191 9781785881190 9781785888403 1785888404 9781785888403 Year: 2016 Publisher: Birmingham, UK

Loading...
Export citation

Choose an application

Bookmark

Abstract

Master the art of machine learning with .NET and gain insight into real-world applications About This Book Based on .NET framework 4.6.1, includes examples on ASP.NET Core 1.0 Set up your business application to start using machine learning techniques Familiarize the user with some of the more common .NET libraries for machine learning Implement several common machine learning techniques Evaluate, optimize and adjust machine learning models Who This Book Is For This book is targeted at .Net developers who want to build complex machine learning systems. Some basic understanding of data science is required. What You Will Learn Write your own machine learning applications and experiments using the latest .NET framework, including .NET Core 1.0 Set up your business application to start using machine learning. Accurately predict the future using regressions. Discover hidden patterns using decision trees. Acquire, prepare, and combine datasets to drive insights. Optimize business throughput using Bayes Classifier. Discover (more) hidden patterns using KNN and Naïve Bayes. Discover (even more) hidden patterns using K-Means and PCA. Use Neural Networks to improve business decision making while using the latest ASP.NET technologies. Explore ?Big Data?, distributed computing, and how to deploy machine learning models to IoT devices ? making machines self-learning and adapting Along the way, learn about Open Data, Bing maps, and MBrace In Detail .Net is one of the widely used platforms for developing applications. With the meteoric rise of Machine learning, developers are now keen on finding out how can they make their .Net applications smarter. Also, .NET developers are interested into moving into the world of devices and how to apply machine learning techniques to, well, machines. This book is packed with real-world examples to easily use machine learning techniques in your business applications. You will begin with introduction to F# and prepare yourselves for machine learning using .NET framework. You will be writing a simple linear regression model using an example which predicts sales of a product. Forming a base with the regression model, you will start using machine learning libraries available in .NET framework such as Math.NET, Numl.NET and Accord.NET with the help of a sample application. You will then move on to writing multiple linear regressions and logistic regressions. You will learn what is open data and the awesomeness of type providers...


Book
Pro ASP.NET 2.0 in VB 2005
Authors: --- ---
ISBN: 9781430201182 Year: 2006 Publisher: Berkeley, CA Apress, Inc.

Loading...
Export citation

Choose an application

Bookmark

Abstract

It's not hard to get developers interested in ASP.NET. Without exaggeration, ASP.NET is the most complete platform for web development that's ever been put together. It far outclasses its predecessor, ASP, which was designed as a quick-and-dirty set of tools for inserting dynamic content into ordinary web pages. By contrast, ASP.NET is a full-blown platform for developing comprehensive, blisteringly fast web applications. In this book, you'll learn everything you need to master ASP.NET 2.0. If you've programmed with a previous version of ASP.NET, you'll sail through the basics and quickly begin learning about the exciting new features in version 2.0. If you've never programmed with ASP.NET, you'll find that this book provides a well-paced tour that leads you through all the fundamentals and gives you a ba- stage pass so you can see how the ASP.NET internals really work. ASP.NET from 1.0 to 2.0 As you no doubt already know, ASP.NET is Microsoft's next-generation technology for creating server-side web applications. It's built on the Microsoft .NET Framework, which is a cluster of closely related new technologies that revolutionize everything from database access to distributed appli- tions. ASP.NET is one of the most important components of the .NET Framework it's the part that enables you to develop high-performance web applications and web services.


Book
Beginning ASP.NET 2.0 in C# 2005
Authors: ---
ISBN: 9781430201212 Year: 2006 Publisher: Berkeley, CA Apress, Inc.

Loading...
Export citation

Choose an application

Bookmark

Abstract

Beginning ASP.NET 2.0 in C# 2005: From Novice to Professional steers you through the maze of ASP.NET web programming concepts. You will learn language and theory simultaneously, mastering the core techniques necessary to develop good coding practices and enhance your skill set. This book provides thorough coverage of ASP.NET, guiding you from beginning to advanced techniques, such as querying databases from within a web page and performance-tuning your site. You'll find tips for best practices and comprehensive discussions of key database and XML principles. The book also emphasizes the invaluable coding techniques of object orientation and code-behind, which will enable you to build real-world websites instead of just scraping by with simplified coding practices. By the time you finish this book, you will have mastered the core techniques essential to professional ASP.NET developers.


Book
Pro ASP.NET 1.1 in VB .NET

Loading...
Export citation

Choose an application

Bookmark

Abstract

Pro ASP.NET 1.1 in VB.NET aims to be the definite reference for working developers in the field. Its compendium format covers every topic you are likely to come across in your day-to-day work, from handling data through to configuration and deployment. The books goal is to act firstly as a tutorial guide that can be read from cover-to-cover, then secondly as a reference book that you can scan quickly to retrieve the answer to a specific problem as you work. This book puts to use hard-won, real-world VB .NET experience, and demonstrates it clearly through numerous diagrams, screenshots, and working code samples.


Book
Pro ASP.NET Extensibility
Authors: ---
ISBN: 9781430219842 Year: 2009 Publisher: Berkeley, CA Apress

Loading...
Export citation

Choose an application

Bookmark

Abstract

ASP.NET's model for supporting language extensibility is intriguing to developers everywhere. With support for traditional, statically compiled languages like C# as well as dynamic languages like Python, ASP.NET now has a natural ability to support languages that developers want to work with, not ones they are forced to use. ASP.NET is quickly becoming an attractive place for today's dynamic languages. Pro ASP.NET Extensibility gives readers in-depth insight into the language model within ASP.NET, going beyond the introductory treatment of the topic available elsewhere, providing lots of practical tips and tricks from an experienced developer. Learn about the extensibility and runtime models available with both .NET 3.5 and 4.0, Windows Server 2003 and 2008, and Internet Information Services (IIS) 6.0 and 7.0. The book explains not only how things work, but also why. Using Joerg Krause's experienced advice and sound tricks, you'll be able to go further with your very own language projects and transform your .NET development on your own terms made possible with ASP.NET's popular extensibility model. Discover how ASP.NET is extensible in .NET 3.5 and 4.0. Look in-depth into the internals of ASP.NET page processing. Customize the behavior of the ASP.NET engine.

Listing 1 - 10 of 2009 << page
of 201
>>
Sort by