.NET Framework Class Libraries announcements
-
Link
ASP.NET Questions are off-topic in .NET Base class library, and will be moved to the Off-Topic forum when posted. Please ask questions relating to ASP.NET at the ASP.NET Forums.
.NET Framework inside SQL Server announcements
-
Link
This forum covers questions regarding .NET assemblies and database objects running as part of SQL Server including user-defined types, user-defined aggregates, UDFs, triggers, and stored procedures implemented in .NET code. supported by SQL Server 2005 and later versions. Other questions regarding SQL Server database access and other related technologies should be directed to the most appropriate forum to obtain the best response.
Questions on SQL Server .NET Client (SqlClient) data access should be posted to the ADO.NET data provider forum: http://social.msdn.microsoft.com/Forums/en-US/adodotnetdataproviders/threads
Questions on using SQL Server with ASP.NET should be posted to the ASP.NET forums: http://forums.asp.net/
Questions on writing Transact-SQL code, including T-SQL stored procedures, UDFs, and triggers: http://social.technet.microsoft.com/Forums/en-US/transactsql/threads
Questions on installation problems pertaining to .NET installations should be posted to the SQL Server Setup and Upgrade forum: http://social.technet.microsoft.com/Forums/en-US/sqlsetupandupgrade/threads
Questions on problems using SQL Server Data Tools: http://social.technet.microsoft.com/Forums/en-US/sqltools/threads
Questions on using other Data Access APIs (e.g. ODBC, OLE DB): http://social.technet.microsoft.com/Forums/en-US/sqldataaccess/threads
Questions on writing code for SQL Server Compact Edition: http://social.technet.microsoft.com/Forums/en-US/sqlce/threads
Questions on SQL Server Express-specific issues: http://social.technet.microsoft.com/Forums/en-US/sqlexpress/threads
Questions that are off-topic in this forum may be moved to one of the other, more relevent, forums to ensure the best, most prompt response and facilitate forum-specific searchng for similar questions that have already been resolved.
.NET Native Preview announcements
-
Link
.NET Native compiles C# to native machine code that performs like C++. You will continue to benefit from the productivity and familiarity of the .NET Framework with the great performance of native code. Popular Windows Store apps start up to 60% faster and use 15-20% less memory when compiled with .NET Native.
Useful resources for .NET Native
Download .NET Native Developer Preview and general resources:
http://go.microsoft.com/fwlink/?LinkID=394990MSDN Documentation for .NET Native:
http://go.microsoft.com/fwlink/?LinkID=392862General .NET announcements:
http://blogs.msdn.com/b/dotnet
Ad Revenue, Payout & Taxes announcements
-
Link
Please be advised that in an effort to provide a more unified Dev Center experience the ads-in-apps forums have been moved as of August 01, 2016 into the same location housing the other Dev Center forums.
If you already have links to the forums for App/Ad Unit Management, Promote Your App, and AdSDK they should continue to work. The Payout and Reporting forums have been combined and content migrated with the Dev Center Payout and Reporting Forum. All of the original posts and replies still remain and can be found in the new locations.If you have any specific questions regarding the forum migration please contact support via the Dev Center Support Portal.
ADO.NET Entity Framework and LINQ to Entities (Pre-Release) announcements
-
Link
This Entity Framework Pre-Release forum is closed.
We are seeing a lot of great Entity Framework questions (and answers) from the community on Stack Overflow. As a result, our team is going to spend more time reading and answering questions posted on Stack Overflow.
We would encourage you to post questions on Stack Overflow using the entity-framework tag. We will also continue to monitor the Entity Framework forum.
Entity Framework Team
ADO.NET Managed Providers announcements
-
Link
We view your organization as a key stakeholder in the process that we have to identify areas for future investments for SQL Connectivity components that address major development platforms, including ODBC, ADO.NET, JDBC and PHP. The feedback you provide is valuable and each response will be read and will be treated with utmost confidence. The survey can be found in the link below and will be available until 9th September, 2011 5:00 PM PST. http://www.zoomerang.com/Survey/WEB22CS45XT9FE/.
Thanks
Raghu Ram
SQL Connectivity Group Program Manager
Announcements for all Forums announcements
-
Link
This is an announcements forum, intended for the forums team to communicate important news to all Forums users. Please do not post here unless you have reason to make an announcement. While we appreciate all of the smoke-testing while these forums are new, we respectfully request that you do that in the Sandbox forums for any of the brands.
Thanks for using the new Forums!
-
0 Votes
The instance of entity type cannot be tracked because another instance with the same key value for {'ID'} is already being tracked.
User-1824785574 posted The instance of entity type 'Table' cannot be tracked because another instance with the same key value for {'Id'} is already being tracked. When attaching ...Unanswered | 1 Replies | 14733 Views | Created by Anonymous - Saturday, May 1, 2021 8:42 PM | Last reply by Anonymous - Saturday, May 1, 2021 9:41 PM -
0 Votes
Convert linq to sql query
x.boxId == boxId) .Include(x => x.boxItem).ThenInclude(x => x.boxItemGen) .Include(x => x.boxItem).ThenInclude(x => x.boxItemQ).ThenInclude(x => ...Answered | 2 Replies | 9884 Views | Created by Anonymous - Tuesday, April 27, 2021 9:23 PM | Last reply by Anonymous - Wednesday, April 28, 2021 2:06 AM -
0 Votes
issues in defining relationship between entities in EntityFramework core code first
User1838940990 posted Hi Aall, I am completely new to Entity framework, working on sample app. Following the .entity framework CodeFirst ...Unanswered | 2 Replies | 699 Views | Created by Anonymous - Monday, April 19, 2021 4:15 AM | Last reply by Anonymous - Thursday, April 22, 2021 7:15 AM -
0 Votes
Sorting SQL Adapter
User-148726852 posted Hi, I have this SQL adapter taking an id from a previous page but i want to be able to sort it by the Year field any ...Unanswered | 3 Replies | 437 Views | Created by Anonymous - Sunday, April 18, 2021 12:27 AM | Last reply by Anonymous - Sunday, April 18, 2021 10:03 AM -
0 Votes
Member AutoSync failure from LINQ
User-866306878 posted My application generated the following error message recently System.InvalidOperationException: Member AutoSync failure. ...Unanswered | 2 Replies | 554 Views | Created by Anonymous - Friday, January 15, 2016 7:53 AM | Last reply by Anonymous - Friday, April 16, 2021 8:08 AM -
0 Votes
How to use async scaffold and compile
User-1262787652 posted ASP.NET 5 MVC Core application uses EF Core Npgsql runtime scaffold and Roslyn compile to different versions of EF Code DbContext ...Unanswered | 7 Replies | 520 Views | Created by Anonymous - Monday, April 5, 2021 7:34 AM | Last reply by Anonymous - Monday, April 5, 2021 8:16 PM -
0 Votes
Linq - does not contain a definition for 'Contains'
User379720387 posted I have an array of ServiceGrid items called services, the relevant properties are shown below: svcId / svcName / svcBillingRate 5 / ...Answered | 3 Replies | 1199 Views | Created by Anonymous - Wednesday, March 31, 2021 2:38 AM | Last reply by Anonymous - Wednesday, March 31, 2021 5:44 PM -
0 Votes
Capture Redirects URLs
User-1552835106 posted We are using the URL Rewrite module to handle a bunch of redirects. We would like to track which ones are actually being used still so we can get ...Unanswered | 6 Replies | 759 Views | Created by Anonymous - Friday, March 5, 2021 1:03 PM | Last reply by Anonymous - Thursday, March 25, 2021 8:58 AM -
0 Votes
Using EF Core entity if child view also exists throws error
User-1262787652 posted ASP.NET 5 MVC Shopping cart application uses EF Core with Npgsql data provider. Database contains products ...Unanswered | 7 Replies | 1132 Views | Created by Anonymous - Tuesday, March 23, 2021 6:24 PM | Last reply by Anonymous - Wednesday, March 24, 2021 10:52 AM -
0 Votes
Getting data from Stored procedure that returns multiple result sets using Entity Framework in MVC
User-173333858 posted I am rebuilding a project in MVC using Entity Framework, which was originally built using web forms. One of the pages needs 'Employee Details' that are spread ...Answered | 5 Replies | 753 Views | Created by Anonymous - Friday, March 5, 2021 9:35 PM | Last reply by Anonymous - Tuesday, March 16, 2021 7:39 PM -
0 Votes
adding additional fields to EF dataset in View and submitting
User-173333858 posted I am new to MVC, EF. My MVC project has a view that displays data that I get via EF. So, that model subset is already created. But after the user sees this ...Unanswered | 2 Replies | 298 Views | Created by Anonymous - Tuesday, March 16, 2021 1:48 PM | Last reply by Anonymous - Tuesday, March 16, 2021 7:29 PM -
0 Votes
how to calculate time taken by cmd.ExecuteReader.
User2102072086 posted hi, I have sqlserver 2019 and asp.net 2019 and iis 7 on the same machine. What I have noticed is a stored procedure ...Unanswered | 4 Replies | 383 Views | Created by Anonymous - Tuesday, March 16, 2021 8:14 AM | Last reply by Anonymous - Tuesday, March 16, 2021 9:06 AM -
0 Votes
Null Reference Exception
User-960441985 posted Hi, Hi, I am working on ArcObjects using Visual Studio 2015. I am connecting 'sql server' connection and getting ...Unanswered | 2 Replies | 727 Views | Created by Anonymous - Thursday, March 11, 2021 5:21 AM | Last reply by Anonymous - Monday, March 15, 2021 4:14 AM -
0 Votes
Razor pages and database with a specific schema
User1778916669 posted Hi, I'm building an application for already existing DB. Within a DB there are several schemas eg: dbo Production, Purchasing, ... ...Answered | 4 Replies | 489 Views | Created by Anonymous - Thursday, March 4, 2021 9:32 AM | Last reply by Anonymous - Friday, March 12, 2021 8:30 AM -
0 Votes
Linq FromSqlRaw - Data is Null. - Comments Field Varchar Null
User-893002196 posted Hi All, I got this; var result = _context.Set<spCallResult>().FromSqlRaw("exec ...Answered | 1 Replies | 1538 Views | Created by Anonymous - Thursday, March 11, 2021 5:01 PM | Last reply by Anonymous - Thursday, March 11, 2021 6:38 PM -
0 Votes
JSON_Value error: The argument 2 of the “JSON_VALUE or JSON_QUERY” must be a string literal (SQL 2016)
User-1188570427 posted Hello, I'm seeing this error when running the code on SQL 2016. On SQL 2017 it works fine. Argument 2 of the ...Answered | 2 Replies | 1769 Views | Created by Anonymous - Saturday, March 6, 2021 4:12 AM | Last reply by Anonymous - Monday, March 8, 2021 2:24 PM -
0 Votes
How to generate a .txt file with pipe delimited in C# using Access DB
User-234668695 posted Hello everyone. I want to generate a .txt file using an Access database in C# but I don't know how. I want to generate it ...Unanswered | 2 Replies | 2350 Views | Created by Anonymous - Sunday, March 7, 2021 12:13 AM | Last reply by Anonymous - Monday, March 8, 2021 1:16 AM -
0 Votes
Import a CSV to Access
User1997074450 posted I need to import CSV to Access. My first field is an ID with leading zeros. It drops the leading ...Answered | 2 Replies | 634 Views | Created by Anonymous - Thursday, March 4, 2021 8:05 PM | Last reply by Anonymous - Friday, March 5, 2021 12:33 AM -
0 Votes
Is EF STILL slower than ADO.NET and DAPPER ?
User192755008 posted Hello. Anyone done any benchmarking recently, is EF Core STILL slower than ADO.NET and DAPPER like the analysis done in this article ? ...Answered | 3 Replies | 2783 Views | Created by Anonymous - Monday, March 1, 2021 7:20 AM | Last reply by Anonymous - Monday, March 1, 2021 7:22 PM -
0 Votes
It's 2021, why would you use ADO.NET and Dapper (SQLish styles) over EF ?
User192755008 posted So, we are well into 2021 and I am curious to see in what scenarios you would prefer to use ADO.NET and Dapper (SQLish styles) over EF. Short case ...Answered | 2 Replies | 570 Views | Created by Anonymous - Monday, March 1, 2021 7:03 AM | Last reply by Anonymous - Monday, March 1, 2021 5:02 PM
.NET Framework Class Libraries announcements
-
Link
ASP.NET Questions are off-topic in .NET Base class library, and will be moved to the Off-Topic forum when posted. Please ask questions relating to ASP.NET at the ASP.NET Forums.
.NET Framework inside SQL Server announcements
-
Link
This forum covers questions regarding .NET assemblies and database objects running as part of SQL Server including user-defined types, user-defined aggregates, UDFs, triggers, and stored procedures implemented in .NET code. supported by SQL Server 2005 and later versions. Other questions regarding SQL Server database access and other related technologies should be directed to the most appropriate forum to obtain the best response.
Questions on SQL Server .NET Client (SqlClient) data access should be posted to the ADO.NET data provider forum: http://social.msdn.microsoft.com/Forums/en-US/adodotnetdataproviders/threads
Questions on using SQL Server with ASP.NET should be posted to the ASP.NET forums: http://forums.asp.net/
Questions on writing Transact-SQL code, including T-SQL stored procedures, UDFs, and triggers: http://social.technet.microsoft.com/Forums/en-US/transactsql/threads
Questions on installation problems pertaining to .NET installations should be posted to the SQL Server Setup and Upgrade forum: http://social.technet.microsoft.com/Forums/en-US/sqlsetupandupgrade/threads
Questions on problems using SQL Server Data Tools: http://social.technet.microsoft.com/Forums/en-US/sqltools/threads
Questions on using other Data Access APIs (e.g. ODBC, OLE DB): http://social.technet.microsoft.com/Forums/en-US/sqldataaccess/threads
Questions on writing code for SQL Server Compact Edition: http://social.technet.microsoft.com/Forums/en-US/sqlce/threads
Questions on SQL Server Express-specific issues: http://social.technet.microsoft.com/Forums/en-US/sqlexpress/threads
Questions that are off-topic in this forum may be moved to one of the other, more relevent, forums to ensure the best, most prompt response and facilitate forum-specific searchng for similar questions that have already been resolved.
.NET Native Preview announcements
-
Link
.NET Native compiles C# to native machine code that performs like C++. You will continue to benefit from the productivity and familiarity of the .NET Framework with the great performance of native code. Popular Windows Store apps start up to 60% faster and use 15-20% less memory when compiled with .NET Native.
Useful resources for .NET Native
Download .NET Native Developer Preview and general resources:
http://go.microsoft.com/fwlink/?LinkID=394990MSDN Documentation for .NET Native:
http://go.microsoft.com/fwlink/?LinkID=392862General .NET announcements:
http://blogs.msdn.com/b/dotnet
Ad Revenue, Payout & Taxes announcements
-
Link
Please be advised that in an effort to provide a more unified Dev Center experience the ads-in-apps forums have been moved as of August 01, 2016 into the same location housing the other Dev Center forums.
If you already have links to the forums for App/Ad Unit Management, Promote Your App, and AdSDK they should continue to work. The Payout and Reporting forums have been combined and content migrated with the Dev Center Payout and Reporting Forum. All of the original posts and replies still remain and can be found in the new locations.If you have any specific questions regarding the forum migration please contact support via the Dev Center Support Portal.
ADO.NET Entity Framework and LINQ to Entities (Pre-Release) announcements
-
Link
This Entity Framework Pre-Release forum is closed.
We are seeing a lot of great Entity Framework questions (and answers) from the community on Stack Overflow. As a result, our team is going to spend more time reading and answering questions posted on Stack Overflow.
We would encourage you to post questions on Stack Overflow using the entity-framework tag. We will also continue to monitor the Entity Framework forum.
Entity Framework Team
ADO.NET Managed Providers announcements
-
Link
We view your organization as a key stakeholder in the process that we have to identify areas for future investments for SQL Connectivity components that address major development platforms, including ODBC, ADO.NET, JDBC and PHP. The feedback you provide is valuable and each response will be read and will be treated with utmost confidence. The survey can be found in the link below and will be available until 9th September, 2011 5:00 PM PST. http://www.zoomerang.com/Survey/WEB22CS45XT9FE/.
Thanks
Raghu Ram
SQL Connectivity Group Program Manager
Announcements for all Forums announcements
-
Link
This is an announcements forum, intended for the forums team to communicate important news to all Forums users. Please do not post here unless you have reason to make an announcement. While we appreciate all of the smoke-testing while these forums are new, we respectfully request that you do that in the Sandbox forums for any of the brands.
Thanks for using the new Forums!