How to create a dll to be used in asp.net [closed]

-3

It's worth noting that I'm not programming asp.net much less C # or something like that. But I had to support a system in ASP.NET that consumes a .dll

I needed to make a change in this dll. Get the ability to decompile and make the change through .NetRefletor . I just do not know how to compile my code again. The guys talk about the visual studio , but the fox is very sketchy, is there any software lighter so I can do it?

    
asked by anonymous 14.05.2014 / 14:02

1 answer

1

Iago, not that I know of.

I've never done this decompilation process, but to compile you'll need Visual Studio (I highly recommend 2012), and it's really heavy, but not as compelling as other development platforms today.

You will find it here DreamSpark

    
14.05.2014 / 15:05