Questions tagged as 'c#'

5
answers

How do namespaces work in C #?

I'm studying C # and I came across namespaces . How does it work and when is it applied? If possible, some basic example.     
asked by 01.04.2014 / 01:17
1
answer

Function that returns other functions

I have three methods being called separately in the controller with JSON. Each of them returns me Id Name . I need to call these three methods in the same function in controller . How can I join all three methods in the same functi...
asked by 28.09.2016 / 14:30
0
answers

Error generating Migrations EntityCore for MySQL [closed]

Next I'm trying to use the new EFCore, and with MySQL, I've installed the following packages nuget :    Install-Package MySql.Data.EntityFrameworkCore-Pre   Install-Package Microsoft.EntityFrameworkCore.Tools -Pre using the followin...
asked by 22.09.2016 / 02:30
0
answers

Using JOIN with HQL function in NHibernate?

I'm trying to run a JOIN using HQL with NHibernate and returns an empty list. How to do this? I'm trying like this. [Serializable] public class Cliente { public virtual int id { set; get; } public virtual string nome...
asked by 21.09.2016 / 22:03
1
answer

How to configure which folder should the software be installed / updated?

I followed the example of this question where it is explained how to configure my software to be updated automatically. I would like to know how to change in which folder this installation / update should occur. For example, I would like my...
asked by 18.05.2015 / 18:41
1
answer

HQL query in C #

Well, I'm having difficulties with HQL and C #. I have the following method: public IList<int> GetListYear(Guid educationalInstitutionId, Guid academicLevelId, Guid? locationId, Guid? programOfferedId) { //Implementar o HQL } And...
asked by 05.06.2015 / 15:44
0
answers

Connection problem with .mdf database [closed]

I'm having a hard time connecting my C # (Windows Forms ) application with a database with .MDF already inserted into the project folder . On the course computer it worked normally, however at home I already put the name of the insta...
asked by 23.05.2015 / 03:42
1
answer

Api Google - SEO - Google Index and Google plus via json

I need to retrieve via json or some other way Google's SEO information to feed my database .. For now they are just Google Index and Google + Does anyone know how I can do this ?? Or does someone have an example of using the Google API to...
asked by 27.05.2015 / 00:58
0
answers

Questions about Forms Authentication ASP.NET [closed]

I have an ASP.NET project and need to insert a user control to limit access to the pages. There is already a table in my bank with Login and Password, I found some tutorials that explain how to use Forms Authentication but I do not quite under...
asked by 21.05.2015 / 16:33
1
answer

Crystal Report runtime is locking [closed]

Hello, I'm trying to fix an error in my application, I used FUSLOGVW.exe to find out which ones are missing the dlls that were missing. It's giving me back this msg: But the dll msvcm80.dll hand is part of my project, how can I do it to include...
asked by 30.06.2015 / 14:53