Want To Have Good Idea About Versioning?

Mar 19, 2011

I just want to have good idea about Versioning problem! and how .net recovered from that? Can i have some depth info in the same!?

View 1 Replies


Similar Messages:

Idea To Design My Grid. (c#) Gridview?

May 27, 2010

My DataGrid contain totally 32 columns.I need to display my first 4 column as default column.For the remaining Column i need to view using scroll bar.(not Page scroll need scroll bar inside my grid view)

View 2 Replies

WebMatrix :: MVC 3 Preview - Idea For Razor Intellisense And Colorization?

Jul 29, 2010

When you do introduce intellisense and colorization to the razor editor, what about allowing the developer to choose the schema that it verifies against? If it could by default use a flavour of HTML, but optionally allow the dev to reference an arbitary XSD file (as supportted by the XML text editor). It could result in a very flexible experience that supports using ASP.Net MVC as a web service returning XML.

View 1 Replies

Web Forms :: Hit Counter(i Need Idea)in Global.asax Page?

Sep 23, 2010

My website needs hit counter. i have created hit count in global.asax page, which works fine. Now i wanted to display hit count in all pages. so, do i have to use mater page or function to all in every page.

View 3 Replies

Versioning - How To Show App Version

Mar 3, 2010

Setting the scene:

My asp.net web application carries a version number which is incremented during every release. We're releasing every week internally for our test team and after four weeks or so to our client.

The question:

I want to include the version number on our application. What methods have you used so that your web app carries the version number? meta tag? simply added it to the footer?

View 5 Replies

AJAX :: How To ControlToolkit Versioning Works

Nov 10, 2010

I'm running ASP.NET 3.5 and using the AjaxControlToolkit.dll version 1.0.20229.42809 (reference locally in the in). This works fine on my machine. When I deploy to a server and the DLL in the bin is replaced with a newer version such as 3.0.30930.28736 I get the following error:

Could not load file or assembly 'AjaxControlToolkit, Version=1.0.20229.42809, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies ...

This is fixed by using the bindingRedirect in the Web.config.

<dependentAssembly>
<assemblyIdentity publicKeyToken="28f01b0e84b6d53e" />
<bindingRedirect oldVersion="1.0.20229.42809" newVersion="3.0.30930.28736" />
</dependentAssembly>

I like to know why ASP.NET doesn't automatically use the newer version of AjaxControlToolkit and needs the bindingRedirect to force it? I thought these DLLs are built to be backward compatible?

View 1 Replies

Looking For An Elegant Way To Upgrade Versioning Of JQuery Slowly?

Mar 8, 2011

We are wanting to upgrade from one version of jQuery to another. We use various online plug-in's and have written many of our own. The challenge now comes in the form of trying to SLOWLY MIGRATE all your scripted objects SLOWLY without a complete re-write. I have an idea on HOW to handle this:

BUT I HAVE QUESTIONS:

Is the idea below even a good idea? Can I (directly) tell each jQuery object where dependencies live?
If this is a bad idea...how do YOU handle it? Do I simply re-write EVERY object that happens to break upon upgrading? (sux!)

[Code].....

View 1 Replies

Visual Studio :: Configuring Assembly For Versioning?

Dec 23, 2010

I would like to know why I am not able to see myclasslibrary.dllhaving strong name key and added in gac when adding through 'add referrence in solution explorer of vs2008 professional edition.I used .netconfiguration tool2.0 for adding assembly into Gac.In installation default folder of VS2008 I was able to see
2 folders 'C:WINDOWSMicrosoft.NETFrameworkv2.0.50727'and 'C:WINDOWSMicrosoft.NETFrameworkv1.1.4322' .Which Gac foder is getting used?using Gacutil.exe -l I did not find myssembly though it showed from configuration tool mmc.

View 1 Replies

Create Wikipedia-like Text Document Editing With Doc Versioning?

Feb 10, 2010

On Wikipedia you can edit a document and you can see what the different versions of the document looked like:
http://en.wikipedia.org/w/index.php?title=ASP.NET&action=historysubmit&diff=342825222&oldid=337869406 Is there something free or some code samples out anywhere that will quickly let me create similar functionality with ASP.NET?

View 1 Replies

Versioning SharePoint Binary Workflow ASPX Task Forms?

Apr 13, 2010

As noted by some developers, workflow versioning is somekind of headache in SharePoint.

I`m wondering is there a way I can version my aspx forms? For sure, i can version code behind assemblies, but if markup changes for any of my files in LAYOUTS folder? Is there versioning available for files or do i have to choose new filename for my form?

I should have been more specific. Yes, i have files under version control (i can restore previous versions etc), but i`m not talking about this kind of version control. But by deploying new Workflow Version, i must not delete old one, because it is still running on many items in SharePoint, but rather , as noted in previous links, deploy new one so i don't break execution of workflows.

But workflows will still break if i don't preserve old aspx forms used by users to interact with workflows.

So i must ensure that Assemblies with old version numbers used by old workflow exists (this one is ok, i just changed assembly version number and deployed to GAC)I must ensure that old workflow still uses old aspx form used users to interact with workflow, but new workflow version should use new aspx form with more options (how to do this?).

View 1 Replies

Use Sharepoint As The Back - End Versioning And Storage For Custom Document Management Website?

Apr 16, 2010

I want to build a custom document management web application that ties in with sharepoint for the actual document versioning and storage. I'm hoping for something like a sharepoint widget that I can plug into my web application that would allow me to tie in with sharepoint and download documents, make edits to them, and upload them back to sharepoint, with sharepoint handling all of the versioning and storage. Basically I'm looking for a sharepoint API. If WSS is the answer to this, are there licensing issues that I need to consider?

View 4 Replies

"shutdown Worker Process After Being Idea For" IIS Setting?

Apr 14, 2010

If I set X minutes for the option ""shutdown worker process after being idea for" in IIS, does it recycle the worker process after X minutes being idea ??

If I use In-Proc session state, will it cause my session being lost?

View 1 Replies

Php - Good Service For Getting Location By IP?

Oct 29, 2010

Which detect location most accurate.

View 4 Replies

Excel Import And Export Is Good Way

May 29, 2010

instead of using gridview to insert student marks (I have hundreds of students) thought I used the Excel:

1) allow managers of each module after authentication to download the excel file (containing the students enrolled in the given module), the excel file ted is generated by the following code: Id_student ____ maks of subject1 -------- ----maks of subject2

[Code]....

But in this code I do not know how to:

* Add the following condition: the student'marks is between 0 and 20.
* Calculate the average of this module : sum (coeff * mark) / sum (coeff)

2) Allowing responsable module send me the file containing the data (but then I do not know how)

3) Using data, by sending them to the database to calculate averages.

View 3 Replies

VS 2008 Is There Any Good CMS Like Drupal, Joomla

Dec 10, 2010

Is there any good CMS for ASP.NET like drupal, joomla ?

View 2 Replies

Looking For Good Website Monitoring Tool

Mar 9, 2011

I looked at Google's, but my boss shot it down because it involves adding a script to every page you want to track. I keep searching the web, but the stuff I am finding seems to be crap or not work all together. This is mainly for internal sites, not external. Seems liek a lot of the stuff I am finding want to give me remote statistics to a publically available site.

View 3 Replies

C# - Looking For A Good Dynamic Imaging Solution?

May 24, 2010

I work for a small E-Commerce shop and we are looking for a process that will handle resizing our product images dynamically. Currently our designers take high resolution photos, either provided by the manufactures or created in house, and alter them to fit various pages on our site. The designers are constantly resizing, cropping, altering compression levels, etc., of each product photo to fit the needs of the business. Being that our product line is updated frequently, this becomes a monotonous task.

Abobe Scene7 does exactly what we are looking to do and the images are served up from a CDN. Unfortunately we found it to be too expensive.

I'm curious to learn how others handle this process at their organizations. Does anyone know of any good 3rd party tools or other SAAS providers that can handle performing some basic image manipulation and serving them on the fly?

View 2 Replies

AutoCompleteExtender Works Good But Not In The Place It Should Be

Jan 15, 2011

I've followed the standard example of in
http://www.asp.net/ajax/ajaxcontroltoolkit/samples/autocomplete/autocomplete.aspx which demonstrates using AutoCompleteExtender. Everything works fine but the auto-complete appears with about 20 pixel distance below the bottom of its target control. I mean they are not glued to each other as they should be. I've not changed anything and also I've not applied any special styling using CSS or anything else. why this ugly distance is formed while the control is rendered.

View 1 Replies

Good Practice When Retrieving SQL Data?

Jan 19, 2011

I'm currently using the fantastic DorkNozzle 'framework' for building a very basic blog in .NET.My first "self-taught" script is as follows, and is for solely retrieving SQL results.

PHP Code:

<%@ Page Language="C#" MasterPageFile="~/Dorknozzle.master" AutoEventWireup="true" Title="Blog" %>
<%@ Import Namespace = "System.Data.SqlClient" %>
<script runat="server">[code]....

I should change to perhaps improve my coding style, without going down the MVC line just yet?

View 17 Replies

Good Web Site Monitoring Tool For IIS

Jan 13, 2011

My boss has it in his head that we need to be monitoring our websites more to see what king of traffic we are getting for but internal and external sites.

View 2 Replies

Any Good Website To Learn By Video?

Oct 6, 2010

I want to learn ASP.NET 4 and C# from scratch to intermediate at least. I want to follow videos. Do you know any good website even if it is paid, I have found this[URL] but I am not sure about it,

View 4 Replies

Any Good Source Code To Learn MVP From?

Sep 15, 2010

i know MVC is the future but for some of us still stuck in the good old webform land, i'm trying to learn how to do TDD and introduce better testing for our current application...

basically the asp.net 2.0 c# web app is quite complicated with some logic in sproc, some in the javascript via json data processing, some in user controls and some in the code behind. not to mention some libraries here and there to make it merrier. i have literally no idea how to even begin to break things down to smaller chunks to do any testing.

View 5 Replies

Php - Looking For A Good Video Library Script?

Jul 15, 2010

Our company now has over 40 tutorial videos and I'm looking for a video gallery app.

Something that would be similar to:[URL]
or
[URL]
Does anyone know of any PHP or asp.net solutions? I'd rather not re-invent the wheel. As there are a ton of hidden functions like sorting, most popular, tagging, comments, etc.

View 1 Replies

Good Way To Parse Query String?

Jan 10, 2011

I have a String that contains the following: ?workarea=London+&+Home+Counties+Ltd&sub=fs&&&FASh*5which resembles a URI query string. What is the best way to parse the elements of this string (workarea and sub) without messing about with string manipulation?If I use HttpUtility.ParseQueryString is gets stuck as both elements include &. However if I encode the whole thing first I lose the seperations of the elements. Ideally the output would be:workarea = London & Home Counties Ltdsub = fs&&&FASh*5

View 4 Replies

Looking For A Good Online Asp.net Training Program?

Feb 17, 2010

I am recently a layed off windows developer. It appears the only jobs available now are for web developers. I'm trying to learn this on my own but I think prospective employers might be more apt to hire a newbie if they have some accredited training.

Can anyone recommend some good online schools that have good asp.net training? I don't necessarily want another degree, just the training.

View 2 Replies







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