Click here to Skip to main content
15,887,485 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionMultiple file selection issue in v3.5 Pin
Aniiil30-Jul-15 2:04
Aniiil30-Jul-15 2:04 
SuggestionRe: Multiple file selection issue in v3.5 Pin
Richard MacCutchan30-Jul-15 4:38
mveRichard MacCutchan30-Jul-15 4:38 
QuestionFiltering selections Pin
Member 1187104228-Jul-15 23:17
Member 1187104228-Jul-15 23:17 
AnswerRe: Filtering selections Pin
Richard MacCutchan29-Jul-15 0:43
mveRichard MacCutchan29-Jul-15 0:43 
QuestionWhy is it that Metro style apps do not include "Imports System.Data.SqlClient"? Pin
Ray Raymos26-Jul-15 0:00
Ray Raymos26-Jul-15 0:00 
SuggestionRe: Why is it that Metro style apps do not include "Imports System.Data.SqlClient"? Pin
Richard MacCutchan26-Jul-15 1:24
mveRichard MacCutchan26-Jul-15 1:24 
GeneralRe: Why is it that Metro style apps do not include "Imports System.Data.SqlClient"? Pin
Afzaal Ahmad Zeeshan26-Jul-15 2:30
professionalAfzaal Ahmad Zeeshan26-Jul-15 2:30 
AnswerRe: Why is it that Metro style apps do not include "Imports System.Data.SqlClient"? Pin
Afzaal Ahmad Zeeshan26-Jul-15 2:30
professionalAfzaal Ahmad Zeeshan26-Jul-15 2:30 
System.Data.SqlClient is a part of .NET framework, Metro applications are built over Windows Runtime. Read this: SqlClient is a part of .NET framework[^].

Open the references tab, and look for .NET for Windows Store apps. You will see that System.Data namespace (or System.Data.SqlClient namespace) is not available for use in Windows Store applications. Because, all of them require a separate framework, .NET framework and thus kills the purpose of Windows Runtime to be used.

Here are a few threads that might help you in understanding the feedback for such actions. Programmers are raising their voices for getting System.Data namespace in Metro style apps. Smile | :)

https://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2759791-make-system-data-available-to-metro-style-apps[^]
http://stackoverflow.com/questions/11947078/retrieving-data-from-sql-using-c-sharp-metro-app[^]
https://social.msdn.microsoft.com/Forums/windowsapps/en-US/e9cdd75d-03e4-4577-988e-4c02a52e3f50/sql-database-support-in-metro-style-app?forum=winappswithcsharp[^]
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

QuestionHow to find which DIV is selected and get selected DIV element values in jquery Pin
sr15924-Jul-15 0:37
sr15924-Jul-15 0:37 
AnswerRe: How to find which DIV is selected and get selected DIV element values in jquery Pin
Pete O'Hanlon24-Jul-15 1:03
mvePete O'Hanlon24-Jul-15 1:03 
Questioncheck data prior to insert Pin
Member 1185289422-Jul-15 8:04
Member 1185289422-Jul-15 8:04 
AnswerRe: check data prior to insert Pin
Michael_Davies22-Jul-15 8:41
Michael_Davies22-Jul-15 8:41 
AnswerRe: check data prior to insert Pin
Daniel Pfeffer22-Jul-15 9:23
professionalDaniel Pfeffer22-Jul-15 9:23 
QuestionJoining Multiple Tables SQL Query Problem Pin
ratchoy01021-Jul-15 22:16
ratchoy01021-Jul-15 22:16 
AnswerRe: Joining Multiple Tables SQL Query Problem Pin
Richard Deeming22-Jul-15 1:04
mveRichard Deeming22-Jul-15 1:04 
GeneralRe: Joining Multiple Tables SQL Query Problem Pin
ratchoy01022-Jul-15 4:07
ratchoy01022-Jul-15 4:07 
GeneralRe: Joining Multiple Tables SQL Query Problem Pin
Dave Kreskowiak22-Jul-15 4:55
mveDave Kreskowiak22-Jul-15 4:55 
GeneralRe: Joining Multiple Tables SQL Query Problem Pin
Richard Deeming22-Jul-15 7:38
mveRichard Deeming22-Jul-15 7:38 
QuestionIs it possible to add Custom Suggestions to google.maps.places.Autocomplete Pin
sr15915-Jul-15 23:59
sr15915-Jul-15 23:59 
AnswerRe: Is it possible to add Custom Suggestions to google.maps.places.Autocomplete Pin
Dave Kreskowiak17-Jul-15 3:58
mveDave Kreskowiak17-Jul-15 3:58 
QuestionAsp.net front and back end confusion! Pin
George Tourtsinakis10-Jul-15 5:06
George Tourtsinakis10-Jul-15 5:06 
AnswerRe: Asp.net front and back end confusion! Pin
Pete O'Hanlon10-Jul-15 5:28
mvePete O'Hanlon10-Jul-15 5:28 
GeneralRe: Asp.net front and back end confusion! Pin
George Tourtsinakis12-Jul-15 3:59
George Tourtsinakis12-Jul-15 3:59 
GeneralRe: Asp.net front and back end confusion! Pin
Dave Kreskowiak12-Jul-15 4:29
mveDave Kreskowiak12-Jul-15 4:29 
GeneralRe: Asp.net front and back end confusion! Pin
George Tourtsinakis18-Jul-15 23:16
George Tourtsinakis18-Jul-15 23:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.