tagged [frameworks]

How to evaluate a web service framework

How to evaluate a web service framework I am trying to for API development in .Net. So far the frameworks I've been looking at are: - - - - I'm trying to find some common talking-points between the fr...

Which is the better framework to build a HTML survey builder?

Which is the better framework to build a HTML survey builder? I’ve to build a HTML survey builder application with an AJAXified user interface (i.e.,...). The typical survey will be multistep with mul...

14 Jan at 16:57

Microsoft .NET 3.5 Full download

Microsoft .NET 3.5 Full download Although not a question directly associated with programming. One does sometimes need certain frameworks in your projects. I'm looking into downloading the .NET 3.5 fr...

1 Nov at 00:2

Dynamically adding attributes in ServiceStack

Dynamically adding attributes in ServiceStack I'm attempting to add a "Restrict" attribute in my AppHost. Here is my code: The DTOs I'm adding them to are ones specifically for POST requests. The pro...

4 Apr at 13:0

Can anyone recommend a simple Java web-app framework?

Can anyone recommend a simple Java web-app framework? I'm trying to get started on what I'm hoping will be a relatively quick web application in Java, yet most of the frameworks I've tried (Apache Wic...

17 Jun at 13:51

tutorials/books to create a plugin/module/library?

tutorials/books to create a plugin/module/library? i wonder if there are tutorials/books explaining how you create a library/plugin/module for other to implement? libraries/frameworks like solr, doctr...

22 Apr at 20:42

C# vs. C++ in a cross-platform project

C# vs. C++ in a cross-platform project My team is planning to develop an application that is initially targeted for Windows but will eventually be deployed cross-platform (Mac, Linux and potentially e...

10 Aug at 16:45

c# Math.Sqrt Implementation

c# Math.Sqrt Implementation I've been using System.Math quite a lot lately and the other day I was wondering, how Microsoft would have implemented the Sqrt method in the library. So I popped open my b...

11 Feb at 23:9

How Moles Isolation framework is implemented?

How Moles Isolation framework is implemented? [Moles](http://research.microsoft.com/en-us/projects/moles/) is an isolation framework created by Microsoft. A cool feature of Moles is that it can "mock"...

How to get root directory in yii2

How to get root directory in yii2 My yii2 install in `d:\wamp\www\yii2store` I want to get above path to save images which will be uploaded by me or users. I have pass all available arguments in `Yii:...

18 Apr at 13:43

Are there any worthy CSLA alternatives available?

Are there any worthy CSLA alternatives available? My company is interested in porting a large business application to .NET. We plan on developing a desktop version and a silverlight version. I mostly ...

Project does not reference framework except that it does

Project does not reference framework except that it does I have a solution which contains multiple projects. All projects target v4.6.1 of the .NETFramework. However when I build my solution and try t...

17 May at 10:51

Django -vs- Grails -vs-?

Django -vs- Grails -vs-? I'm wondering if there's such a thing as Django-like ease of web app development combined with good deployment, debugging and other tools? Django is a very productive framewor...

16 Sep at 19:5

Bundle framework with application in XCode

Bundle framework with application in XCode I am an XCode novice. I am trying to follow [these instructions](http://old.wiki.remobjects.com/wiki/How_to_link_Custom_Frameworks_from_your_Xcode_Projects)....

15 Mar at 09:7

Learn more about how .NET works

Learn more about how .NET works I just had a quick phone interview. The interviewer asked me a few questions like: - - - Other than the CLR question (for which I gave a very vague answer), I didn't kn...

3 Jan at 12:44

iOS app with framework crashed on device, dyld: Library not loaded, Xcode 6 Beta

iOS app with framework crashed on device, dyld: Library not loaded, Xcode 6 Beta This crash has been a blocking issue I used the following steps to reproduce the issue: - - - - - - - The app immediate...

Introducing Ajax support in a MyFaces (JSF) + Tomahawk application

Introducing Ajax support in a MyFaces (JSF) + Tomahawk application we have a project where we are using , recently I have been requested to provide enhancements to many of the existing screens by usin...

24 May at 15:1

NET Framework migration from v3.5 to v4.0

NET Framework migration from v3.5 to v4.0 I have a visual studio 2008 solution and .NET Framework v3.5. Recently I have converted into Visual Studio 2010 and .NET Framework v4.0. To change to .NET Fra...

8 Jan at 17:23

Is the ReadOnlyCollection class a good example of Bad Design?

Is the ReadOnlyCollection class a good example of Bad Design? Look at the specification of the [ReadOnlyCollection](http://msdn.microsoft.com/en-us/library/ms132474%28v=VS.90%29.aspx) class, it does i...

How to install WPF application to a PC without Framework 3.5

How to install WPF application to a PC without Framework 3.5 I have a question about how to deploy WPF application into a PC without Framework 3.5. If a PC just installs Windows XP and sp3, Is it poss...

10 Oct at 13:37

Why does stack get truncated in Exception.StackTrace?

Why does stack get truncated in Exception.StackTrace? Why does the high part of the stack (in Exception.StackTrace) gets truncated? Let's see a simple example: It seem

Are there alternatives to ASP.NET for C# web development?

Are there alternatives to ASP.NET for C# web development? Lately, I've been thinking that I'd like to try some new ideas and a new approach to web application design. I'm mostly used to using ASP.NET ...

21 Oct at 15:40

The type or namespace name 'NUnit' could not be found

The type or namespace name 'NUnit' could not be found I have a c# code.(which is exported from selenium IDE) ``` using System; using System.Text; using System.Text.RegularExpressions; using System.Th...

15 Aug at 12:54

Using CSS in Laravel views?

Using CSS in Laravel views? I've just began learning Laravel, and can do the basics of a controller and routing. My OS is Mac OS X Lion, and it's on a MAMP server. My code from routes.php: ``` Route::...

7 Nov at 10:58

How do you determine what technology a website is built on?

How do you determine what technology a website is built on? Quite often I come across a nice looking or functional website, and wonder what technology was used to create it. What techniques are availa...

17 Mar at 08:52