C# - Common Homonyms And Synonyms Between Different Webplatforms/webproducts?

Dec 17, 2010

I am ASP.NET developer. Yesterday I started to write website content on and support customers of plugin(s) (for example, captchas, etc.) supporting different web CMSes (Content Management Systems) on different platforms mainly PHP-based ones (like WordPress, Joomla, Drupal, etc.) though they can be for any (non-PHP) CMS (like DotNetNuke). I am trying to reuse my knowledge of ASP.NET web (user and/or server) controls, CMS DotNetNuke (dotnetnuke.com) modules, styles, CSS, master page, template, etc.

What are the differences between definitions of PHP web CMS (though it could have been written in a different language, like Python, etc.) plugin vs. MS Add-in, ASP.NET webcontrol? What are possible homonyms and synonyms a web developer/supporter between different web platforms, CMS-es, frameworks a (web)developer/supporter should be aware of? Update:@Rafe Kettler, honestly, after 2 days of writing web content for a (PHP, Python) plugin (captcha), I could not get what are its differences against asp.net webcontrol.
Why are they called differently?

There are more terms I have difficulties with between CMS-es. Note that I should communicate with both internal and external (of customers) developers developing or deploying the same plugin (product) in different platforms, languages, CMS. Update2:I do not pretend having the same instructions for different CMS-es.Instructions are specific per each CMS, but marketing (website content) should be in the same. better most common and less confusing, terms. Honestly, I am not going to study PHP and CMS-es in all possible languages (frameworks), specific responses and content will be written by developers. I am after marketing terms of a "plugin" common and unambiguous between CMS-es.

View 2 Replies


Similar Messages:

MVC :: Synonyms For Controllers (Custom Routing)?

Jul 18, 2010

I have an ASP.NET 4 MVC2 multi-language application and I need the same HomeController to response ДОМОЙ as well.Our application has 12 Controllers and should support 9 different languages.The optimal solution would be to override some FindControllerByName & FindViewByName, but I can't find such functions.
Do any of you guys know how can I achieve such a behavior?

View 4 Replies

DataSource Controls :: SQL Server 2005 Synonyms?

Feb 25, 2010

Is there any way to alter or modify the synonyms in SQL Server 2005 (either using SQL Server Management Studio or T-SQL)

View 1 Replies

AJAX :: The Requested Script Resource 'Common.Common.js' Requires Version 'ControlToolkit, Version=4?

Aug 11, 2010

I have a solution I'm working on in VS2010 Professional, using ASP.NET 4.0 with the AJAX Toolkit.This has been working fine, but when I started it up today, I got the runtime exception shown above. This exception occurs on any page with a control from the toolkit.Sometimes when I load a page, I get an exception "Could not load file or assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, ublicKeyToken=7cec85d7bea7798e' or one of its dependencies. The system cannot find the file specified." If I then reload the page (without making any changes), I then get the exception shown in the subject line.I tried dragging an AJAX Toolkit control from the toolbox onto a page, and then deleting it, and that worked - once. The next time I tried the page (or any other), I got the exception again. Dragging a control out didn't help this time.

View 5 Replies

ADO.NET :: Get All Items Common?

Oct 21, 2010

List<user> Collection1 =new List<user>
List<user> Collection2 =new List<user>

I have to get all items common to both the collection using linq .Even though the object user has a lot of properties I just want to compare FirstName and LastName how can i get the items not in Collection1 but not in Collection2 using the same comparison rule

View 2 Replies

Web Forms :: Looking For Common Functions?

Dec 20, 2010

is there any websites that holds common functions such as Check the input is string or not, convert date in different format etc.,?

View 4 Replies

Where To Define Common Functions

Jan 22, 2010

where should commonly used utility functions (to be used in multiple .aspx files) be coded? I currently have these common funcs in an .ascx user control that's referenced in each .aspx file.

View 2 Replies

URL Rewriting To A Common End Point?

Jun 10, 2010

I want to create an asp.net white-label site [URL], that could be styled for each of our clients according to their specific needs. So for example, client abc would see the site in their corporate colours and be accessed through their specific url http://abc.com. Likewise client xyz would see the site in their own styling and url http://xyz.com.

Typing either url, in effect, takes the user to http://whitelabel.com where the styling is applied, and the client's url structure is retained.

I was thinking of URL rewriting using URLRewriter.Net [URL], or similar, mapping the incoming address to a client id and applying the theme accordingly. So, a url rewrite rule may be something like

<rewrite url="http//abc.com/(.+)" to="~/$1?id=1" />
<rewrite url="http//xyz.com/(.+)" to="~/$1?id=2" />

I could then read the id, map it to the client, and with a bit of jiggery-pokery, apply the correct theme.

View 3 Replies

MVC :: Common _Layout For All Areas?

Feb 7, 2011

Where should I put my common _layout.cshtml file for all of my Areas?

View 4 Replies

Sharing A Common DAL Between WPF, Silverlight, And .NET?

Oct 5, 2010

What is the best method/technology to sharing the same data access layer between WPF, Silverlight, and ASP.NET? I am using ADO.NET Entity framework, and was thinking of a creating a DAL using the Repository pattern.Then using the RIA Services as a dummy middle man to connect Silverlight and ASP.NET. Is this a solid plan or are there other better solutions out there?

View 2 Replies

Use Common Web.config For Solution In Dot Net?

Mar 5, 2011

I am going to develop the web application in asp.net. where as in this application there is 4 user perspectives. all are independent all togather. but I want to develop under the single web solution. also want to create the number web applications for each user perspective, under this solution. so can i use common web.config file for this solution? what will impact ? if can not then how to manage the config files so that I need to change configuration at once (if need in future)

View 2 Replies

How To Have Common Layout For Multiple Websites

Dec 18, 2010

we are working on a portal which will have multiple websites sites loaded in same container meaning there will be a

1)Top Header showing Portals name and currently loaded app's name

2)left hand side frame having menu which will list applications which are independent of one another.Each of these application is hosted on different servers sharing same DNS name for ex .

i) [URl]

ii) [URl]

3) Righ hand frame ::this is very individual applications pages will load with there own submenu.

Now top header and left hand side menu are common across the applications while the contents in right hand frame will application specific. How can I achieve this using master page ,without requiring indivdual application to have same master page copied in there virtual directory

View 2 Replies

What Are The Most Common And Widely Used Plugins For Hudson

Apr 16, 2010

I searched around stackoverflow and could not find any relevant questions.

View 1 Replies

MVC :: How To Do Multiple Projects With Common Views

Mar 9, 2011

I'm looking at doing a pair of MVC applications. One of the application will be a public website and the other for a POS kiosk. There will be some common views between the two applications. I'm considering having a single Visual Studio solution that will contain the two projects. But, I'm not sure how I can go about sharing the common views between the two projects, without just copy and pasting.

Is there way of doing it? Or should I be looking at using a different approach?

View 3 Replies

How To Setup A Common Error Page

Jan 29, 2011

How do you setup a common error page in ASP.NET ?

View 3 Replies

DataSource Controls :: Common Sqlconnection?

Mar 4, 2010

i have 5 methods in classA. each and every methods i have open the sqlconnection and close it, instead of that is there anyway to create a sqlconnection at one time if its opened then no need to create a new connection, if its closed then we have to connect.

View 5 Replies

Web Forms :: Using A Common Code Behind File?

Mar 6, 2010

Many of the pages of my website have identical code behind files (using VB).How do I set up one code behind file that can be used by all these pages?

View 3 Replies

How To Make Common Footer For Repeaters

Mar 1, 2011

But I have multiple repeaters in my asp application I wonder how I can make some things common like footer..

And How can I create events for my repeater? Like a button in the footer who raise an Custom event?

View 2 Replies

C# Virtual Directory For Common Markup?

Feb 2, 2010

I have a few applications that need to share a common set of markup.

Scenario: I might have www.site1.com, www.site2.com, and www.site3.com. On all sites, /care/contact-us.aspx and /care/faqs.aspx will be exactly the same, but every other page will be totally different.

Issue: I'm attempting to not duplicate the .aspx files for each of these sites and would like to have a /care virtual directory that would include contact-us.aspx and faqs.aspx that each of these sites would use. I have seen this post from Scott Gu, but I'm looking for any other solutions/ideas.

Question 1: What would be the best way to set this up to share the /care directory?

Question 2: Any about also sharing the code behind.

Background, if you care: In a legacy application (asp classic/vbscript), we have the ability to use a /common virtual directory for sites to share common markup and code (since they're all mixed together in .asp files).

View 3 Replies

Get Custom Properties Common Profile?

Aug 16, 2010

How do I get access to my custom strong-named properties of the common profile (page.profile) in ASP.NET for a classes that does not derive from page? I thought I could just pass in httpcontext.profile but I'm missing the custom properties.

There should be some class type that I can pass in? It appears the class type is ProfileCommon and is auto-generated.

View 1 Replies

Build A Common Utility Class For .net Together?

Sep 1, 2010

Which method would you like to place in tyour common class in asp.net application? A common function which you use in almost all your asp.net project question.

View 5 Replies

C# - Common Class - Use Two Classes With Same Code?

Mar 18, 2011

I have following two classes:

public class A : System.Web.UI.WebControls.Button
{

public virtual string X[code]....

As you must be seeing the class A and B have exactly the same code , my question is how can I make a common class for it and use these two classes.

View 2 Replies

C# - Merging Two Datasets Which Have 1 Column In Common?

Nov 18, 2010

I have a dataset dsvalue that has columns Id and views. An other dataset has quite a number of columns including Id. So for each id in dataset ds, i should add a new column "Views" and merge it with views from dsvalue.

View 1 Replies

Common Usage Are Page Methods In 4?

Mar 4, 2011

How common usage are Page Methods in ASP.NET 4?I would like an example of how it's used (not a code sample).

View 3 Replies

Common Error When Uploading Files?

Jun 20, 2012

When I run the selected file and press upload image files the following error:

Compilation Error
Description: An error occurred during three days the compilation of a resource required to service this request. Please review the specific error details and modify sau your source code appropriately.

Compiler Error Message: CS0103: The name 'Common' does not exist in the current context

Source Error:

Code:
Line 51:
Line 52: / / file name to not be centralized file + extension of the file to upload
Line 53: strFileName = Common.GetFileName () + System.IO.Path.GetExtension (Hinh1.FileName) / / this line error immediately
Line 54:
Line 55: / / Path Large file I save
Common under which this namespace? I have tried namespace
using System.Data.Common;

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved