Questions tagged as 'c#'

0
answers

Google static maps without url limit [closed]

I wanted to create an image of several routes in google maps, I already used the encodepath to reduce the size of the url, I also tried to reduce the definition of the points of the coordinates among other ideas that I had however what it takes...
asked by 24.03.2016 / 01:18
0
answers

Lucene.NET Index sharding [closed]

Our Lucene currently has 50GB, where surveys are often slow. Is sharding feasible in this case? If so, does anyone know if it is possible to do sharding in Lucene.NET?     
asked by 12.04.2016 / 17:00
0
answers

Ways to enter the address

Good afternoon people, I have a not very technical question, but a way to get information. Here in the company we have a form for our users to inform customer service addresses. This form has the automatic and manual option. A automatic...
asked by 13.04.2016 / 21:15
1
answer

Relationship between the "InitializeComponent ();" method and loading a "Splash Screen"

I've added a splash screen to a project in the simplest way, that is, by changing the Build Action property to SplashScreen . Although with very similar visual effects, what actually happens when we compare these two solutions? A pub...
asked by 12.04.2016 / 10:12
2
answers

Removing part of the link in the ASP.NET MVC routes

My RouteConfig is configured like this: routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); routes.MapRoute( name: "Default", url: "{empresa}/{controller}/{action}/{id}", defaults: new { empresa = "", controller = "Login", action =...
asked by 07.03.2016 / 13:41
1
answer

Customize IdentityUserClaim

I'm trying to customize the Identity Claims table, through the IdentityUserClaim class. I'm using a mapping, through the EntityTypeConfiguration class, but I get the error: The configuration for type 'Microsoft.AspNet.Identity.EntityFramewo...
asked by 08.03.2016 / 18:54
0
answers

What is the best ASP.NET MVC 4 authentication method? [closed]

I have questions about how to implement a better form of authentication, which is secure and allows for "sessions" or "cookies" with different names, allowing the creation of an authentication method for users and administrators separately (with...
asked by 07.03.2016 / 23:38
0
answers

Enter in the TextBox calling button event

When I press enter in a textbox, it is calling the "FilterGridView" and then it calls the button event. <div class="TextRight"> <asp:TextBox ID="txtBuscaNome" runat="server" CssClass="text_field upper-case" OnTextChanged="FiltroGridVi...
asked by 09.03.2016 / 15:51
0
answers

Kendo UI - Multiselect with remote data source

I've been busting my head with the multiselect kendo UI >. Whenever I return the list with the information of my action , the plugin can not understand the information and returns me the following error: Cannot read property 'value' of un...
asked by 15.02.2016 / 14:04
1
answer

DataSource C # - Problem reading multiple data

I have a code, where it opens the browser and works inside a certain page. On this page, I have some fields, where I look for information from an excel sheet (xlsx). In that same page, there is a zip code field where you have a magnifying glass...
asked by 02.03.2016 / 12:53