Open Source Tools For Generating Asp Code
Feb 13, 2011
In some crucial projects I relelized that time is one of the biggest concern while developing a project, specially a web application. I specifically about ASP.NET, does any Open Source tools exists for generating code for helping developers [like codesmith] to work smarter rather than work harder?
View 2 Replies
Similar Messages:
Sep 6, 2010
asp.net open source Lead management system with source code.
View 9 Replies
Feb 20, 2011
there are some way of generating the application form source code for an database tables in c#, but i not need a dynamic application form like Scaffolding i need the source code of application form
View 2 Replies
Mar 2, 2010
Actually we need to generate multi-language resource files based on our default 'English' langauge resource file. The idea is if we can input this 'English' language resource file in that tool and it can generate another resource file for us in the required langauge.
View 4 Replies
Jan 22, 2010
i been looking for a simple asp.net forum .([URL]) I been googleing for atleast 10 hours. i want the forum to use asp.net c# sql 2005
View 6 Replies
Jan 27, 2011
is any code related to .NET/ASP.NET or BCL open source? If so where can this be downloaded?
View 8 Replies
Mar 19, 2011
I need to build a Q&A module for a .net site. I need it to integrate with our .net membership system. We are happy to pay for it... but all I have found so far is php code and the QHub hosted system, which would be a problem to integrate with out members.
View 6 Replies
Dec 17, 2010
I want to add an article directory to my site that allows visitors to submit their articles. Is there any open source code out there for this or is there anything similar?
View 3 Replies
Feb 15, 2010
I couldn't decide where would be the most apprioate. I looking for an online source control site, if such a thing exists? I've checked out codeplex and thats really for open source projects ? which this isn't. does anyone have a recommendations?
View 4 Replies
Nov 1, 2010
how to make my source code to display on one line instead of multiple in source view. The display drives me batty when I'm trying to find something and I would prefer to display across the page instead of multiple lines down the page.
View 2 Replies
Feb 13, 2010
provide me code or free tools for searching procedure within the site.
I want to search a particular topic by putting keyword in a textbox.
View 2 Replies
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
May 20, 2010
I am new to the code generation tools and I would like to know how does a tool like LLBGen Pro compares with the Entity Framework? On top of that my boos is really looking into a tool called CodeOnTime http://codeontime.com/default.aspx because he likes their good UI support.I am asking here because I really want an unbiased opinion.I am not sure if LLBGen can also generate the UI. So far all the development in the house we do it the classic way coding each layer manually. However we are in need of a fast prototyping tool.
View 3 Replies
Apr 4, 2010
In my .aspx.cs I have a code that reads a .xml file and I deserialize the xml into an object called Post. Problem is that in my .aspx page I have a div and I want to fill in the content of this div from code behind using the html generated from the code behind.. How can I do this?
View 3 Replies
Feb 20, 2010
We are in the process of building corporate website where they need basic web content search and document upload and search on the same.
I would like to know if any open source CMS tool out there which will allow us to do that.
Mojo protal - is soemthing i am looking at it. let us know feedback on the tool. We are looking very simple CMS features.
View 2 Replies
Aug 13, 2010
Does anyone he best opensource for .NET controls? With Dev Express, Telerik, they so cool, but they are commercial version.
View 2 Replies
Dec 8, 2010
I've been googling for an open-source simple CMS system. I've found a lot of projects that seems to have dead-ended or haven't been updated in some time. Just wondering what other people may be using right now as lightweight alternatives to DNN et al?
View 7 Replies
Jan 19, 2011
so i saw atomiccms based on mvc 2
i have to say i could not open the source code
(half of the project is unavablie and alot more problem with the source code)
i think i can run it on iis but i want to run it on visual web developer and not on iis (so i have no idea how to do that and gave up this cms)
MVC 3.0 Just came out.. so we will soon see an mvc 3.0 based CMS ? guide to how install AtomicCMS
http://atomiccms.com/how-to-install-atomic-cms-3/
this link if for iis and my problem is to open the source with Visual studio 2010 web developer express
View 2 Replies
Jan 22, 2011
I've been using EF as my primary ORM for quiet some time now. Today I decided to use EF Code First to create my model for my new project. So I went ahead and read a bunch of documents on MSDN and some blog posts by Scott Guthrie and others. Unfortunately, what I've read does not go beyond the basics of using Code First within an ASP.NET MVC application. But as you might know, in real-world applications the structure of the solution is a little different. Anyway, to make a long story short:
- I created all the POCO files that will be needed.
- I created the SharweEntities class which extends the DbContext class.
- I added the following connection string to my Web.config file
[Code]....
Then I started the application and checked whether a new database was created inside SQL Server 2008 Express, but found nothing. I'm not sure what's wrong but I suspect it might be the way I'm structuring my solution? Here's the structure:
- Sharwe.MVC : The ASP.NET MVC3 Web Application (has nothing except a HomeController and a corresponding simple view at the time being)
- Sharwe.Data : model class and data access logic (contains all the POCO classes and the SharweEntities class)
- Sharwe.Services : Business logic
Here's an image that shows the structure of my solution:
View 3 Replies
Mar 3, 2010
I want to call a function present in code behind from front page (html : source code)
i want to use like this:
Source code
<a href='<%# linkAlpha("B").ToString()) %>' title="B" id="B_List" runat = "server">B</a>
Code Behind
protected string linkAlpha(string value)
{
// /market-research/<%#Eval("customname")%>/
string str = "";
if (Request.Url.DnsSafeHost == "localhost")
{ // /market-reports/<%# Eval("customname")%>/
str = "Alpha_Category.aspx?q=" + value.ToString().Trim();
// Response.Redirect("Alpha_Category.aspx?q=" + value.ToString().Trim());
}
else
{
// str = "/market-reports/" + value.ToString().Trim() + "/";
str = "/Alpha_Category.aspx?q=" + value.ToString().Trim();
}
return str;
}
View 2 Replies
Aug 26, 2010
can any one indicate a asp.net open source project based on xsl?
View 2 Replies
Jan 24, 2010
I'm a ASP.NET MVC Visual Studio, SQL Server web developer. I would like to switch to equivalent open source solutions.
View 4 Replies
Mar 2, 2010
I'm looking for an open source Chat Component for anAsp.net Application.It is better to use Open ID or Asp.net Member ship and AlsoSupports UTF-8 and RTL
View 1 Replies
Mar 2, 2010
We are looking for a ASP.NET Rich Controls Library. We don't have much budget to spend. We are looking for a decent choice which give a rich feeling to our application, works and reliable.What are the best available options on ASP.NET Controls Library which are free and has good support online?
View 2 Replies
Jun 17, 2010
I learning ASP.net, and am looking to create a rather straightforward WebForms ASP.net application, but I have very limited examples to work with. Is there a site that has a lot of ASP.net WebForms projects that are downloadable?Books seem to focus on narrow aspects of using Webforms, like session control, or using master pages, but I'm looking for examples of how a whole app comes together.Or, better yet, is there someone willing to help a new developer out one-on-one by sharing a project or two of his?
View 3 Replies