WCF Data Services announcements
-
Link
-
Link
Over the weekend the ASP.NET team released a Microsoft Security Advisory about a security vulnerability found in ASP.NET:
http://www.microsoft.com/technet/security/advisory/2416728.mspx
The WCF Data Services team looked into the issue and don’t believe there is any additional exposure to the vulnerability beyond what is exposed by ASP.NET. However, if the WCF Data Service is hosted in ASP.NET, it is quite possible that the vulnerability is present. If any users use the ASP.Net encryption logic to hide sensitive information from the client and use that encrypted data to make decisions in the WCF Data Service, they can run into this issue. Below are few examples:
· If you use an encrypted cookie to make decisions to which database to connect in CreateDataSource method
· If you use an encrypted cookie to figure out whether the user is an admin rather than using RoleManager in the server
· If you use an encrypted cookie to apply business logic in change/query interceptors
For a complete description of the vulnerability, please read Scottgu’s post on the subject:
http://weblogs.asp.net/scottgu/archive/2010/09/18/important-asp-net-security-vulnerability.aspx
Andrew Conrad
WCF Data Services Development Lead
Microsoft Corp
-
Link
New to OData? Go to http://odata.org to learn the nuts and bolts of the protocol, see who is using it today, and learn the scenarios that drove the creation of the protocol.
-
Link
The WCF Data Services team is beginning to explore improvements and new features for our next release. As part of this process, it’s critical that we hear your feedback, as it helps us ensure that what we build actually meets your requirements in real-world scenarios. To enable this we’ve launched a new site that will allow you to interact more directly with the development team and provide input: http://dataservices.mswish.net .
The site’s pretty simple and self-explanatory – you can add a new feature request or vote for feature requests that are already there. We hope you’ll try it out and vote on the features you most want to see added. Finally, as features move from ideas into actual development we’ll post our thoughts and ideas to the team blog at http://blogs.msdn.com/astoriateam
-Mike Flasko
Lead Program Manager, Microsoft
Reactive Extensions (Rx) announcements
-
Link
Has your interest in Rx piqued because of the recent open sourcing (http://rx.codeplex.com/)?
Do you want to want a first-person account of the history and design philosophy of Rx?
What about some pair programming with Dr Rebcabin http://rebcabin.wordpress.com/?
Or hear about using Rx in the real world from our special guest TheMechanicalBride (http://themechanicalbride.blogspot.com/2009/07/introducing-rx-linq-to-events.html, http://www.yowconference.com.au/general/details.html?speakerId=3541), the longest living Rx user on the planet?
.....
Then, sign up for the Rx tutorials at YOW!
http://www.yowconference.com.au/general/registration.html -
Link
Here is your chance to learn Rx and interact with @headinthebox and@xpaulbettsx (the co-author of the gentle Category Theory-free introduction to Rx and LINQ) http://qconsf.com/sf2012/presentations/show_presentation.jsp?oid=4602. We'll make the course super hands-on and try to answer all your questions.
If you sign up using discount code "meij100", we will take you out for drinks afterwards so you can even ask more questions.
Looking forward to see many of the Rx users in person.
-
Link
Reactive Extensions (Rx) is a library available for .NET and developers, used to compose event-based programs using observable sequences and LINQ-style query operators. Visit the Rx product website to download the bits, read more details and watch in depth videos about the technology.
Feel free to post any questions regarding Rx on this forum.
-
Link
We're thrilled to announce the availability of Reactive Extensions v2.0 for the following platforms:
- .NET Framework 4
- .NET Framework 4.5
- .NET Framework 4.5 for Windows Store apps
- Silverlight 5
- Windows Phone 7.5
You can download the SDK installer from the Download Center or use NuGet to install the packages.
More information about the release can be found in this blog post.
-
Link
We're happy to announce the first official release of Reactive Extensions v1.0 Stable and the latest release of v1.1 Experimental:
- Reactive Extensions v1.0.10621 SP1 Stable Release
- This is our official v1.0 product release, including the first Service Pack. How exciting is that?
- Reactive Extensions v1.1.11111 Experimental Release
- This is where we continue to experiment with new ideas. Stay tuned for more...
- Reactive Extensions v1.0.10621 SP1 Stable Release
-
0 Votes
Entity Framework Code First: cascade on update
Hallo, is there a better possibility to turn 'cascade on update' on for a foreignkey-relationship than doing it per script (e.g. as does WillCascadeOnDelete(true) for 'cascade on ...Answered | 4 Replies | 7115 Views | Created by Felix Liebrecht - Monday, July 21, 2014 8:25 PM | Last reply by Amir Abolhasani - Saturday, October 31, 2020 12:03 PM -
0 Votes
entity dynamic proxies "xxxx"
Hi all, I have always inserted my edmx file (DB first approach) and then added my partial classes to extend the methods. In this way I also browse the ...Answered | 3 Replies | 715 Views | Created by duppino - Monday, October 26, 2020 8:08 AM | Last reply by DA924x - Tuesday, October 27, 2020 3:40 PM -
0 Votes
Visual Basic app - full list of tables
Hi, I am using VS 2005 (VB.NET). My app. is using an Access db in the background. When I'm connected to the DB, I would like to display a full list of the tables in a ...Unanswered | 1 Replies | 412 Views | Created by mersei seid - Sunday, October 25, 2020 8:53 PM | Last reply by Karl Hinteregger - Sunday, October 25, 2020 9:27 PM -
0 Votes
Sorting the text data
Hi I have a column in which the data is in string format shown in below image ( Column A). The out put should be sorted from lower to bottom with space in between. ( i.e 102 ...Unanswered | 4 Replies | 515 Views | Created by Fareed37 - Wednesday, October 21, 2020 6:13 PM | Last reply by Viorel_ - Friday, October 23, 2020 4:21 PM -
0 Votes
Netezza + bucketing
Hi Good day!! I have below wo tables and having respective orders. need an output as per the right output table. Kindly help in getting the output. I have ...Unanswered | 1 Replies | 451 Views | Created by Fareed37 - Thursday, October 22, 2020 9:44 AM | Last reply by Daniel_Zhang-MSFT - Friday, October 23, 2020 8:49 AM -
1 Votes
BeginScope Usage on EF Core DbContext
Hi, I would like to ask if it is possible to use logging scopes (via BeginScope) while DbContext operations logging. Operations are logged correctly but the scope is lost (only for ...Unanswered | 1 Replies | 407 Views | Created by Michal82 - Thursday, October 22, 2020 1:41 PM | Last reply by Daniel_Zhang-MSFT - Friday, October 23, 2020 6:24 AM -
0 Votes
derive buckets from different date fields
Hi, I have around 4 different columns with dates in it and these columns are string/varchar data types.. need to derive a column from these 4 fields call it as ...Unanswered | 1 Replies | 352 Views | Created by SQLServerRaj - Thursday, October 22, 2020 4:00 PM | Last reply by Daniel_Zhang-MSFT - Friday, October 23, 2020 3:01 AM -
2 Votes
CROSS/OUTER APPLY - Still a problem in RTM?
I keep getting a "OUTER APPLY not supported by Oracle" exception when including certain relationships in my queries with EF RTM.When I google it, I can see that EF BETA 3 had the same ...Unanswered | 32 Replies | 17845 Views | Created by Troels Larsen - Thursday, December 11, 2008 2:34 PM | Last reply by Rene Pilon - Thursday, October 22, 2020 1:23 PM -
2 Votes
Many to Many tables relationship LINQ
Let's say that I have three tables: CategoriesSubCategoriesCategories_SubCategories (including many to many relationships within the previous tables) Like the ...Unanswered | 4 Replies | 601 Views | Created by Claudio M. E. Bastos Iorio - Monday, October 12, 2020 7:42 AM | Last reply by Daniel_Zhang-MSFT - Monday, October 19, 2020 1:05 AM -
0 Votes
creating database
Hello, I use following command to create database CREATE DATABASE [MEDWSL] ON (NAME = N'MEDWSL', FILENAME = N'C:\ICMSDATA\MEDWSL.MDF' , SIZE = 2, FILEGROWTH ...Unanswered | 1 Replies | 389 Views | Created by Tariq Iftikhar - Friday, October 16, 2020 6:58 PM | Last reply by Viorel_ - Saturday, October 17, 2020 8:22 AM -
0 Votes
The 'IBMDADB2' provider is not registered on the local machine.
Hi Experts, Need you help on this I am trying to migrate an application from Windows Server 2003 (32 Bit), IIS 6 to Windows Server 2008 R2 (64 Bit), IIS ...Answered | 5 Replies | 9032 Views | Created by Hari Babuu - Thursday, July 10, 2014 9:23 AM | Last reply by tsaib - Friday, October 16, 2020 6:23 PM -
1 Votes
Date - Netezza ---SQL Query
Logic is nvl(Actual end_date, End date)> Todays date -->then in_business ELSE Out of business. For IN_Business ...Answered | 4 Replies | 635 Views | Created by Fareed37 - Tuesday, October 13, 2020 10:45 PM | Last reply by Fareed37 - Thursday, October 15, 2020 5:38 AM -
0 Votes
Duplicated values
Hi guys, I'm developing a web application using entity framework. I need do a select and pass values for a Ilist but return duplicated ...Proposed | 1 Replies | 444 Views | Created by D3POD - Wednesday, October 14, 2020 12:51 PM | Last reply by DA924x - Thursday, October 15, 2020 5:00 AM -
1 Votes
Transact SQL with ASP.Net app. Notification email
I am using the below code in a trigger. Everything works fine except I need to separate the lines. The email looks like this when it hits the inbox: The 5081 is actually the id of ...Answered | 8 Replies | 613 Views | Created by webdesignernotcoder - Monday, October 12, 2020 5:07 PM | Last reply by webdesignernotcoder - Wednesday, October 14, 2020 1:11 PM -
4 Votes
Netezza Query (M+S+T)
Hi All, I am using netezza as a database to run my queries, i have below input ( highlighted in Green) basted on the following ...Answered | 6 Replies | 651 Views | Created by Fareed37 - Friday, October 9, 2020 3:11 AM | Last reply by Daniel_Zhang-MSFT - Monday, October 12, 2020 8:11 AM -
12 Votes
Mobile +SIM ( SQL QUERY)
5 Mobiles & 3 SIMS O/p I need is Mobile count -- 2, Mobile + SIM -- 3, SIM -- 0 Customer 2 ---> 2 Mobiles & 3 SIMS O/p I need is Mobile Count --0, Mobile +SIM ...Answered | 9 Replies | 702 Views | Created by Fareed37 - Wednesday, October 7, 2020 3:36 AM | Last reply by Fareed37 - Friday, October 9, 2020 2:45 AM -
2 Votes
How to exclude 2 tables out of 120 tables in EF Core DB First approach
How to exclude 2 tables out of 120 tables because those two tables are not going to use in my application and those two tables do not have primary key that is why it is throwing an ...Answered | 14 Replies | 2194 Views | Created by Shravan Sangishetti - Monday, January 13, 2020 7:41 PM | Last reply by Florin-Constantin Ciubotariu - Wednesday, October 7, 2020 10:14 AM -
0 Votes
SQL SERVER 2012 T-SQL
Hi, Please provide me the query to get output from the below table. Table: 1 abc ...Proposed | 1 Replies | 436 Views | Created by nrajeshkumars - Tuesday, October 6, 2020 6:14 AM | Last reply by Viorel_ - Tuesday, October 6, 2020 10:43 AM -
0 Votes
ODAC with vs2019 and oracle 11g
Could you help please.... I want to create edmx to my asp.net web application entityframework project from Oracle database... I am using Microsoft ... -
0 Votes
Stored Procedure Mapping Result Column Binding
Using a simple insert stored procedure with the output parameter SELECT SCOPE_IDENTITY() AS Id allows me to map the Id field in the Result Column Binding on the associated C# entity's Insert Function ...Unanswered | 1 Replies | 543 Views | Created by jamesdbrown79 - Thursday, October 1, 2020 12:55 PM | Last reply by Daniel_Zhang-MSFT - Friday, October 2, 2020 6:51 AM - Items 1 to 20 of 51785 Next ›
WCF Data Services announcements
-
Link
-
Link
Over the weekend the ASP.NET team released a Microsoft Security Advisory about a security vulnerability found in ASP.NET:
http://www.microsoft.com/technet/security/advisory/2416728.mspx
The WCF Data Services team looked into the issue and don’t believe there is any additional exposure to the vulnerability beyond what is exposed by ASP.NET. However, if the WCF Data Service is hosted in ASP.NET, it is quite possible that the vulnerability is present. If any users use the ASP.Net encryption logic to hide sensitive information from the client and use that encrypted data to make decisions in the WCF Data Service, they can run into this issue. Below are few examples:
· If you use an encrypted cookie to make decisions to which database to connect in CreateDataSource method
· If you use an encrypted cookie to figure out whether the user is an admin rather than using RoleManager in the server
· If you use an encrypted cookie to apply business logic in change/query interceptors
For a complete description of the vulnerability, please read Scottgu’s post on the subject:
http://weblogs.asp.net/scottgu/archive/2010/09/18/important-asp-net-security-vulnerability.aspx
Andrew Conrad
WCF Data Services Development Lead
Microsoft Corp
-
Link
New to OData? Go to http://odata.org to learn the nuts and bolts of the protocol, see who is using it today, and learn the scenarios that drove the creation of the protocol.
-
Link
The WCF Data Services team is beginning to explore improvements and new features for our next release. As part of this process, it’s critical that we hear your feedback, as it helps us ensure that what we build actually meets your requirements in real-world scenarios. To enable this we’ve launched a new site that will allow you to interact more directly with the development team and provide input: http://dataservices.mswish.net .
The site’s pretty simple and self-explanatory – you can add a new feature request or vote for feature requests that are already there. We hope you’ll try it out and vote on the features you most want to see added. Finally, as features move from ideas into actual development we’ll post our thoughts and ideas to the team blog at http://blogs.msdn.com/astoriateam
-Mike Flasko
Lead Program Manager, Microsoft
Reactive Extensions (Rx) announcements
-
Link
Has your interest in Rx piqued because of the recent open sourcing (http://rx.codeplex.com/)?
Do you want to want a first-person account of the history and design philosophy of Rx?
What about some pair programming with Dr Rebcabin http://rebcabin.wordpress.com/?
Or hear about using Rx in the real world from our special guest TheMechanicalBride (http://themechanicalbride.blogspot.com/2009/07/introducing-rx-linq-to-events.html, http://www.yowconference.com.au/general/details.html?speakerId=3541), the longest living Rx user on the planet?
.....
Then, sign up for the Rx tutorials at YOW!
http://www.yowconference.com.au/general/registration.html -
Link
Here is your chance to learn Rx and interact with @headinthebox and@xpaulbettsx (the co-author of the gentle Category Theory-free introduction to Rx and LINQ) http://qconsf.com/sf2012/presentations/show_presentation.jsp?oid=4602. We'll make the course super hands-on and try to answer all your questions.
If you sign up using discount code "meij100", we will take you out for drinks afterwards so you can even ask more questions.
Looking forward to see many of the Rx users in person.
-
Link
Reactive Extensions (Rx) is a library available for .NET and developers, used to compose event-based programs using observable sequences and LINQ-style query operators. Visit the Rx product website to download the bits, read more details and watch in depth videos about the technology.
Feel free to post any questions regarding Rx on this forum.
-
Link
We're thrilled to announce the availability of Reactive Extensions v2.0 for the following platforms:
- .NET Framework 4
- .NET Framework 4.5
- .NET Framework 4.5 for Windows Store apps
- Silverlight 5
- Windows Phone 7.5
You can download the SDK installer from the Download Center or use NuGet to install the packages.
More information about the release can be found in this blog post.
-
Link
We're happy to announce the first official release of Reactive Extensions v1.0 Stable and the latest release of v1.1 Experimental:
- Reactive Extensions v1.0.10621 SP1 Stable Release
- This is our official v1.0 product release, including the first Service Pack. How exciting is that?
- Reactive Extensions v1.1.11111 Experimental Release
- This is where we continue to experiment with new ideas. Stay tuned for more...
- Reactive Extensions v1.0.10621 SP1 Stable Release