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
Y

Yitzchok Dev

@Yitzchok Dev
About
Posts
38
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • A Note To Access Developers [Resolved]
    Y Yitzchok Dev

    You can try up-sizing it to SqlServer.

    The Lounge database adobe sysadmin xml help

  • YACP: Chrome is a Visual Studio project
    Y Yitzchok Dev

    I think it has over 130 projects. (How long does it take VS to open, compile?) And I think that is a real overkill.

    The Lounge visual-studio csharp javascript swift com

  • YACP: Chrome is a Visual Studio project
    Y Yitzchok Dev

    You don't want to know how many projects there are in that solution file :)

    The Lounge visual-studio csharp javascript swift com

  • Interest in an ALT.NET User Group In New York City.
    Y Yitzchok Dev

    For updates please Sign Up at http://groups.google.com/group/nyaltnet[^]

    IT & Infrastructure csharp com

  • Interest in an ALT.NET User Group In New York City.
    Y Yitzchok Dev

    We would like to start a ALT.NET User Group in New York City and would like to know the interest in it. If you don't know what ALT.NET is or are unfamiliar with it then check out http://altdotnet.org/[^]. So if you live in the area please vote if you are interested and would like to "attend" such a meeting (probably on a monthly bases). Vote Here - http://www.polldaddy.com/p/829439/[^] Thank You and I hope to see you there.

    IT & Infrastructure csharp com

  • Good open-source asp.net apps for learning?
    Y Yitzchok Dev

    You can check out dashCommerce[^]

    The Lounge question csharp asp-net com tutorial

  • Sandcastle is back...
    Y Yitzchok Dev

    Wow that's nice

    The Lounge com

  • IoC in Medium Trust
    Y Yitzchok Dev

    Thanks Pete but it doesn't say anywhere that it works in Medium Trust (I'll test it) Does anyone know if one of these work in Medium Trust Windsor, Ninject, StructureMap (I know Unity works)

    .NET (Core and Framework) docker question

  • IoC in Medium Trust
    Y Yitzchok Dev

    Does anyone know what IoC container works in Medium Trust?

    .NET (Core and Framework) docker question

  • NHibernate??
    Y Yitzchok Dev

    You can also try out SubSonic at http://subsonicproject.com/[^]

    C# beta-testing question code-review

  • Worderful object names
    Y Yitzchok Dev

    This is a nice convention I think I should use it on my next project :wtf:

    The Weird and The Wonderful wcf design tutorial question

  • how to pick some records in datagrid
    Y Yitzchok Dev

    http://www.codeproject.com/script/Forums/View.aspx?fid=1649&select=2358055&fr=76#xx2358055xx[^]

    C# question help tutorial

  • Need help to convert vb module into c#
    Y Yitzchok Dev

    Try converting it to VB.NET and then to C#

    C# csharp help

  • Beginner array program, need help!!!
    Y Yitzchok Dev

    using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { string[] zipCodes = new string[10]{"33701","33702","33703","33704","33705", "33706","33707","33708","33709","33710"}; Console.Write("Please enter a zip-code : "); string zipSearch = Console.ReadLine(); bool found = false; foreach (string zip in zipCodes) { if (zip == zipSearch) { found = true; break; } } Console.WriteLine(); if (found) { Console.WriteLine("The zip-code, {0}, is delivered to", zipSearch); } else { Console.WriteLine("The zip-code, {0}, is not delivered to", zipSearch); Console.WriteLine(); Console.WriteLine("The full list is :"); Console.WriteLine(); } Array.Reverse(zipCodes); for (int i = 0; i < zipCodes.Length; i++) { Console.WriteLine(zipCodes[i]); } Console.WriteLine("Press a key to Continue."); Console.ReadLine(); } } }

    C# data-structures help learning

  • Need help to convert vb module into c#
    Y Yitzchok Dev

    Look Here[^]

    C# csharp help

  • IIS Configuration
    Y Yitzchok Dev

    use WMI - Windows Management Instrumentation http://www.codeproject.com/csharp/wmi.asp

    C# workspace csharp windows-admin security help

  • Restrict to create the temp files
    Y Yitzchok Dev

    asp.net has to compile your code to run it (creating dll of your files) and then it can run the app you can try to pre compile your app this might help Please tell me if I am wrong

    C# csharp asp-net question

  • How do I do this in SQL
    Y Yitzchok Dev

    Thank you

    Database database sales question

  • How do I do this in SQL
    Y Yitzchok Dev

    I have these tables Customer Table: CustomerID int; PK FirstName nvarchar; LastNaem nvarchar; etc.; Products Table: ProductID int; PK Name varcahr; etc.; OrderItems Table: OrderItemID int; PK ProductID int; FK CustomerID int; FK etc.; Now I would like to get all users that have ordered: Product1 AND Product2, etc. Only those people that orders all the selected products -- modified at 21:15 Monday 10th September, 2007

    Database database sales question

  • Random Number
    Y Yitzchok Dev

    Random rnd = new Random(); rnd.Next(); one line:)

    C# csharp help tutorial question lounge
  • Login

  • Don't have an account? Register

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