KoolPitt's Posts
Nairaland Forum › KoolPitt's Profile › KoolPitt's Posts
1 (of 1 pages)
FULLY FUNDED SCHOLARSHIPS IN THE US - Fulbright Scholarships - Commonwealth Scholarships - STEM Women’s Undergraduate Scholarships etc https://noniguru.com/fully-funded-scholarships-in-the-usa-for-international-students/ |
We urgently need an experienced asp.net mvc developer with good knowledge in angular and web api for full time employment. Please call 08036016826 or send your cv to zobawebs@gmail.com |
Looking for an ASP.NET 5/Angular2 developer to build a school management system |
Hello fellow NL members. I need an ASP.NET MVC Developer for a full time job Anyone in the house should reply this with his or her phone number and we can discuss. Regards |
Interested in an asp.net mvc job? reply with your number so we can discuss. |
Well, if u have room for an asp.net developer. no problem. |
The site looks good though there seems to be something wrong with the dropdown (it disappears before i could click on a menu). You should also consider adding more info about your services below the slide so one can easily have an overall idea of your packages. |
Well at this point in my career I would say my most challenging project is www.smsgator.com. I wanted to give ASP.NET MVC a try and thought building a bulksms website from scratch using it would be an easy task but received the shocker of my life. I was used to the ASP.NET Webforms model, I didn't have the high level abstraction of the web provided by webforms to work with. I forced myself to try out new stuffs/models like TDD, The Repository pattern, IOC/Dependency Injection using StructureMap etc. Though it took longer that expected to get it up, the choice was worth it. |
Here is mine http://twitter.com/koolpitt |
I don't think it will be a good idea to learn both simultaneously. Why not start with one, then learning the other will just be a matter of learning its syntax and slight differences. Just start or continue with the one you are more passionate about cos its the passion that will drive you through. |
I believe people (programmers alike) come together to achieve great results. If after going through my stuffs www.pittworks.net you feel you need extra hands, I'll be excited to come on board. |
I think you just have to be patient and don't force it. Whenever you get to a road block, relax give yourself a break and get back to it. With time u'll become an addict! |
Your site is awesome. I love it especially the animation. guys also quickly check this out www.dacultural.org |
I've been using swift for some time now and they seem to be fast and reliable. |
I think this should be on the constructive side. private static int GetClosest(int[] array, int target) { ArrayList difference = new ArrayList(); for (int i = 0; i < array.Length; i++) { difference.Add(Math.Abs(array[i] - target)); } return array[difference.IndexOf(difference.ToArray().Min())]; } |
To me, coding is all fun. I could code all day long with little breaks in-between to eat or just stretch my body. The only problem I encounter is just my eyes, they get sore and ache when I code for a long time. |
Software developement coupled with creativity |
Since the program is already written and has a database associated with it, all you have to do is to open the program from within visual studio and run(i.e the little green Play-like button on the toolbar). If you have problems doing this simply go to the "Help" menu item and read the documentation. |
1 (of 1 pages)