Questions tagged as 'c#'

1
answer

Why class object is null?

I do not understand why but the player object is null, am I not calling it well? public class HealthBar : MonoBehaviour { Vector3 localScale; public Transform HealthTransform; public Player PlayerObj; void Start () {...
asked by 16.07.2018 / 17:31
1
answer

Map Api port in an MVC project

I created an MVC project and within an API. I need to get the API when I upload the project to (F5). Example, I created a service that is a GET in my Type table. How can I map the API to be able to get inside an MVC controller? My pr...
asked by 08.08.2018 / 19:54
1
answer

How to search a dropdownlist?

I have a Dropdown that lists the names of all banks. I need to create a method in which it brings me a set of results and among them the name of the bank. This bank that my list brings (just a record) should cause my Dropdownlist to show this na...
asked by 29.12.2014 / 16:22
2
answers

Publish my system in IIS and it is not loading multiple files

I published my system to IIS (locally) and when I access it, it does not load a range of required application files. I believe I published correctly, but I can not solve this problem. How do I load all these files? NOTE: When compiling the...
asked by 20.12.2017 / 16:36
1
answer

Doubt about using model in view

I have an entity called Request. I created in the Model folder a class that loads the Orders, called GetPedidos . Well, when I created the controller, I added a view to the Action Index . When building the view, I had her use the GetPedidos...
asked by 08.12.2017 / 17:05
1
answer

How to calculate international credit card IOF?

Has anyone ever needed to implement international credit card IOF calculation function on systems that could give me that help? I need to know the rules of how to calculate. Thanks!     
asked by 15.06.2016 / 18:46
1
answer

Convert TXT to XML, using C # code [closed]

I want to put the data below that is in a text file ( txt ) to XML , what is the C# code? # Number | Gender | GivenName | Surname | StreetAddress | City | StateFull | ZipCode | EmailAddress...
asked by 30.10.2017 / 16:51
1
answer

Change content of a form without having to open another in C #

I'd like to know, how do I change the contents of Form without having to open another, when I click on Encryption for example, the content changes without having to open another Form. How do I do this?     
asked by 11.11.2017 / 01:05
1
answer

How to use regular expressions?

I have a string with this value:    Romania, "" PROXY_IP ":" 93.118.243.19 "," PROXY_LAST_UPDATE   Indonesia "," PROXY_IP ":" 117.102.88.121 "," PROXY_LAST_UPDATE   Russia "," PROXY_IP ":" 194.135.97.178 "," PROXY_LAST_UPDATE   Malaysia, "PRO...
asked by 06.09.2018 / 03:19
2
answers

How does the flow of a Web Service work?

I need to develop a web service , and so your main idea is client-server communication. But do not understand how this would be done using the MVC architecture and using the C # language, do you have a need for a local server with Apache?  ...
asked by 20.04.2016 / 02:40