|
|
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.
|
41 Articles match "Access"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
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 a rich conceptual entity model using the EF and to visually map it to a database schema Use LINQ to Entities to write strongly typed queries against the Entity Data Model Detect and resolve concurrency conflicts with both LINQ to SQL and LINQ to Entities Execute business
DevelopMentor Courses
- Friday, June 12, 2009
Foundations of C# Programming and the .NET Framework
This section introduces classes with coverage of instance fields and methods, access control, and object creation. An object is created using the "new" operator and is subsequently accessed through a reference. We look at access levels, method hiding, method chaining, and construction. ? 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
Virtual Foundations of C# Programming and the .NET Framework (Part 1)
This section introduces classes with coverage of instance fields and methods, access control, and object creation. An object is created using the "new" operator and is subsequently accessed through a reference. 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 NET Framework is ".NET
DevelopMentor Courses
- Wednesday, February 17, 2010
|
135 Articles match "Access"
|
The Latest from DevelopMentor
|
MORE
|
|
Yuck, I Got Data on my Hands
And then we complain about how much data access code we have to write and maintain. In Survival Skills for Developers , the first item for your basic survival pack is a data access toolkit (homegrown or open source or commercial). NET programming world, ADO.NET is the underlying data access technology. Once upon a time I wrote a computer program that did not require data. It was called helloworld.exe and it was awesome.
Ardent Dev
- Wednesday, February 24, 2010
Trackable DTO’s: Taking N-Tier a Step Further with EF4
About a year ago I wrote an article for MSDN Magazine on how to track change-state on the client and transmit it to a service for persistence using LINQ to SQL, Entity Framework, or some other data access stack. An UpdateOrder method in the Data Access Layer can simply read the ObjectState property to perform corresponding inserts, updates and deletes.
I use Download code for this post here .
Not long ago my friend and colleague Richard Blewett wrote a blog post on Self-Tracking Entities in EF4, in which he questioned the service-orientation of Self-Tracking Entities
Tony and Zuzana's World
- Friday, February 19, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Paging with the Silverlight RIA services DomainDataSource
NET VB DevCenter Silverlight Data Access ASP.NET 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).
The Problem Solver
- Monday, April 27, 2009
-
Using Silverlight to Access WIF secured WCF Services
access policy (see here ).
You Again this service needs a client access policy for Silverlight cross domain calls.
Keep This topic comes up quite often recently – so I hope the title is search engine friendly.
Disclaimer: Disclaimer: At the time of this writing, the current version of Silverlight is v3
and and WIF is in beta 2.
www.leastprivilege.com
- Wednesday, October 28, 2009
-
Using the .NET Access Control Service with Geneva
NET Access Control Service yet – I can highly recommend
Justin did two talks about it at PDC:
Access Control Service
in .NET NET Services
Access Control Service
Drilldown
not issued by access control service" );
}
}
Security Token Handler
If you haven’t checked out the .NET it!
www.leastprivilege.com
- Thursday, December 11, 2008
-
Federating with Live ID (using the Access Control Service)
Another option would be to use the Access Control Service. This walkthrough uses the PDC bits of the ACS and Geneva framework to access Live
There are already a number of ways today how you can federate with the Live ID service
(e.g. using the Live
ID SDK , OpenID or WS-Federation ).
www.leastprivilege.com
- Sunday, December 28, 2008
-
Giving end users a list of all the SharePoint sites they have access to
end users for a list of all the SharePoint sites they have access to.
I’ve page, which you can access through a new menu item on the Welcome menu.
The all sites which you have access to " >
The Add site to treeview if user can access it or any of it's decendents:
When You’re running a medium sized SharePoint Farm you may often get requests from
end I’ve
The Black Knight Sings
- Sunday, April 26, 2009
-
Guide to Claims-based Identity and Access Control
RTM finally ;)
Book Book here .
Code Code here .
More More info here .
Enjoy!!!
Enjoy!!!
...Tags: Tags: IdentityMode
www.leastprivilege.com
- Friday, March 5, 2010
-
Hot Off the Presses: SOA Data Access!
I wrote an article for the December issue of MSDN Magazine, which has just hit the streets:
The title is: Flexible Data Access With LINQ To SQL And The Entity Framework , and you can download the accompanying code here .
Nevertheless, this represents just a small bit of metadata attached to each DTO as it travels from the client to the service, where it is interpreted by a Data Access Layer and persisted to a data store.
The purpose of the article is to provide a practical approach for developing real-world data-driven applications with either LINQ to SQL or the Entity Framework that use a layered, n-tier architecture.
Tony and Zuzana's World
- Thursday, December 4, 2008
|
|
|