|
|
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.
|
25 Articles match "Form"
|
Related DevelopMentor Courses
|
MORE
|
|
SharePoint for Developers (WSSv3/MOSS2007)
This allows us to leverage ASP.NET forms-based authentication. Day 5 Out-of-the-Box Workflow Capabilities Many companies built custom code to handle common business workflow scenarios around the many document and form libraries introduced in the last version of Windows SharePoint Services. Appendix: Understanding Forms Server and InfoPath With the new changes to InfoPath and Microsoft Office Forms Server, we can now build rich InfoPath-based forms that are rendered for any client running a browser. 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
Foundations of C# Programming and the .NET Framework
Distinguish between "implementation inheritance" and "interface inheritance" Use ADO.NET to connect to SQL Server and run a simple query Build a basic Windows Forms GUI Essential C# is ".NET Survey library functionality like building a simple Windows Forms GUI and retrieving data from SQL Server. Windows Forms Windows Forms provides support for building traditional forms-based applications Examine core language features such as types, variables, and control constructs Use object-oriented features such as class, interface, protection, and inheritance Perform error notification and error handling using exceptions Use properties to implement the private data/public accessor pattern Use namespaces to group related types Use delegates and events to implement callbacks Override Object class methods such as ToString Avoid dll conflicts during deployment Use dynamic binding and polymorphism to write generic code (i.e.,
DevelopMentor Courses
- Friday, June 12, 2009
Essential Windows Forms
Build dialog, single-document interface, and multiple-document interface applications Use the new Windows Forms 2.0 using ClickOnce Use the BackgroundWorker class to provide a responsive UI while handling long background operations Essential Windows Forms provides developers with the knowledge and skills needed to build multi-tier user interface applications. Explore ClickOnce deployment over the Web, Windows Forms internals, control layout, and data binding. classes, such as the ToolStrip, MenuStrip, and SplitContainer Integrate custom controls into Visual Studio .NET NET
DevelopMentor Courses
- Friday, June 12, 2009
|
128 Articles match "Form"
|
The Latest from DevelopMentor
|
MORE
|
|
Your Moral Obligation to Future Coder
That means if 30 data entry forms use strongly typed DataSet objects but you prefer NHibernate, you write the 31st data entry form using a strongly typed DataSet. Think back to some nontrivial piece of code you wrote. Now mentally crumple it up into a ball, douse it with gasoline, and light that sucker on fire. That is what some future coder is going
Ardent Dev
- Wednesday, March 3, 2010
Survival Skills for Developers
The following 8 items form a basic survival pack that can get you through most modern software development forests:
Let’s suspend reality for a moment and pretend you’re heading out into the woods this weekend. Set aside the fact that you are a software developer and have no business tromping around out in the wilderness. You’re going to
Ardent Dev
- Wednesday, February 10, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Zermatt: Using Forms Authentication in a Passive STS
question how to use forms authentication instead popped up several times. My sample issuing page looks like this:
Forms
In my sample I additionally issue a forms
using the form.
Since all Zermatt samples use Windows authentication to auth against an STS - the
It is easy
www.leastprivilege.com
- Thursday, August 14, 2008
-
Rehosting the Workflow Designer in WF4
Both these properties point to ready to use WPF UIElement’s so, as long as the host used WPF, adding them to a form is easy. Again easy to add to any WPF form. At the top of the form I display the currently selected activity and its parents. In this case I added a listbox to the form and Note: This blog post is written using the .NET NET framework 4.0
The Problem Solver
- Wednesday, December 23, 2009
-
Getting started with Windows Workflow Foundation 4
The goal of the WriteLine activity is just what the name suggest: write a line of text to some form of output stream. As you may have heard Windows Workflow Foundation 4 is not an upgrade from Windows Workflow Foundation 3 (or 3.5). The version numbers might suggest that the previous version was quite mature but in fact it refers to the version of the .NET
The Problem Solver
- Monday, June 22, 2009
-
Build Better Forms (Please)
A simple challenge to all developers building user interfaces: think for a moment before making a form overly complicated. The form below is for reverse phone number lookups:
This form contains three fields for what is basically one thing: a telephone number. There is some JavaScript in there that bounces focus from one field to the next as you type, which is convenient unless you need to go back to edit the last field.
You know what this form really does?
Ardent Dev
- Tuesday, April 21, 2009
-
Build Better Forms (Please)
A simple challenge to all developers building user interfaces: think for a moment before making a form overly complicated. The form below is for reverse phone number lookups:
This form contains three fields for what is basically one thing: a telephone number. There is some JavaScript in there that bounces focus from one field to the next as you type, which is convenient unless you need to go back to edit the last field.
You know what this form really does?
Ardent Dev
- Tuesday, April 21, 2009
-
Build Better Forms (Please)
A simple challenge to all developers building user interfaces: think for a moment before making a form overly complicated. The form below is for reverse phone number lookups:
This form contains three fields for what is basically one thing: a telephone number. There is some JavaScript in there that bounces focus from one field to the next as you type, which is convenient unless you need to go back to edit the last field.
You know what this form really does?
Ardent Dev
- Tuesday, April 21, 2009
-
Forms Not Submitting With Watir?
It clicks links, fills in forms, presses buttons. great use for Watir is to automate tedious form filling during development / developer testing. Let’s say you have a simple form like the following to submit a search query to Google:
<html> 60;html> <body> <form id="search_form" action=" http://google.com/search" Watir, pronounced water , is an open-source (BSD) library for automating web browsers. It allows you to write tests that are easy to read and maintain.
Ardent Dev
- Tuesday, September 29, 2009
|
|
|