.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
Number of rows returned by a DataReader
User-408371289 posted Hi, Is there any way to know how many rows the data reader returns after executing a SQL statement? For now, I am doing the follwing: if ...Unanswered | 8 Replies | 7628 Views | Created by Anonymous - Monday, March 22, 2004 3:49 PM | Last reply by Anonymous - Thursday, June 24, 2021 10:24 AM -
0 Votes
Logging issue with X-Forwarded-For, wrong location
User-1714698417 posted I have a really strange issue with logging the x-forwarded-for header in IIS logs on a few particular servers. The log ...Unanswered | 11 Replies | 2661 Views | Created by Anonymous - Tuesday, May 11, 2021 2:58 PM | Last reply by Anonymous - Sunday, June 20, 2021 3:37 PM -
0 Votes
Can't migrate Entity Framework
add-migration FirstAppDemo but keeping <g class="gr_ gr_100 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar multiReplace" id="100" ...Unanswered | 8 Replies | 3541 Views | Created by Anonymous - Wednesday, July 25, 2018 4:57 PM | Last reply by Anonymous - Tuesday, June 15, 2021 3:24 PM -
0 Votes
Is there a way to get a link query to return a row from a table?
User2130491911 posted So I am trying to access a database table that has a field that I need to match and if there is a match I need to select data out a field in that table. ...Answered | 6 Replies | 2122 Views | Created by Anonymous - Friday, May 28, 2021 9:55 PM | Last reply by Anonymous - Wednesday, June 2, 2021 9:12 PM -
0 Votes
LINQ and Entity Framework errors
User-953209254 posted I have two tables in SQL database: Challenger (ChallengerID, FirstName, LastName, Email) Rank (RankID, ChallengerID, ...Unanswered | 5 Replies | 1340 Views | Created by Anonymous - Thursday, May 27, 2021 6:34 PM | Last reply by Anonymous - Tuesday, June 1, 2021 7:57 AM -
0 Votes
How to use Clause "IN"
!c.Id.Equals(0)).Select(c => c.Id).Distinct().ToList(); RequestEntityDataSource.Where = $"it.Company.Id IN ...Unanswered | 4 Replies | 1500 Views | Created by Anonymous - Friday, May 28, 2021 1:46 PM | Last reply by Anonymous - Tuesday, June 1, 2021 7:53 AM -
0 Votes
Sum and Case to linq
User956519895 posted Need help to convert sql to linq in c# SELECT SUM(CASE WHEN Evaluation.StatusId = 3 THEN 1 END)AS ...Unanswered | 1 Replies | 2360 Views | Created by Anonymous - Monday, May 31, 2021 2:05 PM | Last reply by Anonymous - Tuesday, June 1, 2021 5:59 AM -
0 Votes
listbox does not show the data
User34732094 posted public DataTable getCourses() { string ...Answered | 1 Replies | 1432 Views | Created by Anonymous - Monday, May 31, 2021 7:12 PM | Last reply by Anonymous - Tuesday, June 1, 2021 1:58 AM -
0 Votes
executeScalar method is giving error
User34732094 posted Hi All, public string execCount(string query) { ...Answered | 3 Replies | 1770 Views | Created by Anonymous - Sunday, May 30, 2021 10:44 PM | Last reply by Anonymous - Monday, May 31, 2021 6:03 PM -
0 Votes
UserPrincipal.SetPassword(password) not checking password history requirements policy
User-147917929 posted Hi I am working with Windows On-Prem AD and using classes from System.DirectoryServices.AccountManagement library having ...Unanswered | 4 Replies | 1095 Views | Created by Anonymous - Monday, May 24, 2021 4:06 PM | Last reply by Anonymous - Friday, May 28, 2021 3:14 PM -
0 Votes
Download for Advanced Logging for IIS 7/7.5 No Longer Available
User983087641 posted I have a few servers still running Windows 2008 R2 & IIS 7.5, & I need to add the x-forwarded-for field to my IIS logs. PowerShell's ...Unanswered | 3 Replies | 1235 Views | Created by Anonymous - Wednesday, May 26, 2021 8:06 PM | Last reply by Anonymous - Thursday, May 27, 2021 3:14 AM -
0 Votes
Walking into an antipattern? Fetching data multiple FKs many layers deep ...
User-146510594 posted Using SQL and EF Core, I need to efficiently fetch data scattered across many tables. There are ~50 tables, with many tables having multiple ...Unanswered | 6 Replies | 1445 Views | Created by Anonymous - Tuesday, May 25, 2021 4:06 PM | Last reply by Anonymous - Wednesday, May 26, 2021 9:21 AM -
0 Votes
EF Core 5.0.X Model Customizations - database first
User379720387 posted I am modernizing a 4.X aspnet app to Blazor Server/Wasm. In the original app I was using EF 6.4.X and a whole bunch ...Unanswered | 3 Replies | 1182 Views | Created by Anonymous - Saturday, May 22, 2021 4:35 PM | Last reply by Anonymous - Sunday, May 23, 2021 10:54 PM -
0 Votes
Editing SQL database items and Model Binding attributes?
User281366353 posted Problem: I want to update an SQL database record and not create a new database entry. The ASP.Net Core MVC application I am working on ...Answered | 1 Replies | 1344 Views | Created by Anonymous - Saturday, May 22, 2021 4:49 PM | Last reply by Anonymous - Saturday, May 22, 2021 5:26 PM -
0 Votes
Linq GroupBy and Sum - .First() could not be translated
User379720387 posted My data is owner, location, date, charge, payment, the plan is to get a list of owners, each having a location, and the Sum OwnerTotal (charge - ...Unanswered | 2 Replies | 5026 Views | Created by Anonymous - Thursday, May 20, 2021 4:32 PM | Last reply by Anonymous - Friday, May 21, 2021 2:41 AM -
0 Votes
Help retrieving columns from StoredProcedure using LINQ...
User-507786106 posted I need to retrieve data by using a stored Procedure using MVC LINQ. I need to retrieve two fields from the table. My method is a ...Answered | 1 Replies | 1117 Views | Created by Anonymous - Tuesday, May 18, 2021 12:31 PM | Last reply by Anonymous - Tuesday, May 18, 2021 1:52 PM -
0 Votes
Help with composing async Task<IEnumerable<variables>> .....
User-507786106 posted I must select distinct values from one column named YEAR from the database table. I MUST use async Task<IEnumerable<variables>> for this code ...Answered | 2 Replies | 1343 Views | Created by Anonymous - Monday, May 17, 2021 7:43 PM | Last reply by Anonymous - Monday, May 17, 2021 9:00 PM -
0 Votes
Scaffold common base class for all entities
User-1262787652 posted Creating ASP.NET 5 Core MVC application using Npgsql EF Core provider. Scaffold creates Poco classes like namespace MyDbContext ...Unanswered | 3 Replies | 1322 Views | Created by Anonymous - Monday, May 17, 2021 7:20 AM | Last reply by Anonymous - Monday, May 17, 2021 11:15 AM -
0 Votes
Seeding users using UserManger and Identify role class thinks its a static class
User-183185495 posted I am trying to seed users and permissions but no matter what I do I get the following error. But when you look below at my code not one ...Answered | 1 Replies | 980 Views | Created by Anonymous - Thursday, May 13, 2021 2:06 AM | Last reply by Anonymous - Thursday, May 13, 2021 6:39 AM -
0 Votes
EF Core, first query is slow, how to generate a precompile view to improve performance
User956626884 posted Hi, I am working on webapi 3.1 with entityframework core 3.16. I got about 180 entity that is slow with the first query. I read that ...Answered | 1 Replies | 1702 Views | Created by Anonymous - Thursday, May 6, 2021 6:13 PM | Last reply by Anonymous - Friday, May 7, 2021 8:09 AM - Items 1 to 20 of 143633 Next ›
.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!