Questions tagged [kigg]

KiGG is a Web 2.0 style social news web application developed in Microsoft supported technologies.

14 questions
3
votes
2 answers

Is Kigg MVC application DRY? Can we tweak the Repository

I was recently taking a look at the Kazi Manzur Kigg MVC implementation (Kazi rocks) and noticed some code that seemed to defeat the DRY/SOC principle. I'd love to have everyone's thoughts on a possible refactor to separate concerns. Kigg…
njappboy
  • 1,266
  • 13
  • 14
2
votes
1 answer

Attempt by security transparent method Kigg.Web.jQueryScriptManager.OnInit

I am trying to configure Kigg project on my machine and i am getting this error. Attempt by security transparent method 'Kigg.Web.jQueryScriptManager.OnInit(System.EventArgs)' to access LinkDemand protected method …
Jordon Willis
  • 4,851
  • 7
  • 27
  • 34
2
votes
2 answers

Why are there so many Interfaces in an MVC application

I was reviewing the code for KIGG and noticed that there are so many Interfaces. I am fairly new to MVC and do understand what an interface is, a bit. How does Interface work in MVC, why is it used?
Picflight
  • 3,832
  • 13
  • 61
  • 90
1
vote
2 answers

Is ASP.NET MVC flexible?

Can it easily be combined with jQuery, (ASP.NET) Ajax, ASP.NET webforms, other frameworks. What about pulling dynamic code from ASP.NET MVC into for example classic ASP? Does the MVC model mean that it is easy to customize code? Background: I have…
Olav
  • 1,758
  • 4
  • 27
  • 49
1
vote
1 answer

Asp.net Mvc - Kigg: Maintain User object in HttpContext.Items between requests

first I want to say that I hope this doesn't look like I am lazy but I have some trouble understanding a piece of code from the following project. http://kigg.codeplex.com/ I was going through the source code and I noticed something that would be…
Pickels
  • 33,902
  • 26
  • 118
  • 178
1
vote
2 answers

OpenID login problem in shared hosting server

I uploaded my Kigg opensource asp.net mvc based website to a shared hosting server (I am using Asphostcentral). But I encounter a very strange problem when i was trying to login with my OpenID. There is a warning message like this: "Could not load…
CodeYun
  • 749
  • 2
  • 12
  • 20
0
votes
2 answers

ASP.NET MVC: Using Kigg as a base MVC application

Looking to create my first MVC application. Coming from WebForms I'm pretty excited to create an application that I can easily test. I have looked into Kigg (the Digg clone done in MVC) and from the looks of it, it uses many of the best-practices…
Andy T
  • 10,223
  • 5
  • 53
  • 95
0
votes
2 answers

how to install asp.net kigg starter kit?

I am trying to install kigg starter kit on my local machine. I download the KiGG v3.0 Source Code from here: http://kigg.codeplex.com/releases/view/53838 First when I try to run/re-built the project I get 3 error messages like this: Error 101 …
super
  • 4,139
  • 4
  • 23
  • 20
0
votes
1 answer

Starting with / converting to ASP.NET MVC

I don't know much about MVC, but I have a project where I think I could use a lot of the functionality of ASP.NET MVC based KIGG. At the same time I have a HTML/jQuery based template. How should I approach this? What I am kind of hoping is that I…
Olav
  • 1,758
  • 4
  • 27
  • 49
0
votes
1 answer

The underlying provider failed on Open - Kigg Project

I have downloaded Kigg Asp.net Starter Kit Project. I then converted it to VS.Net 2010 Project, It did everything successfully. I then run create kigg database and also added default data. (From the script file which comes along with source) My Dev…
Jordon Willis
  • 4,851
  • 7
  • 27
  • 34
0
votes
1 answer

can i Run KiGG on XP Pro?

I have XP pro edition with .Net 3.5 installed and IIS 5.0 and MVC RC 2 Can i run KiGG on this machine? Also i have on my hosting server IIS 6 and .Net 3.5 , can it run there or no also? If no, there is no work around to make it work? Thanks,
Amr Elgarhy
  • 66,568
  • 69
  • 184
  • 301
0
votes
1 answer

Flexible layered ASP.NET frameworks (Digg/Blog/CMS)

For my next web site I would prefer not to write everything from scratch. At the same time I don't want to be looked to much into a framework. So I would like something that I can use at all levels. Access the DB (SQL Server) directly (The DB…
Olav
0
votes
1 answer

Is there someone who try to port Kigg asp.net mvc example to MVC beta

I've downloaded Kigg example from codeplex, but it's seems to be outdated. Is there a version for ASP.NET MVC Beta? Is there someone who try to port it(I've tried but without success because of lack of knowledge)?
AlfeG
  • 1,475
  • 4
  • 18
  • 33
0
votes
3 answers

Linq-To-Sql and MARS woes - A severe error occurred on the current command. The results, if any, should be discarded

We have built a website based on the design of the Kigg project on CodePlex: http://kigg.codeplex.com/releases/view/28200 Basically, the code uses the repository pattern, with a repository implementation based on Linq-To-Sql. Full source code can be…
Swisher Sweet
  • 769
  • 11
  • 33