Looking For Free Resources Online Or Any Ebook?

Jan 17, 2010

I am new in the field of asp.net i have little bit knowledge of c++.

I want to lear asp.net . is there any free resources online or any ebook which can give better information form basic to advance level.

i haved searched a lot on internet , it is avaible but not good by understanding ?

View 2 Replies


Similar Messages:

Asp.net - Best Free Online Source Control?

Sep 24, 2010

There are many free online Source Control available but I would like to know your experience on it, if any, and which is the best one?Me and my friend are starting a small test project and would like some really good online source control.FYI - We will be developing ASP.Net app

View 3 Replies

Web Forms :: Resource Name '.Resources.resources' Cannot Be Used More Than Once

Feb 3, 2011

I have recently upgraded to VS 2010 and converted my web site into a web application. Now, when I attempt to build, I receive the error:

Resource name '<name>.Resources.resources' cannot be used more than once.

There is no page name or anything, and I have completely exhausted all that Google has to offer.

View 2 Replies

Developing A Simple Online DBMS To Browse Database Online?

Dec 6, 2010

I am developing a simple online DBMS to browse my database online.... the main concern for me is to clear everything from the PC when the user disconnect so no body can go and click (Back) on the browser and see the pages if the user forgot to close it.. what I have done so far is :

[Code]....

I am sure this is not enough.. am I right? so what else I should include there?

View 13 Replies

Architecture :: Using GMT Time(Online) In Online Exam Website

Feb 25, 2010

I want to create a Online Exam site in ASP.NET .In that i want to display Test based on the Date and time and the user can take the test at the time set my the Teacher.

For Example:

Teacher want to take C Test for the Mid Semester Test and the test is schedule on 1 May 2010,then the test should appear on the test page on the 1st may only and the user should be able to take the test on the set time.

The problem is that if i use System time then user can change the system time and can take the test schedule in future.

So i want to know how can implement this thing.I have given many online test but dont know how they work out the time and date logic.

View 2 Replies

VS 2010 4.0 Free Web Hosting?

Aug 6, 2010

Do you guys know any free web hosting site for asp.net 4.0? Sorry for posting it here, i dont know if this is the right place to ask for it.

View 3 Replies

ADO.NET :: How To Free Or Opensource DAL And BOL Generator

Mar 9, 2011

free and opensource free DALand BOL generator. C#.

View 2 Replies

Free Build Servers For .NET?

Sep 2, 2010

Are there any free build servers for .NET applications? We are starting project as remotely working team and right now we are searching for such solution. As far as it's an academic project we do not have funds to buy server and run CC.net on it.. Are there any charge free solutions? Or at least cheap ones.I'm asking rather about the service on the internet, not software solution

View 6 Replies

C# - Try To Get The Total Free Space?

Jan 4, 2010

i have a table in my database as freespace... it has a column called freesize with its datatype as int.i have three valuse in it :

1065189988
1073741818
1073741819

now i try to get the total free space but i get an error.

private void GetFreeSpace()
{
DataTable dt = new DataTable();

[code]...

View 5 Replies

Free Xml Web Services Hosting

Dec 4, 2010

Visual Studio 2010. I am learning xml web services using visual studio 2010.

Instead of using the localhost host to run my web services. I am wondering if there are any free hosting websites where I can deploy to. Just to test with.

View 2 Replies

VS 2010 Looking For Free Captcha Control?

Feb 7, 2011

I am looking for captcha control for .net framework 4.0

View 11 Replies

Free Open Source Widgets?

Jul 25, 2010

is there any free open source Widgets (iGoogle-like widgets) framework for ASP.NET that I can build my own widgets with and can be used for commercial use (sites developed with it can be sold).I checked dropthings and Kalitte but they require a licence.

View 1 Replies

How To Publish .NET MVC Application To A Free Host

Feb 18, 2011

I'm building an ASP.NET MVC application and I'm trying to deploy it on a free host (0000free) which does support ASP.NET. I tried a couple of things, but none of them worked (i.e. I only see the directory structure when I browse to my web site):

Publishing to a local folder and then copying the published files via ftp over to my host (in the public_html directory).
Publishing via ftp to the root folder: ftp.mywebsite.com
Publishing via ftp to the public_html folder: ftp.mywebsite.com/public_html

Usually I would just drop the html files in the public_html folder, but I'm getting the feeling that the deployment process for an MVC application is slightly different. Do I have to modify the Web.config or some other filer? How does one usually deploy an MVC application (on a free host)?

Update:I have learned that the host uses Mono and supports .NET 4.0, but I'm still not able to deploy.

I have Visual Studio 2010 and I used its Publish Feature (i.e. right click on the project name and click publish) and I tried several things:

Publish method: FTP to the root folder.
Publish method: FTP to the publich_html folder.
Publish method: File System to the root folder.
Publish method: File System to the publich_html folder.
Publish method: File System to a local directory on my computer and then FTP to root and also tried the public_html folder.

I went into the cPanel (control panel) to try and see if ASP.NET has to be added/enabled for my web site, but I didn't see anything there.I can't browse to Index.aspx nor can I redirect to it from index.html (as suggested from other posts on the host forum), right now I have a link from index.html to Index.aspx but it's not working either (see http://www.mydevarmy.com)I've also tried renaming Index.aspx to Default.aspx, but that doesn't work either.

The search utility of the forum of the host is somewhat weak, so I use google to search their forum: http://www.google.com/search?q=publish+asp.net+site%3A0000free.com%2Fforum%2F&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a

I've been reading Pro ASP.NET MVC Framework and they have a chapter about publishing, but it doesn't provide any specific information with respect to the location of publishing, this is all they say (and it's not very helpful in my case):

Where Should I Put My Application?You can deploy your application to any folder on the server. When IIS first installs, it automatically creates a folder for a web site called Default Web Site at c:Inetpubwwwroot, but you shouldn't feel any obligation to put your application files there. It's very common to host applications on a different physical drive from the operating system (e.g., in e:websites example.com). It's entirely up to you, and may be influenced by concerns such as how you plan to back up the server.


Here is the error I get when I try to view my Index.aspx page:Unrecognized attribute 'targetFramework'. (/home/devarmy/public_html/Web.config line 1)

Description: HTTP 500. Error processing request.

Stack Trace:System.Configuration.ConfigurationErrorsException: Unrecognized attribute 'targetFramework'. (/home/devarmy/public_html/Web.config line 1)
at System.Configuration.ConfigurationElement.DeserializeElement (System.Xml.XmlReader reader, Boolean serializeCollectionKey) [0x00000] in <filename unknown>:0

View 2 Replies

Any Free Linq Provider Available For Oracle?

Jan 25, 2010

I am looking for a free linq provider for oracle. I dont need advanced features. What all I need is CRUD operations + ability to generate model from oracle db.

I would like to use this on production web site(using ASP.NET & Silverlight).

View 1 Replies

Free Editable Grid Component For MVC

Apr 15, 2010

I've seening quite a few posts on here regarding grids, but nothing specifically asking for a free grid component that supports editing. Has any body come across such a thing? Is there a JQuery pluggin that I could use? If not has anybody got any pointers on a good approach to writing my own (using asp.net mvc2 and/or jquery)?

View 1 Replies

Free Rich Text Editor Using On Asp.net

Aug 31, 2010

I need Free Rich Text Editor to use on ASP.NET.

View 2 Replies

Free Options For Saving A Webpage As A PDF?

Feb 9, 2010

I know Im probably facing forking out some $$$$'s but is there a free way of saving a web page as a pdf which can be rolled out with a web application?

View 2 Replies

Looking For (free) Tools For Documenting My Code?

Nov 19, 2010

can anyone reccomend any (free) tools for documenting my code ? Ideally something that documents the program flow and objects/classes

View 3 Replies

Best Free Available Wysiwyg Html Editor?

Oct 19, 2010

I want to use one free wysiwyg html editor in one of the website I am developing. It's commercial website which I am developing for a company.Could you please suggest me from your experience the best free available wysiwyg HTML editor for web.FYI - Website is build with ASP.Net 4.0, C#.Net

View 2 Replies

Develop .NET Application For Free Method?

Jul 1, 2010

Are Microsoft “Express” editions free to develop on? s there software available that allows a developer to write .NET applications with SQL Server for free, meaning without buying Visual Studio and SQL Server.s long as you buy Windows web hosting (w/ support for .NET and SQL Server), is there software tools you can use to develop for free (Visual Web Developer? SQL Express?)

View 4 Replies

Google My Map Control For Free Download?

Aug 4, 2010

Is there Google My Map control available for free download, which use to draw shapes on the map

View 1 Replies

Free Controls For Non-profits / Charities?

Jan 12, 2011

I am doing a website for a charity outside of work. I can't use the normal control libraries I would use at work because of the licencing (they won't let me), and predictably the charity can't afford them for a one-off project.I am particularly struggling for a good grid control and a hierarchy diagram control.

Do any of the vendors give free licences to these kind of projects? Or are there other good options?

View 1 Replies

Free Lightweight Report Component For C#?

Mar 9, 2011

what free lightweight report component for asp.net are out there. Crystal report is not welcomed and we would like to avoid using heavy ObjectDatasource. What sould I learn first (may be asp page life cycle) and what are time proven free analog of ReportViewer for asp is out there.

View 1 Replies

Host .net In Free Hosting Service?

Jan 11, 2011

I am tired of the flase advertise, Only recommand on free host servers that you are using, If you can please also post you site url,I need to host my facebook Ifame application, because I didn't succeed to work in development mode (E.g working against the localhost don't render FB tags)If you used cheap server also recommandion and link we be acceptable

View 3 Replies

C# - Free Organization Chart Component

Aug 31, 2010

i need a "free" organization chart component for asp.net

View 3 Replies







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