|
|
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.
|
71 Articles match "Class"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
is Language Integrated Query (LINQ), making query a first-class feature of the programming language. This allows you to derive a class from multiple source tables and to represent object inheritance based on different table mappings. In this course, you learn to: Leverage new features of C# 3.0, Learn to combine flavors of LINQ to query and transform in-memory collections, XML data sources, and relational databases. Learn to develop applications for EF and LINQ to Entities and employ ADO.NET Data Services to integrate data from the Internet cloud. Appendices ASP.NET 3.5
DevelopMentor Courses
- Friday, June 12, 2009
Virtual Foundations of C# Programming and the.NET Framework (Part 1)
Examine core language features such as types, variables, and control constructs Use object-oriented features such as class, interface, protection, and inheritance Use properties to implement the private data/public accessor pattern Avoid dll conflicts during deployment Virtual Foundations of C# Programming and the.NET Framework is ".NET Explore core C# features like classes, inheritance, namespaces, and events. abstract class, or property vs. What types are available in the.NET Framework class library? NET 101" for developers moving to.NET. interface vs. field)?
DevelopMentor Courses
- Wednesday, February 17, 2010
Foundations of C# Programming and the.NET Framework
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., abstract class, or property vs. less code!)
DevelopMentor Courses
- Friday, June 12, 2009
|
302 Articles match "Class"
|
The Latest from DevelopMentor
|
MORE
|
|
Workflows and no persist zones
The NoPersistProperty is also internal but that is no problem as all we need to do if check if there is a object stored under the name "System.Activities.NoPersistProperty", something we can do with the following activity: public class CheckForNoPersistZone : NativeActivity. {. public class NoPersistZone : NativeActivity. {. There are times when a workflow can't be persisted safely using a SqlWorkflowInstanceStore. An easy example is a workflow handling a WCF request with a Receive and SendReply activity pair. No problem there. But where? But wait. null ); }. }. Enjoy!
The Problem Solver
- Sunday, August 22, 2010
WIF, ASP.NET 4.0 and Request Validation
The WIF SDK (v4) contains a sample validator that does exactly that: public class WSFedRequestValidator : RequestValidator. {. Since the response of a WS-Federation sign-in request contains XML, the ASP.NET built-in request validation will trigger an exception. To solve this, request validation needs to be turned off for pages receiving such a response message. Starting with ASP.NET 4.0 you can plug in your own request validation logic. This allows letting WS-Federation messages through, while applying all standard request validation to all other requests. WSFederationConstants.
www.leastprivilege.com
- Saturday, July 24, 2010
Purchasing Visual Studio 2010
Compliant Diagrams (Activity, Use Case, Sequence, Class, Component). Amazon sells various versions of Visual Studio 2010. Here is an overview of versions and this will give you a good indication of prices. Below the prices is a feature comparison also…. Visual Studio Professional. Plain. Upgrade from 2005/2008. with MSDN. Visual Studio Premium. with new MSDN. with MSDN renewal. Visual Studio Utlimate. with new MSDN. with MSDN renewal. Visual Studio 2010 Feature Comparison. Debugging & Diagnostic. IntelliTrace (Historical Debugger). Static Code Analysis. Code Metrics. Profiling.
The Blomsma Code
- Tuesday, July 13, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Demos from the Boston WPF class
Thanks to all of you who attended the Boston WPF class last week. You can get the demos we built in class here -- Class.zip.
-
Demos from the Boston WPF class
Thanks to all of you who attended the Boston WPF class last week. You can get the demos we built in class here -- Class.zip.
-
Demos from last weeks WPF class
Thanks to all of you who attended my class last week in Chicago - here are the demos: files.me.com/mark.c.smith/ty3x8t. and here is that final presentation which was not in the books: files.me.com/mark.c.smith/0wdurs. The password for both is your company name in lower case
-
Demos from Silverlight 2 class this week
Here are the demos for the guys who attended the 2-day binding + network Silverlight2 training in Boston. Thanks guys
-
Using Model – View – ViewModel with Silverlight
The ViewModel is just another class. 5: public class Customer : INotifyPropertyChanged. 6: public partial class CustomerView : UserControl. The ViewModel class is the one that glues the View and the Model together, hence its name. Another example of a property like this would be the CSS class to use in an ASP.NET application. The complete ViewModel class looks like this: 1: using System.ComponentModel; 2: using System.Windows; 3: using SilverlightMVVMDemo.Model; 4: 5: namespace SilverlightMVVMDemo.ViewModel. The View is data bound to a ViewModel. 11: {.
The Problem Solver
- Tuesday, April 7, 2009
-
Rehosting the Workflow Designer in WF4
The WorkflowDesigner The WorkflowDesigner is the main class to work with. public class ValidationErrorService : IValidationErrorService. {. Note: This blog post is written using the.NET framework 4.0 Beta 2 With Windows Workflow Foundation 3 it was possible to rehost the workflow designer in your own application. But possible is about all there was to say about it as it was pretty hard to do anything beyond the basics. Now that is more like it! This exposes the actual design surface through the View property and the linked property sheet through the PropertyInspectorView property.
The Problem Solver
- Wednesday, December 23, 2009
-
Paging with the Silverlight RIA services DomainDataSource
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). Using the declarative DomainDataSource that is part of the upcoming Silverlight 3 RIA services makes it quite easy to work with data. Next add a DataGrid to display the data and you are good to go. Adding paging. Sometimes the lost of data to load can get somewhat large and you might not want to load all data. Using progressive loading. Enjoy!
The Problem Solver
- Monday, April 27, 2009
|
|
|