Originally posted by FiveTimes
View Post
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Application Front End in C#
Collapse
X
-
When freedom comes along, don't PISH in the water supply..... -
Originally posted by FiveTimes View Postdoes that mean you aren't going to suggest any site for spaceboy ?
Whilst I may have been slightly tongue-in-cheek earlier, I'm sure that any developer would tell SC the same: there's simply no such thing as a single guide that can "quickly walk a novice through how to build an application front end in C#?", any more than there's "a" single guide on how to build a facade for a building, even one that isn't fancy.
There are around twenty different types of project that can be built using C# in conjunction with the .net framework. You'd need to know which type of solution you were trying to build before you could begin to provide any meaningful advice; web projects are as different to windows forms as skyscrapers are to bungalows, and whilst ASP.Net and ASP.Net MVC may sound the same, they're quite different.Comment
-
Originally posted by Gentile View PostUnfortunately not. It's just too general a question to be meaningfully answered.
Whilst I may have been slightly tongue-in-cheek earlier, I'm sure that any developer would tell SC the same: there's simply no such thing as a single guide that can "quickly walk a novice through how to build an application front end in C#?", any more than there's "a" single guide on how to build a facade for a building, even one that isn't fancy.
There are around twenty different types of project that can be built using C# in conjunction with the .net framework. You'd need to know which type of solution you were trying to build before you could begin to provide any meaningful advice; web projects are as different to windows forms as skyscrapers are to bungalows, and whilst ASP.Net and ASP.Net MVC may sound the same, they're quite different.merely at clientco for the entertainmentComment
-
Originally posted by Gentile View PostUnfortunately not. It's just too general a question to be meaningfully answered.
Originally posted by Gentile View PostWhilst I may have been slightly tongue-in-cheek earlier, I'm sure that any developer would tell SC the same: there's simply no such thing as a single guide that can "quickly walk a novice through how to build an application front end in C#?", any more than there's "a" single guide on how to build a facade for a building, even one that isn't fancy.
Originally posted by Gentile View PostThere are around twenty different types of project that can be built using C# in conjunction with the .net framework. You'd need to know which type of solution you were trying to build before you could begin to provide any meaningful advice; web projects are as different to windows forms as skyscrapers are to bungalows, and whilst ASP.Net and ASP.Net MVC may sound the same, they're quite different.Coffee's for closersComment
-
Originally posted by Spacecadet View PostIt wasn't that general - I was asking for a quick guide to building an application front end in C# - I should have maybe qualified that as a Windows application front end to help you differentiate that from a web front end. However, given that the first to replies guess what I was clumsily getting at you could have followed their lead or just asked.Comment
-
Originally posted by insur View PostTry here for some video tutorials.
"How Do I?" Videos for Visual C#
Start Visual Studio 2010
Goto File, New Project.
Select installed templates\Visual C#\Windows, now select Windows Forms Application.
That will give you a basic form application.
Open Form1 on the screen. Goto menu item View, select Toolbox and drag controls onto the form.
That looks spot on thanks!Coffee's for closersComment
-
Forms is easy, as a C++/MFC guy who'd picked up C# for server (non-GUI) projects, it seemed very easy to build my first Winforms app without any books or tutorials. Well done MS...Originally posted by MaryPoppinsI'd still not breastfeed a naziOriginally posted by vetranUrine is quite nourishingComment
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- Labour’s plan to regulate umbrella companies: a closer look Nov 21 09:24
- When HMRC misses an FTT deadline but still wins another CJRS case Nov 20 09:20
- How 15% employer NICs will sting the umbrella company market Nov 19 09:16
- Contracting Awards 2024 hails 19 firms as best of the best Nov 18 09:13
- How to answer at interview, ‘What’s your greatest weakness?’ Nov 14 09:59
- Business Asset Disposal Relief changes in April 2025: Q&A Nov 13 09:37
- How debt transfer rules will hit umbrella companies in 2026 Nov 12 09:28
- IT contractor demand floundering despite Autumn Budget 2024 Nov 11 09:30
- An IR35 bill of £19m for National Resources Wales may be just the tip of its iceberg Nov 7 09:20
- Micro-entity accounts: Overview, and how to file with HMRC Nov 6 09:27
Comment