Opinion On Indirect References?

Feb 17, 2011

I was comparing SharpArch to Spring.NET earlier, and had some thoughts.Both contain Core, Data and Web namespaces (as well as others). While SharpArch maintains them all in one assembly, Spring.NET does so in separate assemblies.Initially, I liked this concept, because one could reference the Core without indirectly referencing something they didn't need, like System.Web.However, it later occurred to me that whether or not things were combined, they still operated within the .NET space and have equal access to the GAC.So why not put things in one assembly, as long as individual elements in their namespaces do not make use of certain things?Of course, I'm talking about a base-line assembly, not an actual business solution.

View 1 Replies


Similar Messages:

Opinion: Best Way To Retrieve/list Data Using .net Mvc

Jul 21, 2010

I'm new with the MVC framework and I was wondering what you think is the ideal way to retrieve data and list it on a page. Specifically, I'm referring to data used in report type pages, not lists of movies, books, or other clear 'objects'.

Most online samples seem to suggest using ADO.net Entity Data Models & LINQ which are automatically built by the wizard using the DB schema - and that seems great for things like movies/books, but doesn't seem so intuitively 'correct' for random data needed for a report.

Update:To be more specific, I basically need to take a set of rows from a Sql server view and display them on a page. Some of it just in a list, and some in graphs (planning to use the .net charting control). I realize what I'm doing is very simple, I'm just not sure what the best way of doing it using the MVC framework is. Hope that clears it up a bit...

View 3 Replies

C# - SQL Server Reporting Services: Web References Versus Assembly References, Poor Performance

Feb 16, 2010

I am using Reporting Services to render a report directly to PDF. It requires that I use two web references: ReportExecution2005.asmx and ReportService2005.asmx. The performance on web references seems really poor. Since my web server (IIS7) and my SQL Server (2008) are on the same box, is there a way I can reference them directly? If not is there any way I can explicitly cache them or something. First load is really really slow, second load is perfectly acceptable.

View 2 Replies

JavaScript - Mvc Script And Style References / Include Script And Style References That Will Not Break On Deployment

May 11, 2010

I'm trying to include script and style references that will not break on deployment, however I can not even get the references to work locally. I have tried using Url.Content() and MVCContrib's <%=Html.ScriptInclude("")%>.

My scripts are in a Scripts folder on the root of the site; my styles are in the usual Content/css/ folder.

The scripts render like this:

<script type="text/javascript" src="/Scripts/MicrosoftAjax.debug.js" ></script>

This will not work in a view page in the Views folder. What am I doing wrong and what is the best way to handle this?

I would have thought Url.Content() would at least work for styles but used in my master page, the link rendered

<link href="/Content/css/Site.css rel="stylesheet" type="text/css" />

This does not work, because the Master Page is in a Shared folder, so what is really the way forward with this?

View 2 Replies

How To Get Rid Of Any Or All References To Ajax 4

Sep 28, 2010

I looked at Ajax 4, but on my XP box I had errors I couldn't work with. So I uninstalled Ajax 4 and installed Ajax 3.5, then copied the DLL files to all the Bin directories of the web sites on the development box. I thought everything was fine, but after several hours of development, I again started getting the error:AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the ToolkitScriptManager in AjaxControlToolkit.dll.

View 1 Replies

How To Identify References

Jan 19, 2010

I am starting a new website based on an existing one that I already have up and working. I copied the old website files into a new folder but it will not run. The error suggets that I need to add a reference. So my question is . . . how can I identify the references that are included in the original site?

View 3 Replies

VS 2010 How Do References Really Work

Jun 1, 2010

If have a folder (say "binaries") and place all the 3rd party dll's you are going to use in there. When you reference the dll in your project, what is the use of setting "Copy Local"?If you dont set Copy Local, does your code reference the dll in that folder and the folder have to be deployed with your application?

I just had another "something new" and that was a dll just have to be present apparently in the web project's bin folder.The "easy way" suggested was adding a post build like this:

Quote:xcopy "$(SolutionDir)binaries/*.dll" "$(ProjectDir)bin" /y
xcopy "$(SolutionDir)hibernate.cfg.xml" "$(ProjectDir)bin" /y
xcopy "$(SolutionDir)Log4Net.config" "$(ProjectDir)bin" /y

all that dll's get copied over, and I dont even know what is really required.Btw, I noticed with the above script that say "NHibernate.dll" get copied over, but "NHibernate.Caches.SysCache.dll" not.

View 4 Replies

Where Are Components (dll) References Stored

Mar 18, 2010

I have dlls in bin directory. I can't see where they are referenced in either solution or web.config files. So where are the references stored ?

View 3 Replies

Visual Studio :: How To Add References

Nov 29, 2010

in one of my project I have to add System.ServiceModel.Web namespace. I try to add reference in this way:

(1). Right click on references in the project solution explorer

(2). search for System.ServiceModel.Web name space.

But it is not here. How can I add this name space to my project and .net pannel?

View 2 Replies

Web Forms :: Looking For Format References?

Mar 9, 2010

I need to format references. My customer wants the reference to be left aligned, with all the lines after the first one indented. Like this:

This is a reference. This reference can be several lines long, and all the lines after the first one need to be undented like this.

Assume this is taking up the width of the screen, I'm trying to not have to type more than I really need to. The width is dynamic, so there is no fixed width. Otherwise this would not be a problem.

View 3 Replies

How To Improve CM.AppSettings References

Mar 3, 2010

ASP.NET 3.5 Classes throughout our solution referenced ConfigurationManater.AppSettings[""] to get appSettings (from web.config).

We decided we weren't happy with that. Folks were mistyping appSetting key names in code (which compiled fine), and it was cumbersome to track usages. And then there's the duplicated strings throughout the codebase as you reference the same appSettings all over the place.

So, we decided that only one class would be allowed to reference the ConfigurationManager, and the rest of the solution would reference that class when it needed the value of a certain appSetting. ConfigurationManater.AppSettings[""] was static, so we exposed a bunch of static read-only properties off of our single Settings class.

[Code].....

And now we're injecting the ISettings instance as a dependency of the objects which use settings values (the class/interface are in a project that everyone can reference without problems).

In places where we can't inject an existing instance (e.g. Global.asax), we construct a new instance into a static field.

Given all of that, what would you recommend we change, and why?

View 1 Replies

WCF / ASMX :: Add Web Service References?

Feb 23, 2011

i had generated a Service Contract interface by using wsdl.exe (VS2010 command prompt). After that i create a WCF method which inherit from the interface class which was created by the wsdl.exe. And then i host the web service to local IIS.

When i use the simulator provided by vendor, the method is working fine.

But when i created my own project and add service reference (by key in the url), and using the code below:

[Code]....

when i type client. , i cant found the method inside the intellisence box. Which supposely got 2 methods inside this service references.

View 4 Replies

Store Three References For One Jobseeker

Mar 16, 2010

I am developing job portal, i have one

1)tbl_jobseeker
columns
---jobseeker_id
---fname
--lname
-----
--refrences

in this table i am stroring job seeker information i strucked where i want to store 3 refrences for one jobseeker in each refrence i have refernce_Name, refrence_Mobile like while jobseeker registration he can enter 3 refrences forhim eg: jobseejer form look like this

FirstName: sachin
Last : Kumar
refrences : refrenceName referMobile
xyx +9198888
abc +91988555
dfd +915858855
Save Cancel

View 5 Replies

C# - Matching .NET References To Namespaces?

Apr 8, 2010

im creating a class library, and adding all the necessary references for the source files contained in it.

Now, off the bat, there were over 300 compiler errors complaining about missing namespaces.
The library will now compile after i just added all of the System.* references, however this is obviously not the best way.

I.e. if a classes needs using System.Web.Script;, there is no System.Web.Script reference, how would i find out which one of these references contained it? System.Web didnt.

View 4 Replies

Passing Two Different References To A Function?

Oct 14, 2010

I have a function called populateList(). I want it to take a reference to a Checkboxlist or a Dropdownlist, query the DB and fill the referenced list with values.Is it possible to generalize the function to take a Checkboxlist or a Dropdownlist depending on what you pass?Or, do I have to write two different functions, one for the Checkboxlist and one for the Dropdownlist?I guess the my question is if theres a common object that covers both, like populateList(ref GeneralList list)

View 2 Replies

Using WSDL Web References With ASPX

Feb 18, 2013

I added my wsdl web reference to the project and have it there. Good to go. I created a new default.aspx page. How do I use the web reference and process a soap request with it? I'm finding a lot of examples out there for C#, but little or nothing for .net ....

View 11 Replies

Rebuild Project Containing References To Dll - If Updated?

Jun 11, 2010

I have a solution containing 4 class library projects and one "web site" project. The web site project contains references to the 3 class library projects, whenever I make changes in any of the class library projects, the only option I see is to rebuild the web site which takes a lot of time. Is there any option that I can only update the dll references and the changes are reflected in the web site project?

View 1 Replies

C# - Circular File References Are Not Allowed?

Feb 12, 2010

When I re/build my ASP.NET website I do not receive any errors. However when I PUBLISH the site, it gives me a 'Circular file references are not allowed.' error.

I read a little on the web about this, and it provided a batch='false' option, which I tried and does nothing.

The page, has a master page, which may call on the same control twice; however, this control does not refer back to anything

View 1 Replies

Visual Studio - References Between ASP Web Applications

Jun 9, 2010

I have a Visual Studio solution containing two web applications. I would like the first to depend on the second (pages in the first may contain links to, or possibly post to pages in the second). Furthermore, I would like to be able to launch the first project on a development server (standard debugging procedure for web apps in VS) and have the references to the second project be fully functional.Does anyone know the best way to achieve this?

View 2 Replies

Visual Studio Assembly References?

Sep 5, 2010

Is there anyway to localise an external assembly reference? Here's my situation:I am working on Project A and it contains assembly references from Project B. Now when I release this Project to my client I don't want to have to include the whole of Project B with it. Is there anyway to force it to copy the dll's from Project B onto Project A and use those references? I can do this manually by copying all dll's to local project and re-referencing but just wanted to know if there is an easier way.

View 1 Replies

C# - Fundamental .NET - How References Are 'stored / Resolved'

Oct 28, 2010

Note the following code:

Control foo = null;
Control bar = null;
int i = 0;

[code]...

View 5 Replies

Web Forms :: Circular References Not Allowed?

Jun 28, 2010

When I try to depoly my web project then it throws an exception as "Circular References not allowed" Those are two same exceptions for my template.master and Forummaster.master file. When I build my code then very rarely it throws an exception but I can not deploy my web project because for deployment everytime it throws same exceptions at the time of building web project for deployment.

View 1 Replies

C# - Include References To Web Services In NANT Or Csc.exe?

Nov 23, 2010

Im trying to automate our build process. To do this i need to compile the app_code in a asp.Net website to a dll so i can run NUnit test against the code. Before you suggest that i just use a class library, i will say that i agree with you, my superiors however, take a different view and have vetoed the use of dlls in our web sites.

The problem i have is that the app_code classes reference web services. How do i get the csc task to include these when compiling the code into a class library? The nant target i have so far is:

<target name="Compile">
<property name="nant.settings.currentframework" value="net-3.5" />
<csc target="library" output="DocSysAppCode.dll" debug="true">
<sources>
<include name="D:InetpubDocSysApp_CodeCommon*.cs" />
<include name="D:InetpubDocSysApp_CodeDocSysSiteLegislation.generated.cs" />
</sources>
<resources>
<include name="D:DocSysQueueWeb ReferencesWS_DocSys*.*" />
<include name="D:DocSysQueueapp.config" />
</resources>
</csc>
</target>

View 1 Replies

C# - Removing Database References From A MVC Site?

May 8, 2010

I'm building a very simple ASP.NET MVC site that doesn't require a database and doesn't have user accounts or any other special ASP.NET stuff. When I first created the site with the ASP.NET MVC 1.0 site template in Visual Studio, the web.config page was configured to automatically connect to SQL Server Express as a User Instance.

Can I completely remove this dependency? If so, how do I get rid of all this database stuff?

View 1 Replies

C# - Proxy Object References In MVC Code?

May 6, 2010

am just figuring out best practice with MVC now I have a project where we have chosen to use it in anger.My question is.If creating a list view which is bound to an IEnumerable is this bad practise?Would it be better to seperate the code generated by the WCF Service reference into a datastructure which essentially holds the same data but abstracts further from the service, meaning that the UI is totally unaware of the service implementation beneath.or do people just bind to the proxy object types and have done with it ?My personal feeling is to create an abstraction by creating a model and placing the Collection in that and referring to the collection in the UI code from the model.

View 1 Replies







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