Whats Are The Major Disadvantages Of Using Membership API
Jun 5, 2010Whats are the major disadvantages of using Membership API? And when should i consider relying on using manual coding?
View 1 RepliesWhats are the major disadvantages of using Membership API? And when should i consider relying on using manual coding?
View 1 RepliesI work on our intranet, which is continuously being updated with new features or fixed bugs. Bugs and features are added to JIRA and then assigned to myself so that I can take care of those. Now I would like to add a new feature to the intranet, which shows the following information:
Current SVN version.
Current list of bug/fixes changes
What is the best way to achive both without hard-coding it into the website?
I am using ASP.NET.
I hope I explained everything.
Update 1:
I found the following link to solve #2: http://www.fatlemon.co.uk/2008/12/automatic-svn-revision-numbering-in-asp-net-mvc/
method to check my site in developing against the 3 major browsers: IE, FF & Chrome.
I don't want to install all 3 of them, so I was wondering if there any way to emulate the environment of the browser?
I'm looking for a .net component (Open source or commercial) which can convert all the major frequently used file formats to PDF without making use of a print driver. I'm looking for a support for the following file formats
MS word (doc, docx)
MS Excel (xls, xlsx)
MS PowerPoint (ppt, pptx)
Major Image formats
HTML to pdf
txt, rtf etc.
I am using SOA architecture, any one guide me what major and minor thing we need to take in long running.
View 3 RepliesWhat's Automapper for? How will it help me with my domain and controller layer (asp.net mvc)
View 3 Replies<globalization
requestEncoding="utf-8"
responseEncoding="utf-8"
culture="en-US"
/>
Whats better utf-8 or iso-8859-1 And why does it matter? I have used iso-8859-1 as I understand it stricker on HTML markup is it not? Which is better for html accurate markup ?
What are the advantages and disadvantages of using caching in an asp.net application?
View 2 Replieswhat disadvantages are there to use inner HTML to populate a div tag consider, all scenarios possible.
View 2 RepliesWhen do you need IIS Web Garden feature. What's pro's and con's?
View 2 Repliesam new to http handler concept and havent worked on it.What is http handlers and what is use of it??
View 1 RepliesI am running VS2010 with the latest AJAX toolkit installed.I dont know when I use Ajax controls if I am supposed to drop a ScriptManager or a ToolkitScriptManager on my .aspx page.
View 1 Repliesis there any disadvantages if we use more UpdatePanels in our application.
View 4 RepliesWhat may be the disadvantages of enable content expiration in IIS 6 ?
View 1 Repliesim currently working with php but everyone is telling me that asp.net is so much better and i was just wondering what the real story is
View 2 RepliesWe have an application that has quite an extensive APP_Code directory (about 150 functions). The functions are split across multiple files and then classes and namespaces.
On numerous pages we have to create numerous instances of the classes to be able to access the functionality, which can get very repetitive and means we're repeating code on every page declaring the instance etc.
As far as I can tell, a way to navigate this issue, is to make the functions Public Shared (as opposed to just Public functions).
I haven't used the application variables in my asp.net web applications. Im using asp.net2.0. Is there any disadvantages of using applicationvariables.
View 1 Replieswhat is the disadvantages of using SqlDataSource Control? apart from flexibility and more control on the retrieved data ;why most of the web developer prefer using code behind (db connection) instead of SqlDataSource Control?
View 5 RepliesI am searching for the advantages and disadvantages of the explicit interface implementation
View 1 RepliesI would like to know if the forieng key should be nullable or not. We shuld struggle for not making it nullable as much as possible or it doenst matter.
View 1 Replieswhat are the advantages/disadvantages of dataset and databinding?
View 3 RepliesI have a feeling that Request.ServerVariables("AUTH_USER") and User.Identity.Name return the same string while using FormsAuthentication.So my question is as simple as that. Which one should i better use?
View 1 RepliesWhats the difference between Html.Partial and Html.RenderPartial?
[Code]....
where should we use clustered index and non clustered index.i mean in day to day use which on e to choice and how to make decision.
View 8 RepliesThis is my first membership provider; I converted the sample provider [URL] to SQL. I created a vb class provider and put it into the App_Code folder. After it was created I tried to modify my webconfig but the error pops up. I don't know what else to try, I don't know if I have missed something
webconfig:
[code]....