TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Davin Martyn
NA
7.5k
3m
Work WindowService and Entity Framework
Dec 8 2014 3:22 AM
Hi..
I want to work in window service with entity framework this is my following task please describe how can we work?
Create a DB table (in local system) with columns
AlertId (numeric, not unique)
NextDue (DateTime)
Enabled (char, default value ‘Y’)
Status (varchar, default value ‘due’)
Errordesc(varchar)
Create a windows service to query this table every X minutes.
Use Entity Framework to query the table.
If a record is found to be due, update the Status column as
‘Sent’ if Enabled is ‘Y’
‘Disabled’ if Enabled is ‘N’
Reply
Answers (
0
)
captured image in image box
posting data from mobile