Search Keywords

Results Restricted To:

https://www.temple.edu

Total Results: 12

Responding to Both Client and Server Events in ASP.NET Server Controls

https://cis-iis1.temple.edu/cis618/Lectures/Unit2/Forms/DotNet/Onclick.htm

In addition to page and control events, the ASP.NET page framework provides ways for you to work with events that can be raised when your application starts or stops or when an individual user's session starts or stops: Application events are raised for all requests to an application.

Computer & Information Science (CIS) - Temple University

https://bulletin.temple.edu/courses/cis/

This includes the ASP.NET and VB.NET languages. Tools to perform the other tasks include Front Page for web design, an XML editor for XML pages, and the Microsoft Enterprise Manager for the management of SQL Server databases and VS.NET component deployment.

Dr. David Lefkovitz, Ph.D - Temple University

https://cis.temple.edu/~lefkovit/

The Web and Application languages currently taught in his courses are Microsoft ASP.NET, VB.NET, JSP and Java.

cis-iis2.temple.edu

https://cis-iis2.temple.edu/users/pascucci/cis3342/Web.config_file.htm

For more information on how to configure your ASP.NET application, please visit http://go.microsoft.com/fwlink/?LinkId=169433 -->

Computer and Information Science (CIS) - Temple University

https://bulletin.temple.edu/graduate/courses/cis/

Students are expected to be able to create databases and pose complex SQL queries of relational databases using Oracle and Microsoft Access. Topics include the relational model, E-R and Class Diagrams, normalization, advanced SQL, Oracle Enterprise system transaction processing, concurrency control, and recovery.

cis-iis2.temple.edu

https://cis-iis2.temple.edu/users/pascucci/cis3342/VoteService_codebehind.htm

// To allow this Web Service to be called from script, using ASP.NET AJAX, uncomment the following line.

Cloud Computing - cis.temple.edu

https://cis.temple.edu/~edragut/5517/Spr25/classNotes/CloudPlatforms.pptx

Web apps, mobile apps Fully managed PaaS Can choose to run the apps on shared VMs or your own VMs Development in ASP.NET, PHP, Node.js and Python Cloud Services Multi-tier web services Can control VMs to a certain extent (e.g., specify roles and number of VMs)

OWASP Education Project - Template

https://community.mis.temple.edu/mis5122sec002fall17/files/2017/11/OWASP_Top_10_Introduction_and_Remedies_2017.ppt

Use only POST methods when processing sensitive data from the user. For ASP.NET, set a ViewStateUserKey. (See references). This provides a similar type of check to a random token as described above. While these suggestions will diminish your exposure dramatically, advanced CSRF attacks can bypass many of these restrictions.