ASP.Net

ASP.Net

good stuff about microsoft .net

Sorted by: Top Rated

guy

guy

Sorted by: Top Picks
Written by ksmithaiea on
I've been reading up on MVC and I'm starting to get it but there are some ideas that are still foreign to me. When it is said that a programming layer is beneath another layer how is that defined? Are certain layers inherently above or below others? Is it purely conceptual or is it based on a defined architecture? Read Full Story
Written by ksmithaiea on
Hi I am fairly new to asp programming and having a headache with this Linq query: I'm trying to get the average price from a list of prices: from (THIS SHOULD BE A LINK) MSDN: How to: Count, Sum, or Average Data by Using LINQ (Visual Basic) I understand i have to write the code like this: dim averagePrice = Aggregate price In db.items Into Average() I have also tried with: dim countPrice = Aggregate price In db.items Into Count() Wich works fine! dim sumPrice = Aggregate price In db.items Into Sum() Wich dont work at all! as for the sum try i understand ... Read Full Story
Written by francissukin on
Book Details Author:Christian Wenz No of Psges: 454 pages Press: O'Reilly Media Dated:September 1, 2007 Language: English ISBN-10: 0596514247 ISBN-13: 978-0596514242 Book Description Delivering rich, Web 2.0-style experiences has never been easier. This book gives you a complete hands-on introduction to Microsoft ASP.NET AJAX 1.0, the new framework that offers many of the same benefits for Ajax development that ASP.NET provides for server-side development. With Programming ASP.NET AJAX , you'll learn how to create professional, dynamic web pages with Ajax in no time. Loaded with code and examples that demonstrate key aspects of the framework, this book is ideal not only for ASP.NET developers ... Read Full Story
Written by sonichedgehogtoys on
Pro ASP.net 3.5: This book is a must to have book for anyone who is starting/ switching their careers to developing web applications using asp.net technologies. The authors Matthew MacDonald and Mario Szpuszta, has done a very good job of covering all sections that are useful for beginners as well ... Read Full Story
Written by francissukin on
Book Details Author:Imar Spaanjaars No of Pages: 768 pages Press: Wrox; Pap/Onl edition Dated:March 4, 2008 Language: English ISBN-10: 047018759X ISBN-13: 978-0470187593 Book Description To build effective and eye-catching database-driven web sites, you must first have a solid framework on which to run your web pages as well as a rich environment in order to create and program these web pages. Microsoft's ASP.NET 3.5 and Visual Web Developer 2008 combine forces to provide you with the ultimate platform on which you can create dynamic and interactive web applications. Popular Wrox author Imar Spaanjaars begins by demonstrating how to obtain and install Visual Web Developer. ... Read Full Story
how to clear a textbox, if entering data in text box is in incorrect data format (string format) than correct data format(integer format) at a time displaying range validation when cursor moving to the next text box in asp.net by using vb.net.  
From daniweb.com ()
Related news:
More perspectives...
One of the new features of ASP.NET MVC 2 is Templates (DisplayFor/EditorFor), Brad Wilson did a series of post which explains how the templates works, Please read it before you continue this post. Although he did an excellent job explaining the inner-details, but one thing you will notice that the object model in those examples are traversed from top to bottom or parent to child which is good for explaining the internal, but in our real...  
From weblogs.asp.net ()
Related news:
More perspectives...
While digging deeper into MVC Views, I stumbled on this method – ViewData.Eval(). Found it interesting and researched and played with some code around this method. This method gives the user a way to search through the ViewData’s object graph. So in order to get the data, you can either do 1: <%= ViewData["Message"] %> .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier...  
From weblogs.asp.net ()
Related news:
More perspectives...
And finally, one last PDC keynote announcement from the first day was the beta release of ASP.NET MVC 2. MVC is a model-view-controller framework on top of the existing ASP.NET runtime that separates display and application logic as well as makes test-driven development of ASP.NET applications easier. MVC could be used with a variety of types of web applications but is frequently associated with REST applications. The ASP.NET MVC 2 beta is...  
From blogs.msdn.com ()
More perspectives...
The following post shows you how to render an RDLC (Client Report Definition File) in a MVC project. For this tutorial, I am using VS 2008 with MVC 2 Beta. I will also be using the priceless Northwind database and the report will contain a list of customers in the Northwind database. A sample project zip file is provided at the bottom of this post. Skip to the bottom of this post if you wish to skip the tutorial and simply want to view...  
From weblogs.asp.net ()
Related news:
More perspectives...
Sponsors
Sorted by: Top Rated
No entries yet.
More From Zimbio
Copyright © 2009 - Zimbio, Inc. Some rights reserved.