|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
21 Articles match "ASP.Net"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
Apply techniques for building real-world data-driven applications, including ASP.NET and WPF data binding. Appendices ASP.NET 3.5 We examine what new controls were added to ASP.NET 3.5 In this course, you learn to: Leverage new features of C# 3.0, including extension methods and lambda expressions Use LINQ to filter, sort, and group in-memory collections of objects Create LINQ to SQL queries to execute SQL Server stored procedures and perform updates in real-world database applications Write LINQ to XML queries to search XML documents and save them to the file system Build
DevelopMentor Courses
- Friday, June 12, 2009
SharePoint for Developers (WSSv3/MOSS2007)
This allows us to leverage ASP.NET forms-based authentication. With the new web part features in ASP.NET 2.0, Utilize the WSS object model for building applications in SharePoint Build custom workflow solutions for SharePoint Create custom event handlers Use features and solutions for deploying projects for WSS and MOSS Build standard web parts and web parts utilizing AJAX Handle custom authentication solutions Implement best practices for building solutions with WSS and MOSS Leverage the Business Data Catalog Create custom lists that use custom content types Essential SharePoint for Developers (WSSv3/MOSS2007) covers the critical building blocks for developing solutions for both Windows SharePoint Services
DevelopMentor Courses
- Friday, June 12, 2009
Essential ASP.NET
Understand the ASP.NET compilation engine Build pages using server-side controls, custom controls, and user controls Validate user input using validation controls Display and update data using declarative data binding Employ security to authenticate and authorize users of your application Use master pages and themes to create a consistent look and feel Manage data for the users of your application Use caching to improve performance Add AJAX features to your pages Essential ASP.NET explains how you can build browser-centric web applications using Microsoft's ASP.NET framework.
DevelopMentor Courses
- Friday, June 12, 2009
|
123 Articles match "ASP.Net"
|
The Latest from DevelopMentor
|
MORE
|
|
Dr Rockman is IN!
ASP.NET MVC, Design Patterns or whatever you are currently wrestling with. I’ve just noticed that Andy
has has blogged about our drop in clinic we are running at DevWeek
2010 2010 . All of the Rock Solid
Knowledge
.NET Meanderings
- Thursday, February 4, 2010
CodeCamp iPhone & jQTouch presentation
During last years CodeCamp in Rotterdam I recorded my presentation on doing iPhone development using jQTouch and ASP.NET MVC . NET webcast SDN ASP.NET CodeCamp jQTouc After looking at several options I have posted the recording on Vimeo. You can view the Dutch language recording here . If you are interested in doing iPhone development but don’t want to get started using Objective-C that jQTouch might just be what you need.
The Problem Solver
- Thursday, January 28, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
WF and ASP.NET - A Few Gotchas
ASP.NET as WF host is an important and useful scenario for WF adoption, but there
are WinForms app, and also can scale up to be hosted inside ASP.NET, with all of its
multithreaded ASP.NET uses the .NET What we need is a way to re-use the ASP.NET thread to also execute
the are some interesting details that are worth understanding before you tackle this yourself.
The The first thing to understand is that WF itself imposes no specific threading model;
rather,
There Must Be Some Mistake
- Monday, October 1, 2007
-
Jason’s AJAX Component Library
I’ve been really busy recently working on some extender controls for ASP.NET AJAX. I’m assuming you have Visual Studio 2005 and ASP.NET AJAX installed, of course.
Tags: ASP.NET AJAX Jac [Update: This release won't build if you extracted it to a folder with spaces in the path. You might want to get Release 2 instead.]
Jason Diamond
- Monday, June 4, 2007
-
ASP.NET Security Goodness
A bunch of (ASP.NET) security tools got released over the weekend – highly recommended!
library designed to help developers protect their ASP.NET web-based applications from
mobile browsers - A sample application - Security Runtime Engine (SRE) HTTP module.”
download
AntiCSRF
“AntiCSRF makes it easier for ASP.NET developers to guard themselves against Cross
Get more info from Mark and Barry .
CAT.NET V1 CTP
“CAT.NET is a snap-in to the Visual Studio IDE that helps you identify security flaws
within
www.leastprivilege.com
- Monday, December 15, 2008
-
Verifying JavaScript with JSLint and Visual Studio
I’ve turned that option on by default, but it shouldn’t hurt you if you’re not using ASP.NET AJAX.
quick tip for ASP.NET AJAX users: If you register your own namespaces using Type.registerNamespace , you’ll get many errors telling you that your namespace is undefined. Tags: ASP.NET JavaScript Visual Studi Douglas Crockford’s JavaScript: The Good Parts is a short, but informative read that all JavaScript developers should probably pick up. In it, he describes what parts of the JavaScript language we should be using (the good parts) and what
Jason Diamond
- Saturday, August 9, 2008
-
Paging with the Silverlight RIA services DomainDataSource
Using the declarative DomainDataSource that is part of the upcoming Silverlight 3 RIA services makes it quite easy to work with data. All you need to do is add a DomainDataSource control to the the XAML, point it to the generated DomainContext class (in this case NorthwindContext) and tell it which method to use to load the data from the web service(in this case LoadCustomers). Next add a DataGrid to display the data and you are good to go. < UserControl
The Problem Solver
- Monday, April 27, 2009
-
Error Logging Modules and Handlers for ASP.NET (MVC)
I am working on a new ASP.NET MVC app and like so many other applications out there I need to log any errors should they occur. recently I heard about ELMAH Error Logging Modules and Handlers for ASP.NET through this blog post of Scott Hanselman. So as using en existing and proven solution is always better that reinventing the wheel I decided to try ELMAH and see how easy it is to get started. Well I can only say I am positively amazed That is including security so not everyone can check the error log. There are lots of additional capabilities I haven’t looked at yet like setting up an RSS feed, emailing or even tweeting errors messages.
The Problem Solver
- Thursday, August 13, 2009
-
ASP.NET Routing in Windows Azure Using WebForms
I'm a huge fan of ASP.NET Routing. It gained popularity as the part of ASP.NET
MVC wise move, Microsoft moved the routing infrastructure out of ASP.NET
MVC With ASP.NET Routing you can construct search engine optimized and human friendly
URLs This is MVC which channels requests for a given URL to the right controller action. In
a
|
|
|