Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


freitasm

BDFL - Memuneh
81347 posts

Uber Geek
+1 received by user: 42697

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

#110942 19-Oct-2012 21:50
Send private message

This might make some happy around here... After a while I've decided to implement the encoding needed to allow posting code. Please use the existing [code] tags (BBCODE guide here):


using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Data.Entity;

namespace MvcDemo.Models
{
public class MovieDB
{
public int ID { get; set; }
public string Title { get; set; }
public string Director { get; set; }
public DateTime Date { get; set; }

}
public class MovieDBContext : DbContext
{
public DbSet<MovieDB> Movies { get; set; } 
}
}

<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>

<body>
The content of the document......
</body>

</html>

<img src="pulpit.jpg" alt="Pulpit rock" width="304" height="228">





Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 

 

LEGAL video, movies and TV download and streaming options in New Zealand


Create new topic
mattRSK
822 posts

Ultimate Geek
+1 received by user: 3

Trusted

  #703808 19-Oct-2012 22:45
Send private message

 

#include

main()
{
printf("Hello World");

}





Behodar
11408 posts

Uber Geek
+1 received by user: 6504

Trusted
Lifetime subscriber

  #703809 19-Oct-2012 22:52
Send private message

That looks suspiciously like the Microsoft example of how to use MVC ;)

mjb

mjb
996 posts

Ultimate Geek
+1 received by user: 67

Trusted

  #703840 19-Oct-2012 23:50
Send private message

mattRSK:
  
main()



In the words of a good friend,

int main(); int main(); int main(); int main(); int main(); int main(); dammit!

(also, you're missing argc and argv, but I'll let you off)




contentsofsignaturemaysettleduringshipping




michaelmurfy
meow
13732 posts

Uber Geek
+1 received by user: 11151

Moderator
ID Verified
Trusted
Lifetime subscriber

  #703849 20-Oct-2012 00:11
Send private message

About time :)

Good Job, now go outside, it's dark cold and raining at the moment but the fresh air is good for you I've heard.




Michael Murphy | https://murfy.nz
Referral Links: Quic Broadband (use R122101E7CV7Q for free setup) | Starlink

 

NZ Politics 2026 Tracking & Quiz: https://nzpol.nz 

Are you happy with what you get from Geekzone? Please consider supporting us by subscribing.
Opinions are my own and not the views of my employer.


mattRSK
822 posts

Ultimate Geek
+1 received by user: 3

Trusted

  #703966 20-Oct-2012 11:22
Send private message

mjb:
mattRSK:
   
main()



In the words of a good friend,

int main(); int main(); int main(); int main(); int main(); int main(); dammit!

(also, you're missing argc and argv, but I'll let you off)


I'll admit it was a terrible rushed job.

Zeon
3932 posts

Uber Geek
+1 received by user: 760

Trusted

  #703973 20-Oct-2012 11:36
Send private message

 
if (1 = 1) { echo 'Zeon is obviously l33t h@x0r programmer' };




Speedtest 2019-10-14


 
 
 

Shop now at Mighty Ape (affiliate link).
freitasm

BDFL - Memuneh
81347 posts

Uber Geek
+1 received by user: 42697

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #703999 20-Oct-2012 12:58
Send private message

mattRSK:
mjb:
mattRSK:
    
main()



In the words of a good friend,

int main(); int main(); int main(); int main(); int main(); int main(); dammit!

(also, you're missing argc and argv, but I'll let you off)


I'll admit it was a terrible rushed job.


Wheedle style?




Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 

 

LEGAL video, movies and TV download and streaming options in New Zealand


Behodar
11408 posts

Uber Geek
+1 received by user: 6504

Trusted
Lifetime subscriber

  #704001 20-Oct-2012 13:00
Send private message

freitasm: Wheedle style?

After seeing Zeon's example above using assignment instead of equality... ;)

mjb

mjb
996 posts

Ultimate Geek
+1 received by user: 67

Trusted

  #704080 20-Oct-2012 18:12
Send private message

Behodar:
freitasm: Wheedle style?

After seeing Zeon's example above using assignment instead of equality... ;)


That's fine, in some languages... but the combination of that, braces, and 'echo', I'm not sure which language it is!




contentsofsignaturemaysettleduringshipping


gzt

gzt
19634 posts

Uber Geek
+1 received by user: 8743

Lifetime subscriber

  #706327 25-Oct-2012 15:32
Send private message

Just noticed the code tag does not escape bbcode.

Create new topic









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.