C#.Net
Tag details
Welcome to the 'C#.Net' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'C#.Net'.
Look up
"C#.Net"
at The Free Dictionary
Latest blogosphere posts tagged “C#.Net”
-
.Net Jobs: Walkin on 5th December 2009
CareerGuruz.Com —
Authority: 148
.Net Jobs Skills: .Net Technologies Exp: 5+ YrsQualification: Full time BE/B.Tech, MCA, B.Sc, BCA, ME/M.Tech, M.Sc with First Class through out StudiesJob Description: Minimum 5+ Yrs of Experience on .Net and Microsoft Technologies Walk-in Date: 5th December 2009Walkin Time: 9 Am to 12 PmCompany Name: CTSWork ...2 days ago -
VBA MACRO PROGRAMMER JOB POSITION-CRIMSON INTERACTIVE MUMBAI
VFRESHERS —
Authority: 157
VBA Programming Job Careers India at MumbaiJob Title : VBA Macro ProgrammerCompany Name : Crimson Interactive Pvt. Ltd.About Company : Crimson Interactive Pvt. Ltd. is an organization of member brands providing English language solutions to individuals and corporate customers in the Far East. Crimson’s member firms ...2 days ago -
The 2d Pong Game
Get a Freelance Job —
Authority: 182
Hello everyone, I have a chat room application on which I am the server with TCP (I connect to MySQL so players can register and login too etc.). I want to have a nice 2D Pong game so that people can challenge themselves in the chat channel and play the game and get statistics (Win-losses) etc. If you are interested ...2 days ago -
Very Fast Myspace Id Extractor
Get a Freelance Job —
Authority: 182
I need a Very very very fast myspace ID extractor that extracts ONLY MUSICIANS ids.Preferably a winsock and multi thread VERY FAST PLEASE. Myspace music profiles are all different from regular profiles.One different is all myspace music profiles have the myspace flash player and all have this image in the header ...2 days ago -
Silverlight and RIA: Adding a ComboBox to a DataForm
MSMVPS.COM —
Authority: 654
Building a DataForm is quick and easy and is detailed in this prior post . Even customizing it is a breeze as was also shown in that prior post. But now the design calls for a ComboBox. Ready to walk off a cliff? It is surprisingly difficult to modify a DataForm to display a working ComboBox that is bound to a ...3 days ago -
BMS ENGINEER JOB POSITION-ASM TECHNOLOGIES BANGALORE
VFRESHERS —
Authority: 157
BMS Engineer job opening in India at BangaloreJob Title : BMS EngineerCompany Name : ASM Technologies LtdExperience : 1 – 4 YearsJob Location: Bengaluru/BangaloreEducation: B.Tech/B.E. – Electrical, Electronics/Telecomunication, InstrumentationDesired : Experience with engineering, installing and commissioning of ...3 days ago -
C# DEVELOPER JOBS-INDHAN TECHNOLOGIES BANGALORE
VFRESHERS —
Authority: 157
C# Development Job Careers India at BangaloreJob Title : C# Industrial Automation Developer (Windows Apps, NOT WEB)Company Name : Indhan Technologies Pvt. LtdAbout Company :Indhan Technologies Pvt. Ltd. (an affiliate of Fuel Automation India Pvt. Ltd.), is engaged in designing innovative fuel automation, fuel ...3 days ago -
.Net Jobs: .Net, ASP.Net, C# Developers Walkin on Saturday, 28th November 2009
CareerGuruz.Com —
Authority: 148
.Net Jobs: ASP.Net, .Net 3.5, 2.0, c# DevelopersSkills: ASP.Net, .Net 3.5, 2.0, c#Exp: 3 to 6 YrsQualification: BE/B.Tech, MCA, MCM, M.Sc, MBA (Correspondence, Parttime & Distance Education not allowed)Job Description: - Must have done extensive development in .Net 2.0 and .Net 3.0- Experience in an entire SDLC ...4 days ago -
IEnumerable Performance Tip: Any() vs. Count()
Blue Onion Software —
Authority: 120
I can’t count the number of times (unintentional pun) I’ve checked if an IEnumerable sequence contains elements using Count(). static void Method(IEnumerable statuses) { if (statuses != null && statuses.Count() > 0) // do something... } To get the count, the code has to ...4 days ago -
.Net jobs, Tech Lead Required
CareerGuruz.Com —
Authority: 148
.Net Tech LeadSkills: ASP.Net, MS SQL, VB.Net, C#.Net, .Net Framework, Ajax, Design Patterns,Exp: 5 – 7 YrsJob Description:- 5-7 years experience in software development using Microsoft technologies especially .net- 3-4 years of experience in Web development using .net.- Strong in Object Oriented methodologies- Good ...1 week ago -
YouTube Video Example by tszeis
Freelancer jobs resources —
Authority: 170
I need an simple example showing me how to playback YouTube Videos from my web page. The answer probably lies in one of the following location but Im so new to this I cant figure it out. http://code.google.com/apis/youtube/overview.html... (Budget: $30-250, Jobs: .NET, C#)Related posts: YouTube Video Inside JW ...1 week ago -
Linq To Sql: POCO and Value Objects
Roger Alsing Weblog —
Authority: 104
Fetching POCO Entities and Value Objects using Linq To SQL Linq To Sql support neither POCO Entities nor Value Objects when using it as an O/R Mapper. What we can do is to treat it as a simple auto generated Data Access Layer instead. By treating it as a DAL we can manually handle the data to object transformations ...1 week ago -
Linq To Sql: Dynamic Where Clause
Roger Alsing Weblog —
Authority: 104
Dynamic where clause using Linq To SQL: Let’s say we need to implement a search method with the following signature: IEnumerable FindCustomers(string name,string contactName,string city) If the requirement is that you should be able to pass zero to three arguments to this method and only apply a “where” ...1 week ago -
WEB DEVELOPER BANGALORE-OMEGA HEALTHCARE
VFRESHERS —
Authority: 157
Web Developer Job Positions India at Bangalore – Omega HealthcareJob Title : Web developer – .Net & SQL ServerCompany Name : Omega Healthcare Management Services Pvt. Ltd.About Company :Omega Healthcare is one the premier offshore providers of medical coding, billing, accounts receivable management, claims ...1 week ago -
Data Entry Software
Get a Freelance Job —
Authority: 182
HI I want a data entry software which will work with IE/FF or its internal browser.when I open a web page using this software It will record all the information I am entering first time & save it When I will open this script again it will go that particular URL & enter all the info which I have filled last ...1 week ago -
Auto Clicker Application
ScriptLancer Blog —
Authority: 173
Hello peopleI am looking for an auto clicker bot which clicks the captcha images in ruinsofchaos and/or Kingsofchaosi need it to be done with in 24hours and also i know that its a very easy task for a programmer to do this.. Please bid soon. I have no time .the URLS are www.ruinsofchaos.comwww.kingsofchaos.comBoth are ...1 week ago -
Silverlight 4: New features overview (Part 5) – DataBinding improvements
DevCorner —
Authority: 457
Silverlight 4 introduces improvements in DataBinding. between the improvements are IDataErrorInfo support, ability to bind to DataObjects, StringFormat, TargetNullValue, FallbackValue support and many others. This post will show how to use StringFormat, TargetNullValue and FallbackValue while databinding. For ...1 week ago -
Silverlight 4 Quick Tip: Styling application
DevCorner —
Authority: 457
Silverlight 4 supports default styles. Default styles are styles with TargetType, but without x:Key property set. Those styles will be applied to all controls from corresponding type. The sample of default (also sometime called anonymous) style: Style TargetType ="Button"> Setter Property ...1 week ago -
Silverlight 4: New features overview (Part 4) – Out-of-browser applications: even more features
DevCorner —
Authority: 457
In addition to previous features, Silverlight 4 adds some more nice improvements to Out-of-Browser model. Now it allows to control Top/Left position of the out-of-browser window, bring it to the foreground (if not active), check if the window is topmost and define it’s Width/Height. All those features being ...1 week ago -
Silverlight 4: New features overview (Part 3) – Elevated Out-of-browser applications
DevCorner —
Authority: 457
Silverlight 4 enhances the out-of-browser feature introduced in previous version of the technology. Silverlight 3 added a feature to use application in Out-of-browser mode – install application shortcut to desktop or start menu, and launch it within application launcher (instead of the browser). Along with it, the ...1 week ago
