Questions tagged as 'asp.net'

2
answers

OWIN and Katana - How does it really work and how do I use it?

In recent times I've been trying to better understand OWIN in aspects of why use it, how it works, and how to use it. As for why I use it I've already asked here and I've already convinced myself that the biggest motivation is to get the more mo...
asked by 16.05.2014 / 22:40
4
answers

What would be the best way to do a CRUD for a framework in the most generic way possible?

I am studying to do a CRUD for a framework but I am trying some problems to be able to do this in the most generic way possible. For example: I have a class Pessoa() I want to do CRUD passing only the Person object to another class...
asked by 05.02.2014 / 21:04
1
answer

Failed to recover factory COM class CLSID

I developed an application on my pc that does the following: from an upload of a word document, it generates a new document with some basic information. To generate this information, it opens the template document, finds a tag that exists in tha...
asked by 13.03.2015 / 21:13
2
answers

Lambda GroupBy by year and month

I have a list of events, and I would like to group them by year and month, for example [Year 2017] Month January  {Event 1, Event 2, Event 2} Month February  {Event 3} [Year 2018] Month January  {Event 4, Event 5} I'm us...
asked by 11.01.2017 / 20:43
1
answer

OWIN and OAuth What are they and how to use them?

I'm looking at WebApi tutorials with authentication / authorization and I came across these two concepts, although explained in the tutorials the definitions are not clear. Even if you search the web, the explanations in English are confusing...
asked by 25.07.2015 / 04:45
1
answer

How is the life cycle of an ASP.NET 5 application?

This is a question I've always had (including in earlier versions of ASP.NET), but I'll ask here in the context of ASP.NET 5. The question is: when building an application with ASP.NET 5 we coded a Startup class that is responsible for se...
asked by 26.02.2015 / 03:41
2
answers

ASP.NET Identity and Windows Identity Foundation (WIF)?

Once again talking about ASP.NET Identity . There is another theme within the same subject that I believe to be of great importance to the community (especially to me, the main stakeholder). This is Windows Identity Foundation (WIF). What i...
asked by 19.05.2014 / 19:04
2
answers

How namespace works in ASP.NET

I do not know ASP.NET, but I had to support a very disorganized third party code by the way. I have a xxxx.aspx file that is in the /cp folder and has these calls: <%@ Page Language="VB" Debug="true" %> <%@ Import Namespace...
asked by 13.05.2014 / 16:09
2
answers

Relationship between Middleware and Application Delegate

I'm studying OWIN and its Katana implementation by Microsoft. I've already asked about this here and the answers will help you get a good overview of the subject. Going deeper I found this doubt. In the specification two pro-operating objects...
asked by 27.05.2014 / 00:47
2
answers

How to manage approval and production environments with Team Services?

I'm in an ASP.Net C # project that is starting now, but I come from ASP Classic , where things are quite different. In this new project, we need to create and manage homologation and production environments, where changes must go to the homo...
asked by 23.06.2016 / 22:22