Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

Jameel VM

@Jameel VM
About
Posts
11
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • give me lots of best Ideas
    J Jameel VM

    Understand what are the requirements for the project needed and then start the development and let me know where you are stuck. After understanding the requirements start the db design and the continue the front end development. Ofcourse we are here for you to help :)

    ASP.NET csharp question asp-net help

  • The future of WCF
    J Jameel VM

    WCF still have a future. If we are creating restful services ASP.NET web api is best choice. If we want to develop soap service we should use WCF

    ASP.NET csharp asp-net wcf com json

  • The request failed with HTTP status 401: Unauthorized
    J Jameel VM

    Can you please tell me a sample format of username and password. Most probably it will be the issue of authorization. It will be happen when the username and password is correct or the user trying to access have no permission to access that server.Also try to pass username without specify domain.

    ASP.NET csharp asp-net sql-server sysadmin help

  • Asp .Net MVC ver 4 - Change standard css template
    J Jameel VM

    You can follow the same steps in that video. The only changes will be the syntax. You should change aspx syntax to razor. can you provide me the youtube link you had tried? also let me where you are stuck. So i can help you one by one.

    ASP.NET tutorial asp-net help csharp css

  • linq in c#
    J Jameel VM

    try this link http://www.entityframeworktutorial.net/[^]. one of the best site give all about Entityframework.

    C# csharp database sql-server linq sysadmin

  • @Utility.ConvertToDateTime
    J Jameel VM

    Please check whether model collection is empty or not

    C# question csharp css asp-net database

  • Comsuming RESTlet Web Service in ASP.NET 3.5 with JSON Parameter
    J Jameel VM

    It depends upon your requirement.What are the functionalities you try to achieve through webservices?

    ASP.NET csharp asp-net wcf json help

  • Comsuming RESTlet Web Service in ASP.NET 3.5 with JSON Parameter
    J Jameel VM

    from where you want to consume the service? from the client you can send an ajax request like below

    var jsonStr = JSON.stringify(reqObj);

    $.ajax({
    type: "POST",
    dataType: "json",
    url: "http://localhost/MyService/PostSomething",
    contentType: "application/json; charset=utf-8",
    data: jsonStr,
    success: function (html) {
    alert(html);
    }
    });

    From the server you need to send an HttpWebrequest

    ASP.NET csharp asp-net wcf json help

  • Renaming a solution help
    J Jameel VM

    Manually edit sln file

    .NET (Core and Framework) question visual-studio help

  • Setting up Asp.net Mvc3, EF and Structuremap
    J Jameel VM

    First You need to nuget. You can download from here http://nuget.org/[^] After install this Opentheproject >> VisualStudio >> Tools >> LibraryPackageManager>>Select Package Manager Console from the command window type the command for the package you want to install such as Structuremap,EntityFrameWork etc.The command you got from the link that i have provided earlie

    ASP.NET asp-net csharp architecture tutorial question

  • Setting up Asp.net Mvc3, EF and Structuremap
    J Jameel VM

    You can install Install ASP.NET MVC3 from here http://www.asp.net/mvc/mvc3[^] Install EntityFramework via Nuget. For more go through this link http://nuget.org/packages/entityframework[^] Install StructureMap via nuget.For more go through this linkhttp://nuget.org/packages/StructureMap-MVC3/[^]

    ASP.NET asp-net csharp architecture tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups