Contents tagged with .NET 3.5
-
ADO.NET Data Services 1.5: projections.
Recently I’ve started discussion about ADO.NET Data Services 1.5. I spoke about main trends in this project. Now I want to say about some details. Here we will speak about possibilities to create projections of data in version 1.5 of ADO.NET Data Services.
-
Displaying of progress of downloading data in WCF services
Platform Windows Communication Foundation can be used not only for a simple operations call, but also for transfer of big parts of data (for example, files in some mbyte). Sometimes such scenarios are applicable and on slow channels. In this case an indicator of executing of operation (progress bar) is necessary.
-
Throttling in WCF
Here I want to give the main information which need to be known at setting of the service working with high load.
-
ADO.NET Data Services – what waits for us in the future
Approximately hardly there is more than year back we have seen a new services platform - ADO.NET Data Services. Its occurrence has marked the beginning of wide use of the REST-approach by many developers. At that time this platform was represented as the convenient tool for access to data through HTTP.
-
ADO.NET Data Services v.1.5 CTP2
Astoria team has released next CTP of ADO.NET Data Services 1.5. In comparison with previous release, CTP2 is really big work and we can observe now already that ADO.NET Data Services becomes even more powerful platform. As a whole it is visible, that development of Astoria is directed on more closer integration with Silverlight and .NET Framework 3.5 SP1.
-
VisualStateManager - how we can define user interface in WPF and Sliverlight
It is known, that technologies WPF and Silverlight allow to change appearance of the application essentially. However, as it is found out, it is far not all know as it it is possible to do conveniently.
-
Use together ADO.NET Data Services with SQL Compact
Yes, you were not mistaken, having read title. Now we will look how it is possible to work with data from SQL Compact using ADO.NET Data Services.
-
How I can define custom instance logic of data model in ADO.NET Data Services?
When we work with ADO.NET Data Services we reference data model via generic-parameter. Thus, instance of data context class it is created by infrastructure of ADO.NET Data Services. In this case ADO.NET Data Services use constructor without parameters.
-
ADO.NET Data Services и LINQ to SQL: continuation
Recently I wrote about what actions are necessary, that the LINQ-to-SQL data model could work together with ADO.NET Data Services. I wish to add this information with one important fact.
-
ADO.NET Data Services and LINQ-to-SQL
As a rule, ADO.NET Data Services works over ADO.NET Entity Framework data model. However, work with real projects (and customers:)) sometimes specifies to us other conditions. Frequently there is no necessity to use Entity Framework. And in this case we start to think of use LINQ-to-SQL as data model.