Is it possible to use php files in MVC3? [closed] - asp.net-mvc-3

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Hello everyone I'm looking captcha security code but most of them using with php so is it possible using php file in MVC3 ?

No. It is possible to use PHP alongside MVC (keeping them completely independent and having them communicate solely through HTTP), but that would present gigantic practical problems for all but the most trivial of cases.

Related

How can i use backbonejs with windows 8 store app? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to use Backbone.js in Windows 8 JavaScript Store App is it possible ? if possible then give me idea how can i use ? and how can i manage restful API ?
Decent article on it here - http://jrtipton.tumblr.com/post/28131822076/using-backbone-js-with-win8-metro-winjs .

Accessing MS Access from ruby in windows7 [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to access MS Access database from my ruby. Am using window platform. Could anyone help me out of this??
You will need to use the win32ole library This site shows you how to connect to access 2003 database http://rubyonwindows.blogspot.com/2007/06/using-ruby-ado-to-work-with-ms-access.html, if you are using a newer version of office you might have to change a few things

User interface of desktop application using SWT [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm working on a desktop application using SWT. I need to make the UI look and feel like Skype's interface. Can anybody suggest me something?
The presentations package allows the customization of the look of a SWT application.
Here's a general presentation, including a lot of links : http://jroller.com/mpermar/date/20050619#eclipse_presentations_jlibrary_and_vs
Of course you'll have a lot of work if you don't find an existing skin suitable to your need.

How to obfuscate an ASP.Net MVC3 Project using Dotfuscator? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have a project to obfuscate.
Its having layers separated such as Services,Data,Web,Models etc..
I am using nHibernate ORM also.
Also like to know how to handle ajax also during obfustication.
I prefer to use dotfuscator. Can any one help me in showing how to do it?

Powershell Cross Domain Control [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
How would code look like for accessing another domain in AD and creating a user!
NON-CMDLET's! .NET or VB Script only!
I Have an account on the other domain which I can use to create this use ron the other domain.
Take a look here System.DirectoryServices.AccountManagement.
In powershell you need to load assembly for working with it:
[reflection.assembly]::LoadWithPartialName("System.DirectoryServices.AccountManagement")
the code looks like that in msdn link.

Resources