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
S

Sandhya Bandar

@Sandhya Bandar
About
Posts
8
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ASP.NET Project Files
    S Sandhya Bandar

    I have some ASP.NET Project Files(.aspx and .aspx.cs)in text format[textfile] in a folder i wanted to open all project files in My Visual studio how can i open? NOTE:Not like following process Select File-->openwith-->Visual studio When we craeted a website we can see 2 files[Web and Web.Debug] in project folder[physical location] What are these files?

    C# csharp question asp-net visual-studio debugging

  • ERROR IN Generic Collections
    S Sandhya Bandar

    -----------------------Program on Generic Collections---------------------------------------- using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CollectionsGENERIC { class Program { static void Main(string[] args) { List numbers = new List(); numbers.Add(1); numbers.Add(2); numbers.Add(3); foreach (int x in numbers) { Console.WriteLine("{0}", numbers); } Console.WriteLine(".............."); List str = new List(); str.Add("a"); str.Add("b"); str.Add("c"); foreach (string y in str) { Console.WriteLine(str); } Console.ReadLine(); } } } ---------------------------------------------------------------------- When i executed above Program i am getting below Error ---------------------------------------------------------------------- System.Collections.Generic.List`1[System.Int32] System.Collections.Generic.List`1[System.Int32] System.Collections.Generic.List`1[System.Int32] .............. System.Collections.Generic.List`1[System.String] System.Collections.Generic.List`1[System.String] System.Collections.Generic.List`1[System.String] --------------------------------------------------------------------------- Could anyone Tell me where i did mistake?

    C# csharp linq help question

  • North wind Database
    S Sandhya Bandar

    what is northwind database and how to use it?

    C# question database tutorial

  • VS2012
    S Sandhya Bandar

    Actually ive downloaded from that site only , but i.e for VS2010, do u have any idea that is there any extension for VS2012

    C# csharp visual-studio tutorial

  • VS2012
    S Sandhya Bandar

    problem in using , i installed but i.e is not appearing on Visual Studio NOTE:I am using Visual studio 2012, i didnt find any where that Extension for 2012

    C# csharp visual-studio tutorial

  • VS2012
    S Sandhya Bandar

    how to use Switch Startup Project extension in visual studio 2012

    C# csharp visual-studio tutorial

  • Which of the following methods and attributes are NOT part of the VB.NET Exception class API?
    S Sandhya Bandar

    Which of the following methods and attributes are NOT part of the VB.NET Exception class API?

    TargetSite

    StackTrace

    InnerException

    SourceLink

    C# csharp json question

  • compileing C# program using vs2012 command prompt
    S Sandhya Bandar

    how to compile a C# program using vs2012 command prompt ? i wanted to compile my program(Prog name:Demo.cs) which is in this folder(C:\Pra) when i am trying to compiling my prog like this C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC>C:\Pra>csc Demo.cs i am getting an error i.e Acess is denied HOW CAN I SOLVE THIS,Please help me. Thank you

    Sandhya

    C# csharp help question visual-studio tutorial
  • Login

  • Don't have an account? Register

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