How to view SQL Server queries run in WebForms [closed] - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have an Asp.Net 3.5 WebForms application. Is there any way to see queries run by the application? Something like Glimpse for MVC, maybe.
Thanks.

You can check the query being sent to the server, using SQL server profiler.
You can also log the query manually during debugging in your application.

Related

Alternative To Visual Studio [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there a web version of Visual Studio Community ?
I am working on a ASP.Net web project in C# and JS knockout using Entity Framework to connect to a SQL database
My code is in GIT but I would like to be able to edit, develop and run the project by connecting via a web browser on an Android tablet
Does anyone know if this is possible ?
No. As of Today (December 2018) that's not possible.
You could use a Remote Desktop and connect to it to do the coding though...

what is the best way for Using SignalR in a webform project with c#? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I wanna have notifications in my project that is in Asp.net WebForms C# ..
is using SignalR with Kendo Framewrok well?
You Can Read Adding SignalR to an ASP.NET WebForms Project
Post in Code Project that Implements SingnalR On ASP.NET WebForm.

Login to asp.net mvc app using O365 credentials [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Looking for a method of users logging into an application using their o365 credentials, is this possible? I've looked through the API's but can't find anything definitive but maybe I am looking in the wrong place?
If anyone could direct me to a link it would be appreciated.
You need to learn OpenID authentication.
Take a look this implementations:
http://www.codeproject.com/Articles/1033978/Office-Authentication-using-Visual-Studio-MVC-appl
https://msdn.microsoft.com/en-us/office/office365/howto/authenticate-and-use-services

Apache spark queries through C# [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I was wondering if there is a way I can use C# to write queries to run on Apache spark. I know spark SQL queries can be written in java/scala/python. Is there any interface for c#?
What exactly you are trying to achieve? If you want to write programs which uses spark apis, probably you are out of luck as only scala,java and python apis are exposed. But if you want to query spark storage data then you can see the thriftserver comes with spark and pass your queries through it. Essentially it should support any jdbc connection (see beeline example in documentation)

How to develop a proxy server using DotNet? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Hai
I am Developing an Windows application using C#.Net where I have to block certain websites from accessing by the user.So I am trying to develop a proxy server which can block the websites.Can some one suggest me how I can do this with an example or a site which can help me.
Thank you
Chaithu
Try these links:
http://www.mentalis.org/soft/projects/proxy/
HTTP Proxy server in C#
http://www.codeproject.com/KB/IP/reverseproxy.aspx
http://support.microsoft.com/kb/307023
http://www.c-sharpcorner.com/UploadFile/psingh/web_proxy11162005001036AM/web_proxy.aspx
http://www.codeproject.com/KB/aspnet/asproxy.aspx

Categories

Resources