Daily Archives: December 30, 2011

Vermont IT Jobs: SysAdmin at NRG Systems in Hinesburg (a cool company…c’mon do it!)

clip_image002

http://www.nrgsystems.com/
Hinesburg, Vermont

Desktop/Systems Administrator

Job Description

Key Focus

The Desktop/Systems Administrator is responsible for providing first line support to NRG’s information technology users; assuring that user’s IT resources are performing as required. This individual helps users achieve their goals by providing excellent customer service for IT issues/requests, while at the same time assuring the integrity and security of NRG’s information resources.

The Desktop/Systems Administrator will report to the Information Technology Manager and will work with the information technology team to achieve the objectives of the department that are aligned with the company strategic goals.

Primary Responsibilities

  • Manage NRG’s IT Help Desk ticket system by monitoring ticket submission, resolving tickets that fall within the Desktop Administrator job responsibilities, and assigning other tickets to appropriate individuals within the IT department.
  • Resolve user requests for problem resolution regarding desktop hardware, printers and other peripherals, e-mail, MS Office applications and other supported desktop applications, internet/intranet access, in a timely and professional manner.
  • Coordinate the procurement, provisioning, and management of new desktop/laptop computers, printers, A/V equipment, and desktop application licenses to support current and new users.
  • Assure that NRG’s spam, virus, and malware protection is functioning at optimal level.
  • Manage user accounts and provide IT orientation to new employees.
  • Monitor server backup performance, assure proper backup tape storage and rotation, and identify issues that require resolution.
  • Purchase and install new versions of desktop software to maintain currency.
  • Utilize VMWare Virtual Center to support the Network Administrator in managing and maintaining the server and network environment.

Qualifications

  • 4-year degree in computer science, software engineering, or related field
  • 3+ years IT experience with hardware and software support
  • Exceptional communication and teamwork skills.
  • Excellent analytical and problem resolution skills.
  • Excellent organizational skills.
  • Ability to work independently, and prioritize multiple tasks
  • Demonstrated knowledge of desktop/laptop hardware repair for common issues such as hard drive replacement, memory replacement, etc
  • Demonstrated knowledge of Windows XP, Windows 7, Windows Server, VMWare Virtual Center, SQL Server, Active Directory, IIS, Linux.
  • Microsoft certifications a plus
  • Experience in a manufacturing environment a plus

Oracle Releases Provider with EF 4 Support (but not really EF 4.1 and EF4.2)

Oracle has finally released it’s version of ODP.NET that supports Entity Framework for use in production environments.

This is great news for many developers! 

And they report that this release supports EF 4.1 and EF 4.2. That should mean Code First and DbContext but thanks to Frans Bouma sending me the limitations doc (that is part of the installation ) we can see that they aren’t! Too bad.

7. ODP.NET 11.2.0.3 does not support Code First nor the DbContext APIs.

So, that means “not really EF 4.1 and EF 4.2 support” in my opinion. But they told us already that Code First & DbContext weren’t going to make it in. So it was just the momentary surprise of misunderstanding their meaning about EF4.1 & 4.2 support that deflated me a bit. 😉

Howver…I imagine Code First and DbContext are still leading edge for the types of big corporations that use Oracle. The core EF 4 support is a big deal.

I’ll follow up with Oracle for clarification.

More from Oracle (including downloads) here: http://www.oracle.com/technetwork/topics/dotnet/whatsnew/index.html

Note: They’ve updated the what’s new page to say "Code First is not supported." That’s helpful. Be sure that even thought it’s not mentioned there, EF 4.1/4.2 DbContext API is not supported either.