Starting a new project and need ideas for handling Phishing/Brute Force attacks AND Logging access [closed]
It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago. I’m starting a brand new project. The main […]
Relevance of Metro to ASP.Net developer?
I am a web developer, working mostly with ASP.Net(webforms + MVC), C#, javascript and so on.
Sequence Diagram for Response Redirect in ASP.Net Webforms
In asp.net webforms I have a home aspx page that has a “Go” button. [This is the only control in this page]. When this button is clicked, the user is redirected to “UserProfile.aspx” page. How can we represent this redirect action in sequence diagram? Any reference articles/blogs for this?
Is the .NET/Microsoft technology stack a financially viable option for a startup with limited finances?
I have an unpaid internship for a very new startup company with little tech experience that’s trying to be a Groupon clone. They’re currently using Wordpress and I’ve been trying to decide what web framework to push them towards, since I’ll have to learn that language and implement it as well.
Suggestions needed on an architecture for a multiple clients and customisable web application
Our product is a web based course managemant system. We have 10+ clients and in future we may get more clients. (Asp.net,SQL Server)
Is There a Real Advantage to Generic Repository?
Was reading through some articles on the advantages of creating Generic Repositories for a new app (example). The idea seems nice because it lets me use the same repository to do several things for several different entity types at once:
Why does Javascript use JSON.stringify instead of JSON.serialize?
I’m just wondering about “stringify” vs “serialize”. To me they’re the same thing (though I could be wrong), but in my past experience (mostly with asp.net) I use Serialize()
and never use Stringify()
.
What is the impact of CSS Validation Failure?
I am developing a asp.net website. When I used the CSS property “word-wrap”, VIsual Studio 2010 is showing a warning: Validation (CSS 2.1) ‘word-wrap’ is not a known CSS property name.
How to deal with almost the same enums?
I need to define enums in several classes. The majority of fields are the same in all of the enums. But one has one or two more fields, another has fewer fields. Now I wonder what is the best way to deal with this?
Scenarios for differences between UICulture and Culture
In .NET there are two “culture” values, UICulture and Culture. The first one is for localized texts on the UI, while the latter sets the culture for date and number formats.